index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp-lease.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dhcp-option: refuse control and non-UTF8 characters in string option
Yu Watanabe
2024-03-11
1
-3
/
+7
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-3
/
+3
*
sd-dhcp-lease: use sd_dhcp_client_id
Yu Watanabe
2024-01-02
1
-26
/
+20
*
dhcp: do not trigger assertion by malformed messages
Yu Watanabe
2023-11-15
1
-1
/
+4
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
1
-1
/
+1
*
sd-dhcp-client,-server: set timestamp based on the time when received a packet
Yu Watanabe
2023-11-08
1
-0
/
+9
*
tree-wide: fix typo
Yu Watanabe
2023-10-31
1
-1
/
+1
*
network: implement RFC4039 DHCP Rapid Commit
Ronan Pigott
2023-10-27
1
-0
/
+6
*
dhcp: split dhcp-internal.h into two
Yu Watanabe
2023-10-20
1
-2
/
+2
*
sd-dhcp-client: support IPv6 only mode
Yu Watanabe
2023-10-11
1
-0
/
+10
*
sd-dhcp-client: do not set fallback subnet mask if it is already set
Yu Watanabe
2023-09-22
1
-0
/
+3
*
sd-dhcp-client: use unaligned_be32_sec_to_usec()
Yu Watanabe
2023-09-21
1
-27
/
+5
*
sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper function
Yu Watanabe
2023-09-05
1
-0
/
+4
*
dhcp: introduce sd_dhcp_lease_get_timestamp()
Yu Watanabe
2023-09-05
1
-0
/
+41
*
sd-dhcp-client: store lifetime and friends in usec_t
Yu Watanabe
2023-09-05
1
-22
/
+41
*
alloc-util: add free_many() helper
Lennart Poettering
2023-08-24
1
-2
/
+1
*
tree-wide: use LIST_POP()
David Tardon
2023-08-17
1
-5
/
+3
*
sd-dhcp: introduce sd_dhcp_lease_get_prefix()
Yu Watanabe
2023-07-27
1
-0
/
+28
*
dhcp-client: parse RFC8910 captive portal dhcp option
Ronan Pigott
2023-06-30
1
-0
/
+34
*
networkd/dhcpserver: Save and expose the client hostname sent when requesting...
Rene Hollander
2023-05-31
1
-28
/
+4
*
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
1
-6
/
+3
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-6
/
+5
*
libsystemd-network: FTBS in c2x mode
Cristian Rodríguez
2023-01-03
1
-4
/
+4
*
tree-wide: replace "plural(s)" by "plurals"
Zbigniew Jędrzejewski-Szmek
2022-10-17
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-3
/
+1
*
dhcp: fix potential buffer overflow
Yu Watanabe
2022-08-06
1
-3
/
+3
*
sd-dhcp-client: fix log message
Yu Watanabe
2022-07-09
1
-1
/
+1
*
tree-wide: convert inet_ntop() calls to anonymous-buffer macros
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-6
/
+5
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-4
/
+5
*
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-5
/
+5
*
sd-dhcp-lease: store static routes and classless static routes in different a...
Yu Watanabe
2022-02-02
1
-75
/
+83
*
sd-dhcp-lease: fix memleak
Yu Watanabe
2022-02-01
1
-2
/
+18
*
sd-dhcp-lease: fix reading unaligned memory
Yu Watanabe
2022-02-01
1
-19
/
+26
*
sd-dhcp-lease: fix a memory leak in dhcp_lease_parse_search_domains
Evgeny Vereshchagin
2022-01-29
1
-1
/
+1
*
sd-dhcp-lease: fix an infinite loop found by the fuzzer
Evgeny Vereshchagin
2022-01-29
1
-4
/
+2
*
dhcp: fix assertion failure
Yu Watanabe
2021-12-08
1
-1
/
+1
*
sd-dhcp-client: support 6rd option
Yu Watanabe
2021-12-07
1
-0
/
+89
*
dhcp: make sd_dhcp_lease_get_servers() accepts NULL
Yu Watanabe
2021-11-26
1
-2
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-13
/
+9
*
netlink,network: drop "const" from opaque object parameters in supposed-to-be...
Lennart Poettering
2021-05-12
1
-30
/
+30
*
sd-dhcp-client: constify argument in sd_dhcp_lease_get_xxx()
Yu Watanabe
2021-04-12
1
-30
/
+30
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-3
/
+3
*
dhcp: use unlink_and_freep() in dhcp_lease_save()
Yu Watanabe
2021-03-03
1
-20
/
+11
*
network: suffix types with _t in public headers
Lennart Poettering
2021-02-18
1
-2
/
+2
*
dhcp: use conservative_rename()
Yu Watanabe
2021-01-22
1
-3
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2020-10-04
1
-1
/
+1
[next]