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
*
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
*
dhcp: fix entry name in parsing lease file
Yu Watanabe
2020-06-23
1
-1
/
+1
*
sd-dhcp: clean-up of DHCP lease server code
Lennart Poettering
2020-05-30
1
-114
/
+62
*
Merge pull request #15472 from keszybz/dbus-api-docs
Lennart Poettering
2020-04-23
1
-1
/
+1
|
\
|
*
tree-wide: use "hostname" spelling everywhere
Zbigniew Jędrzejewski-Szmek
2020-04-21
1
-1
/
+1
*
|
Merge pull request #15530 from ssahani/lpr-dhcpv4-option-9
Zbigniew Jędrzejewski-Szmek
2020-04-23
1
-0
/
+28
|
\
\
|
*
|
sd-network: DHCPv4 Add support to send and receive LPR servers.
Susant Sahani
2020-04-22
1
-0
/
+28
|
|
/
*
|
tree-wide: fix spelling errors
Frantisek Sumsal
2020-04-21
1
-1
/
+1
*
|
tree-wide: formatting tweaks reported by Coccinelle
Frantisek Sumsal
2020-04-21
1
-2
/
+2
|
/
*
sd-dhcp-lease: add a meta-getter to simplify querying of server lists
Zbigniew Jędrzejewski-Szmek
2020-04-10
1
-37
/
+48
*
sd-dhcp: Add support to emit and retrieve SMTP server
Susant Sahani
2020-03-28
1
-0
/
+28
*
libsystemd-network: DHCP add support to emit and retrive DHCP POP3 server
Susant Sahani
2020-03-28
1
-0
/
+28
*
network: DHCP lease load SIP copy paste error
Susant Sahani
2020-03-21
1
-1
/
+1
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
dhcp: Log SIP server information correctly
Chris Down
2019-09-20
1
-1
/
+1
*
network: DHCP server Add support to transmit SIP server
Susant Sahani
2019-09-20
1
-0
/
+65
*
dhcp4: use memdup_suffix0() instead of strndup() for binary data
Yu Watanabe
2019-05-30
1
-1
/
+1
*
Make fopen_temporary and fopen_temporary_label unlocked
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-2
/
+0
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+3
[next]