summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-lease.c
Commit message (Expand)AuthorAgeFilesLines
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-6/+5
* libsystemd-network: FTBS in c2x modeCristian Rodríguez2023-01-031-4/+4
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* dhcp: fix potential buffer overflowYu Watanabe2022-08-061-3/+3
* sd-dhcp-client: fix log messageYu Watanabe2022-07-091-1/+1
* tree-wide: convert inet_ntop() calls to anonymous-buffer macrosZbigniew Jędrzejewski-Szmek2022-06-061-6/+5
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-4/+5
* dhcp: list all known DHCP optionsYu Watanabe2022-03-101-5/+5
* 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-051-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-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