summaryrefslogtreecommitdiffstats
path: root/rules/60-sensor.rules (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-13networkd: don't try to configure IPv6 proxy NDP if IPv6 is not available (#7613)Lennart Poettering1-1/+7
2017-12-12cryptsetup: use more descriptive name for the variable and drop redundant fun...Michal Sekletar1-32/+7
2017-12-12meson: link NSS modules with -z nodelete (#7607)Lennart Poettering1-1/+3
2017-12-12cryptsetup: when unlocking always put path to the object into IdMichal Sekletar1-1/+1
2017-12-12resolve: add support for RFC 8080 (#7600)ott5-38/+378
2017-12-12networkd: Fix race condition in [RoutingPolicyRule] handling (#7615)Saran Tunyasuvunakool3-27/+43
2017-12-12resolved: try a different server if server is too dumb to do DNSSECLennart Poettering1-2/+11
2017-12-12resolved: cast dns_scope_get_dns_server() to NULL when we ignore itLennart Poettering1-1/+1
2017-12-12resolved: when a server consistently returns SERVFAIL, try another oneLennart Poettering4-1/+35
2017-12-11verbs: add a new VERB_MUSTBEROOT flagLennart Poettering4-23/+21
2017-12-11tree-wide: unify logging of "Must be root" messageLennart Poettering7-27/+25
2017-12-11bootspec: sprinkle some argument assert()s all over the placeLennart Poettering1-5/+29
2017-12-11bootctl: don't trip up in "bootctl status" when we can't find the ESP because...Lennart Poettering1-6/+10
2017-12-11efi: rework find_esp() error propagation/logging a bitLennart Poettering4-47/+95
2017-12-11NEWS: more updates for v236Lennart Poettering1-23/+51
2017-12-11mailmap: add more names from the v236 cycleLennart Poettering1-0/+9
2017-12-11tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering15-23/+37
2017-12-10resolved: fix wrong error code (#7601)Yu Watanabe1-2/+2
2017-12-10core: fix undefined behaviour due to uninitialized string buffer (#7597)Alan Jenkins1-0/+1
2017-12-08virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581)Olaf Hering1-0/+20
2017-12-08documentation: add description for watchdog device pathEdward A. James2-2/+22
2017-12-08core: Add WatchdogDevice config option and implement itEdward A. James2-2/+41
2017-12-08watchdog: allow a device path to be specifiedEdward A. James2-1/+13
2017-12-08shared: use _cleanup_ in specifier_printf (#7586)Zbigniew Jędrzejewski-Szmek1-15/+10
2017-12-08resolved: tweak domain routing logic a bitLennart Poettering1-17/+20
2017-12-08resolved: synchronize introduction blurbs in all three resolv.conf files we p...Lennart Poettering2-12/+35
2017-12-08resolved: beef up logic to detect our own configuration filesLennart Poettering1-12/+20
2017-12-08resolved: don't make defines needlessly publicLennart Poettering2-3/+3
2017-12-08resolved: store the mtime of the file we readLennart Poettering1-4/+2
2017-12-08resolved: fix a minimal race, when reading /etc/resolv.confLennart Poettering1-11/+25
2017-12-08man: normalize indentation in systemd.unit.xmlZbigniew Jędrzejewski-Szmek1-90/+89
2017-12-08man: add a table of setting inversesZbigniew Jędrzejewski-Szmek1-1/+107
2017-12-08acl: fix typo in comment (#7580)Yu Watanabe1-1/+1
2017-12-08networkd: Ignore DNS information when uplink is not managed (#7571)Patrik Flykt1-0/+10
2017-12-08resolved: support multiple TXT RRs per DNS-SD serviceDmitry Rozhkov7-70/+183
2017-12-08resolved: consult Polkit for privileges when manipulating DNS-SDDmitry Rozhkov6-3/+90
2017-12-08resolved: resolve possible conflicts for DNS-SD RRsDmitry Rozhkov3-17/+63
2017-12-08resolved: don't check conflicts for DNS-SD enumeration RRsDmitry Rozhkov1-0/+4
2017-12-08resolved: add man page for systemd.dnssdDmitry Rozhkov3-0/+252
2017-12-08resolved: implement D-Bus API for DNS-SDDmitry Rozhkov9-0/+392
2017-12-08resolved: detect and handle mDNS race condition upon probingDmitry Rozhkov4-2/+166
2017-12-08resolved: add authority section to mDNS probing queriesDmitry Rozhkov1-0/+40
2017-12-08resolved: set cache-flush bit on mDNS responsesDmitry Rozhkov1-2/+20
2017-12-08resolved: make rfc4795-specific code run for LLMNR onlyDmitry Rozhkov1-2/+4
2017-12-08resolved: announce DNS-SD records in mDNS scopesDmitry Rozhkov5-7/+106
2017-12-08resolved: put DNS-SD records to mDNS-enabled zones.Dmitry Rozhkov8-0/+187
2017-12-08resolved: add enablers for DNS-SDDmitry Rozhkov8-1/+503
2017-12-08resolved: inroduce dns_txt_item_new_empty() functionDmitry Rozhkov3-10/+20
2017-12-08shared: introduce dnssd_srv_type_is_valid() functionDmitry Rozhkov3-0/+32
2017-12-08resolved: answer all mDNS questions found in packetDmitry Rozhkov1-8/+15