summaryrefslogtreecommitdiffstats
path: root/LICENSE.GPL2 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-14networkd: RouteTable option in [IPv6AcceptRA] is now properly processed (#7633)Saran Tunyasuvunakool1-1/+1
2017-12-14resolved: fix "in-between" logic when boundaries are equal (#7590)Lennart Poettering2-10/+14
2017-12-14man: systemd.unit: move note about clearing lists (#7621)Daniel Black1-8/+6
2017-12-13sysctl: disable buffer while writing to /procTiago Salem Herrmann3-1/+5
2017-12-13Use read_line() and LONG_LINE_MAX to read values configuration files.Tiago Salem Herrmann1-7/+7
2017-12-13networkd/dhcp: shorten overlong hostname (#7616)Luca Bruno4-3/+96
2017-12-13catalog: don't say "systemd" when we mean "system"Lennart Poettering1-1/+1
2017-12-13man: "systemd" is to be written in all lower-case, even at beginnings of sent...Lennart Poettering9-11/+11
2017-12-13tree-wide: use STRLEN() to allocate buffer of constant sizeThomas Haller2-2/+2
2017-12-13basic/macros: add STRLEN() to get length of string literal as constant expres...Thomas Haller1-0/+8
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