summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp-lease.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dhcp-option: refuse control and non-UTF8 characters in string optionYu Watanabe2024-03-111-3/+7
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-3/+3
* sd-dhcp-lease: use sd_dhcp_client_idYu Watanabe2024-01-021-26/+20
* dhcp: do not trigger assertion by malformed messagesYu Watanabe2023-11-151-1/+4
* Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_nowZbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* sd-dhcp-client,-server: set timestamp based on the time when received a packetYu Watanabe2023-11-081-0/+9
* tree-wide: fix typoYu Watanabe2023-10-311-1/+1
* network: implement RFC4039 DHCP Rapid CommitRonan Pigott2023-10-271-0/+6
* dhcp: split dhcp-internal.h into twoYu Watanabe2023-10-201-2/+2
* sd-dhcp-client: support IPv6 only modeYu Watanabe2023-10-111-0/+10
* sd-dhcp-client: do not set fallback subnet mask if it is already setYu Watanabe2023-09-221-0/+3
* sd-dhcp-client: use unaligned_be32_sec_to_usec()Yu Watanabe2023-09-211-27/+5
* sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-051-0/+4
* dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe2023-09-051-0/+41
* sd-dhcp-client: store lifetime and friends in usec_tYu Watanabe2023-09-051-22/+41
* alloc-util: add free_many() helperLennart Poettering2023-08-241-2/+1
* tree-wide: use LIST_POP()David Tardon2023-08-171-5/+3
* sd-dhcp: introduce sd_dhcp_lease_get_prefix()Yu Watanabe2023-07-271-0/+28
* dhcp-client: parse RFC8910 captive portal dhcp optionRonan Pigott2023-06-301-0/+34
* networkd/dhcpserver: Save and expose the client hostname sent when requesting...Rene Hollander2023-05-311-28/+4
* tree-wide: use free_and_replace() moreDavid Tardon2023-05-241-6/+3
* 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-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