summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp-lease.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-lease: store static routes and classless static routes in different a...Yu Watanabe2022-02-021-75/+83
* sd-dhcp-lease: fix memleakYu Watanabe2022-02-011-2/+18
* sd-dhcp-lease: fix reading unaligned memoryYu Watanabe2022-02-011-19/+26
* sd-dhcp-lease: fix a memory leak in dhcp_lease_parse_search_domainsEvgeny Vereshchagin2022-01-291-1/+1
* sd-dhcp-lease: fix an infinite loop found by the fuzzerEvgeny Vereshchagin2022-01-291-4/+2
* dhcp: fix assertion failureYu Watanabe2021-12-081-1/+1
* sd-dhcp-client: support 6rd optionYu Watanabe2021-12-071-0/+89
* dhcp: make sd_dhcp_lease_get_servers() accepts NULLYu Watanabe2021-11-261-2/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-13/+9
* netlink,network: drop "const" from opaque object parameters in supposed-to-be...Lennart Poettering2021-05-121-30/+30
* sd-dhcp-client: constify argument in sd_dhcp_lease_get_xxx()Yu Watanabe2021-04-121-30/+30
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-3/+3
* dhcp: use unlink_and_freep() in dhcp_lease_save()Yu Watanabe2021-03-031-20/+11
* network: suffix types with _t in public headersLennart Poettering2021-02-181-2/+2
* dhcp: use conservative_rename()Yu Watanabe2021-01-221-3/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-2/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* dhcp: fix entry name in parsing lease fileYu Watanabe2020-06-231-1/+1
* sd-dhcp: clean-up of DHCP lease server codeLennart Poettering2020-05-301-114/+62
* Merge pull request #15472 from keszybz/dbus-api-docsLennart Poettering2020-04-231-1/+1
|\
| * tree-wide: use "hostname" spelling everywhereZbigniew Jędrzejewski-Szmek2020-04-211-1/+1
* | Merge pull request #15530 from ssahani/lpr-dhcpv4-option-9Zbigniew Jędrzejewski-Szmek2020-04-231-0/+28
|\ \
| * | sd-network: DHCPv4 Add support to send and receive LPR servers.Susant Sahani2020-04-221-0/+28
| |/
* | tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* | tree-wide: formatting tweaks reported by CoccinelleFrantisek Sumsal2020-04-211-2/+2
|/
* sd-dhcp-lease: add a meta-getter to simplify querying of server listsZbigniew Jędrzejewski-Szmek2020-04-101-37/+48
* sd-dhcp: Add support to emit and retrieve SMTP serverSusant Sahani2020-03-281-0/+28
* libsystemd-network: DHCP add support to emit and retrive DHCP POP3 serverSusant Sahani2020-03-281-0/+28
* network: DHCP lease load SIP copy paste errorSusant Sahani2020-03-211-1/+1
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-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