summaryrefslogtreecommitdiff
path: root/src/systemd
Commit message (Expand)AuthorAgeFilesLines
* systemd: merge branch systemd into masterbg/systemdBeniamino Galvani2019-02-206-23/+49
|\
| * systemd: update code from upstream (2019-02-20)Beniamino Galvani2019-02-208-80/+112
* | systemd: network: avoid inet_ntoa() in favor of inet_ntop()Thomas Haller2019-02-192-8/+12
* | systemd: dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-193-34/+33
* | systemd: dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-193-25/+31
* | systemd: network: don't return allocated buffer of zero length from deseriali...Thomas Haller2019-02-191-1/+1
* | all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-1215-15/+0
* | systemd: merge branch systemd into masterThomas Haller2019-02-063-12/+18
|\ \ | |/
| * systemd: update code from upstream (2019-02-05)Thomas Haller2019-02-063-13/+19
* | all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* | systemd: merge branch systemd into masterThomas Haller2019-01-076-27/+44
|\ \ | |/
| * systemd: update code from upstream (2019-01-06)Thomas Haller2019-01-076-27/+44
| * systemd: reorganize source filesThomas Haller2019-01-0771-25147/+0
* | libnm: use "libnm-systemd-shared.a" in "libnm-core.la" (and "libnm.so")Thomas Haller2019-01-021-1/+0
* | systemd: move basic systemd library to shared/nm-utilsThomas Haller2019-01-02135-25794/+176
* | systemd: drop workaround for missing C11 header <uchar.h>Thomas Haller2019-01-025-13/+16
* | systemd: fix nm-logging domain for systemd loggingThomas Haller2018-12-301-1/+1
* | systemd: merge branch systemd into masterThomas Haller2018-12-2367-1505/+2079
|\ \ | |/
| * systemd: update code from upstream (2018-12-22)Thomas Haller2018-12-2364-1522/+2288
* | dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()Thomas Haller2018-12-214-6/+16
* | dhcp: don't enforce hardware address length for sd_dhcp_client_set_client_id()Thomas Haller2018-12-211-18/+11
* | dhcp: fix sd_dhcp_client_set_client_id() for infiniband addressesThomas Haller2018-12-211-1/+3
* | build: meson: Add trailing commasIñigo Martínez2018-12-201-2/+2
* | network: add sd_dhcp_route_get_option() accessorThomas Haller2018-12-192-0/+7
* | dhcp: disable systemd's dhcp_identifier_set_iaid()Thomas Haller2018-11-291-12/+5
* | dhcp: always explicitly set IAID of internal DHCPv6 clientThomas Haller2018-11-291-2/+0
* | dhcp6-client: handle IAID with value zeroThomas Haller2018-11-291-1/+4
* | systemd: merge branch systemd into masterThomas Haller2018-11-2340-829/+1127
|\ \ | |/
| * systemd: update code from upstream (2018-11-23)Thomas Haller2018-11-2338-822/+912
* | systemd: fix crash by unrefing event sources before re-adding themBenjamin Berg2018-11-151-0/+2
* | dhcp: reimplement node-specific DHCP client-id generation from systemdThomas Haller2018-11-132-52/+0
* | dhcp: test systemd's default DHCP client identifier generationThomas Haller2018-11-132-1/+54
* | core: refactor loading machine-id and cache itThomas Haller2018-11-132-0/+20
* | systemd: merge branch systemd into masterThomas Haller2018-10-2839-459/+571
|\ \ | |/
| * systemd: update code from upstream (2018-10-27)Thomas Haller2018-10-2741-577/+677
* | dhcp6: prefer offsetof() over sizeof() for structs with undefined sizesLennart Poettering2018-10-271-15/+15
* | dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering2018-10-271-1/+1
* | dhcp6: reduce whitespace a bitLennart Poettering2018-10-271-3/+3
* | dhcp6: split assert_return() to be more debuggable when hitLennart Poettering2018-10-271-1/+4
* | dhcp6: constify things where we canLennart Poettering2018-10-272-4/+4
* | sd-dhcp: remove unreachable route after rebinding return NAKLi Song2018-10-271-0/+2
* | sd-dhcp6: drop empty 'error' labelYu Watanabe2018-10-271-36/+19
* | sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe2018-10-271-37/+29
* | sd-dhcp6: do not update serverid when ENOMEMYu Watanabe2018-10-271-5/+6
* | sd-dhcp6: coding style cleanupsYu Watanabe2018-10-271-7/+10
* | sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()Yu Watanabe2018-10-272-8/+11
* | systemd: fix handling special cases kill_dots and path_simplify()Thomas Haller2018-10-231-7/+15
* | core: add "nm-sd-utils.h" to access system internal helperThomas Haller2018-10-234-3/+80
* | systemd: merge branch systemd into masterThomas Haller2018-10-0536-435/+621
|\ \ | |/
| * systemd: update code from upstream (2018-10-04)Thomas Haller2018-10-0544-460/+645