summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-lease.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* dhcp: Log SIP server information correctlyChris Down2019-09-201-1/+1
* network: DHCP server Add support to transmit SIP serverSusant Sahani2019-09-201-0/+65
* dhcp4: use memdup_suffix0() instead of strndup() for binary dataYu Watanabe2019-05-301-1/+1
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+3
* network: avoid inet_ntoa() in favor of inet_ntop()Thomas Haller2019-02-181-5/+6
* dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-181-27/+7
* dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-181-23/+27
* resolve: reject host names with leading or trailing dashes in /etc/hostsZbigniew Jędrzejewski-Szmek2018-12-101-1/+1
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* network: add sd_dhcp_route_get_option() accessorThomas Haller2018-11-271-0/+6
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* sd-dhcp-lease: fix memleaksYu Watanabe2018-09-271-0/+2
* sd-dhecp-lease: use free_and_replace() at one moreYu Watanabe2018-09-271-2/+1
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-21/+4
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-0/+1
* 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