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-server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
string-util: introduce string_is_safe_ascii helper
Mike Yuan
2024-06-16
1
-1
/
+1
*
sd-dhcp-server: clear buffer before receive
Yu Watanabe
2024-06-12
1
-1
/
+1
*
sd-dhcp-server: use close_and_replace (avoid fd leak)
Mike Yuan
2024-04-12
1
-3
/
+3
*
sd-dhcp-server: check dir_fd with assert_return
Mike Yuan
2024-04-12
1
-3
/
+1
*
sd-dhcp-server: make sd_dhcp_server_set_lease_file() optionally take director...
Yu Watanabe
2024-03-14
1
-3
/
+27
*
sd-dhcp-server: introduce sd_dhcp_server_set_lease_file() and dhcp_server_{sa...
Yu Watanabe
2024-03-11
1
-4
/
+32
*
sd-dhcp-server: refuse invalid hostname in request
Yu Watanabe
2024-03-11
1
-6
/
+8
*
sd-dhcp-server: do not forget previously assigned addresses on pool change
Yu Watanabe
2024-01-03
1
-7
/
+0
*
sd-dhcp-server: check address conflict more carefully
Yu Watanabe
2024-01-03
1
-16
/
+19
*
sd-dhcp-server: rename DHCPLease -> sd_dhcp_server_lease
Yu Watanabe
2024-01-03
1
-178
/
+12
*
sd-dhcp-server: use sd_dhcp_client_id
Yu Watanabe
2024-01-03
1
-99
/
+44
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-1
/
+1
*
libsystemd-network: introduce triple_timestamp_from_cmsg()
Yu Watanabe
2023-11-20
1
-12
/
+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
-10
/
+45
*
sd-dhcp-server: support rapid commit (RFC4039)
Yu Watanabe
2023-11-07
1
-0
/
+27
*
dhcp: split dhcp-internal.h into two
Yu Watanabe
2023-10-20
1
-1
/
+2
*
dhcp: split out dhcp-network.h from dhcp-internal.h
Yu Watanabe
2023-10-20
1
-0
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
sd-dhcp-server: make sd_dhcp_server_is_running() silently work with NULL
Yu Watanabe
2023-10-12
1
-1
/
+2
*
sd-dhcp-server: support IPv6 only mode
Susant Sahani
2023-10-11
1
-0
/
+41
*
sd-dhcp-server: store lifetime and friends in usec_t
Yu Watanabe
2023-09-19
1
-16
/
+10
*
libsystemd-network: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-6
/
+4
*
sd-dhcp-server: propagate error on parsing DHCP packet
Yu Watanabe
2023-08-08
1
-1
/
+1
*
various: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-8
/
+5
*
networkd/dhcpserver: Save and expose the client hostname sent when requesting...
Rene Hollander
2023-05-31
1
-19
/
+30
*
sd-network: avoid leaking DHCPLease
Frantisek Sumsal
2023-05-26
1
-3
/
+1
*
sd-dhcp-server: also send DNS servers or friends on DHCPOFFER
Yu Watanabe
2023-05-13
1
-30
/
+27
*
networkd: fallback to chaddr for static lease lookup when not found
Robert Meijers
2023-04-20
1
-1
/
+37
*
tree-wide: also use CMSG_TYPED_DATA() on writing message header
Yu Watanabe
2023-04-16
1
-1
/
+1
*
sd-dhcp-server: use CMSG_FIND_DATA() at one more place
Yu Watanabe
2023-04-16
1
-14
/
+4
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-1
/
+1
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
*
sd-dhcp-server: allow to send header only message
Yu Watanabe
2023-01-28
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-6
/
+2
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-2
/
+2
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-2
/
+2
*
network: dhcp: rename NextServer= and Filename= settings
Yu Watanabe
2022-03-11
1
-15
/
+33
*
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-1
/
+1
*
network: refuse string which contains non-safe or non-ascii characters for Fi...
Yu Watanabe
2022-03-10
1
-1
/
+1
*
sd-dhcp-server: add support to send next server and filename option for PXE b...
Yu Watanabe
2022-02-24
1
-0
/
+39
*
sd-dhcp-server: do not offer server address
Yu Watanabe
2022-02-17
1
-0
/
+3
*
sd-dhcp-server: convert null address for e.g. DNS to server address
Yu Watanabe
2022-02-01
1
-0
/
+15
*
sd-dhcp-server: use free_and_replace() at one more place
Yu Watanabe
2022-02-01
1
-2
/
+1
*
sd-dhcp-server: split out logic to ACK request
Yu Watanabe
2022-02-01
1
-85
/
+55
*
sd-dhcp-server: do not assign address reserved for static leases to non-match...
Yu Watanabe
2022-02-01
1
-0
/
+3
*
sd-dhcp-server: explicitly refuse when conflicting address is requested
Yu Watanabe
2022-02-01
1
-4
/
+7
*
sd-dhcp-server: do not assign an address from pool when a static lease for th...
Yu Watanabe
2022-02-01
1
-3
/
+7
*
sd-dhcp-server: rename get_pool_offset() -> address_is_in_pool()
Yu Watanabe
2022-02-01
1
-12
/
+9
[next]