summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-lease.c
AgeCommit message (Expand)Author
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-02-27core: avoid compiler warning when compiling with -fexceptionsThomas Haller
2016-01-26dhcp: make host/domain name validity checks stricterLennart Poettering
2016-01-21Merge pull request #2391 from keszybz/coverityDaniel Mack
2016-01-20libsystemd-network: use assert_seZbigniew Jędrzejewski-Szmek
2016-01-20dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani
2016-01-20dhcp: export routes as opaque objectsBeniamino Galvani
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-25sd-dhcp: parse error message in DECLINE or NAKTom Gundersen
2015-11-05libsystemd-network: inet_pton does not set errno on parsing errorMichal Schmidt
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-30dhcp: make sure we can deal with a single trailing NUL byte in the hostnameLennart Poettering
2015-09-01tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen
2015-08-27dhcp: say domain name, when we mean domain nameLennart Poettering
2015-08-27dhcp: clean up dhcp4 lease objectLennart Poettering
2015-08-26dhcp: generic data should be void*, not uint8_t*Lennart Poettering
2015-08-26dhcp: stop using refcnt.hLennart Poettering
2015-08-26dhcp: keep lease save/load functions privateLennart Poettering
2015-08-26dhcp: normalize DHCP host and domain names from leasesLennart Poettering
2015-08-26dhcp: various simplificationsLennart Poettering
2015-08-26dhcp,network: implement RFC 4833 (DHCP Timezone option)Lennart Poettering
2015-08-26dhcp: be more careful when parsing strings from DHCP packetsLennart Poettering
2015-08-08libsystemd-network: fix memory leakreverendhomer
2015-08-06libsystemd-network: plug memory leakDaniel Mack
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek
2015-08-05network: make enough space for stringLennart Poettering
2015-08-05networkd: clean up duplicate codeAlex Crawford
2015-08-05networkd: serialize the private optionsAlex Crawford
2015-08-05networkd: add private options to lease structAlex Crawford
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-14Merge pull request #538 from mischief/multiple-routersTom Gundersen
2015-07-12dhcp: add support for vendor specific DHCP optionBeniamino Galvani
2015-07-12basic: util - fix errorhandling in unhexmem()Tom Gundersen
2015-07-11sd-dhcp-lease: fix handling of multiple routersNick Owens
2015-06-10libsystemd-network: use domain validation instead of hostname validation for ...Nick Owens
2015-05-21json: minor style fixessystemd/v220Lennart Poettering
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-28sd-dhcp: chop of trailing dot of DHCP supplied host and domain namsLennart Poettering
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt