Age | Commit message (Expand) | Author |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-25 | sd-dhcp: parse error message in DECLINE or NAK | Tom Gundersen |
2015-11-05 | libsystemd-network: inet_pton does not set errno on parsing error | Michal Schmidt |
2015-11-03 | util-lib: move character class definitions to string-util.h | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out hex/dec/oct encoding/decoding into its own file | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-30 | dhcp: make sure we can deal with a single trailing NUL byte in the hostname | Lennart Poettering |
2015-09-01 | tree-wide: do not shadow the global var timezone | Thomas Hindoe Paaboel Andersen |
2015-08-27 | dhcp: say domain name, when we mean domain name | Lennart Poettering |
2015-08-27 | dhcp: clean up dhcp4 lease object | Lennart Poettering |
2015-08-26 | dhcp: generic data should be void*, not uint8_t* | Lennart Poettering |
2015-08-26 | dhcp: stop using refcnt.h | Lennart Poettering |
2015-08-26 | dhcp: keep lease save/load functions private | Lennart Poettering |
2015-08-26 | dhcp: normalize DHCP host and domain names from leases | Lennart Poettering |
2015-08-26 | dhcp: various simplifications | Lennart Poettering |
2015-08-26 | dhcp,network: implement RFC 4833 (DHCP Timezone option) | Lennart Poettering |
2015-08-26 | dhcp: be more careful when parsing strings from DHCP packets | Lennart Poettering |
2015-08-08 | libsystemd-network: fix memory leak | reverendhomer |
2015-08-06 | libsystemd-network: plug memory leak | Daniel Mack |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | network: make enough space for string | Lennart Poettering |
2015-08-05 | networkd: clean up duplicate code | Alex Crawford |
2015-08-05 | networkd: serialize the private options | Alex Crawford |
2015-08-05 | networkd: add private options to lease struct | Alex Crawford |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-14 | Merge pull request #538 from mischief/multiple-routers | Tom Gundersen |
2015-07-12 | dhcp: add support for vendor specific DHCP option | Beniamino Galvani |
2015-07-12 | basic: util - fix errorhandling in unhexmem() | Tom Gundersen |
2015-07-11 | sd-dhcp-lease: fix handling of multiple routers | Nick Owens |
2015-06-10 | libsystemd-network: use domain validation instead of hostname validation for ... | Nick Owens |
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-01-28 | sd-dhcp: chop of trailing dot of DHCP supplied host and domain nams | Lennart Poettering |
2015-01-13 | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-20 | sd-dhcp-lease: fix copy-paste error asserting wrong function argument | Thomas Haller |
2014-11-19 | sd-dhcp-lease: load/save client ID | Dan Williams |
2014-11-18 | sd-dhcp-lease: expose load/save functions | Tom Gundersen |
2014-11-01 | sd-dhcp-lease: use shared default prefixlen function | Tom Gundersen |
2014-11-01 | sd-dhcp-lease: use unaligned read helpers | Tom Gundersen |
2014-10-27 | shared: in-addr-utils - add default_subnet_mask and default_prefixlen methods | Tom Gundersen |
2014-08-15 | dhcp: the localhost isn't valid as hostname either | Lennart Poettering |