summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-lease.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp: make host/domain name validity checks stricterLennart Poettering2016-01-261-40/+36
* Merge pull request #2391 from keszybz/coverityDaniel Mack2016-01-211-1/+1
|\
| * libsystemd-network: use assert_seZbigniew Jędrzejewski-Szmek2016-01-201-1/+1
* | dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani2016-01-201-21/+21
* | dhcp: export routes as opaque objectsBeniamino Galvani2016-01-201-3/+41
|/
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* sd-dhcp: parse error message in DECLINE or NAKTom Gundersen2015-11-251-1/+1
* libsystemd-network: inet_pton does not set errno on parsing errorMichal Schmidt2015-11-051-6/+6
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-031-1/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-9/+10
* dhcp: make sure we can deal with a single trailing NUL byte in the hostnameLennart Poettering2015-09-301-2/+6
* tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen2015-09-011-3/+3
* dhcp: say domain name, when we mean domain nameLennart Poettering2015-08-271-2/+2
* dhcp: clean up dhcp4 lease objectLennart Poettering2015-08-271-270/+372
* dhcp: generic data should be void*, not uint8_t*Lennart Poettering2015-08-261-7/+7
* dhcp: stop using refcnt.hLennart Poettering2015-08-261-18/+31
* dhcp: keep lease save/load functions privateLennart Poettering2015-08-261-2/+2
* dhcp: normalize DHCP host and domain names from leasesLennart Poettering2015-08-261-33/+26
* dhcp: various simplificationsLennart Poettering2015-08-261-50/+15
* dhcp,network: implement RFC 4833 (DHCP Timezone option)Lennart Poettering2015-08-261-0/+32
* dhcp: be more careful when parsing strings from DHCP packetsLennart Poettering2015-08-261-2/+6
* libsystemd-network: fix memory leakreverendhomer2015-08-081-4/+2
* libsystemd-network: plug memory leakDaniel Mack2015-08-061-1/+3
* Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek2015-08-051-3/+2
|\
| * hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-051-3/+2
* | network: make enough space for stringLennart Poettering2015-08-051-1/+1
* | networkd: clean up duplicate codeAlex Crawford2015-08-051-8/+2
* | networkd: serialize the private optionsAlex Crawford2015-08-051-2/+60
* | networkd: add private options to lease structAlex Crawford2015-08-051-0/+47
* | tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-15/+16
|/
* Merge pull request #538 from mischief/multiple-routersTom Gundersen2015-07-141-1/+2
|\
| * sd-dhcp-lease: fix handling of multiple routersNick Owens2015-07-111-1/+2
* | dhcp: add support for vendor specific DHCP optionBeniamino Galvani2015-07-121-3/+53
* | basic: util - fix errorhandling in unhexmem()Tom Gundersen2015-07-121-5/+4
|/
* libsystemd-network: use domain validation instead of hostname validation for ...Nick Owens2015-06-101-1/+11
* json: minor style fixesv220Lennart Poettering2015-05-211-1/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-7/+0
* sd-dhcp: chop of trailing dot of DHCP supplied host and domain namsLennart Poettering2015-01-281-0/+14
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-131-1/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* sd-dhcp-lease: fix copy-paste error asserting wrong function argumentThomas Haller2014-11-201-1/+1
* sd-dhcp-lease: load/save client IDDan Williams2014-11-191-1/+57