summaryrefslogtreecommitdiff
path: root/src/systemd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | systemd: comment out unused code in utf8.cThomas Haller2018-10-051-1/+11
* | dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-10-051-1/+1
* | dhcp6: check option length before reading valuesYu Watanabe2018-10-053-7/+8
* | Fix typosRafael Fontenelle2018-09-3011-15/+15
* | systemd/dhcp: fix assertion starting DHCP client without MAC addressThomas Haller2018-09-121-2/+0
* | systemd: merge branch systemd into masterThomas Haller2018-08-2772-345/+1512
|\ \ | |/
| * systemd: update code from upstream (2018-08-26)Thomas Haller2018-08-2667-330/+1494
* | systemd: revert local modification for -std=gnu89 compilation and missing __S...Thomas Haller2018-07-171-1/+1
* | all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1