summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-lease.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* Merge pull request #8962 from floppym/issue8905Zbigniew Jędrzejewski-Szmek2018-05-131-1/+1
|\
| * basic: add log_level argument to timezone_is_validMike Gilbert2018-05-121-1/+1
* | sd-dhcp: drop deserialize_dhcp_option() as it is equivalent to unhexmem()Yu Watanabe2018-05-111-3/+3
|/
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* networkd: ignore Static Routes option when Classless Static Routes is given (...Susant Sahani2018-01-201-0/+2
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-7/+9
* tree-wide: use STRLEN() to allocate buffer of constant sizeThomas Haller2017-12-131-1/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-6/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* in-addr-util: be more systematic with naming our functionsLennart Poettering2017-09-221-2/+2
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-6/+6
* sd-dhcp: library code shouldn't log above LOG_DEBUG (#6001)Lennart Poettering2017-05-221-1/+1
* Allow bad MTU values with warning to be able to connect to the machine. (#5954)Matthias Greiner2017-05-211-0/+5
* network: Implement DHCP Option 119 (Domain Search List) (#5932)Daniel Wang2017-05-131-0/+134
* dhcp4: filter bogus DNS/NTP server addresses silentlyLennart Poettering2016-11-211-0/+19
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* core: avoid compiler warning when compiling with -fexceptionsThomas Haller2016-02-271-1/+1
* 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