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-dhcp6-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: avoid various "-Wcast-align=strict" warnings
Thomas Haller
2022-12-09
1
-1
/
+1
*
dhcp: use the attached sd_device object when generating IAID
Yu Watanabe
2022-10-27
1
-2
/
+1
*
sd-dhcp6-client: introduce sd_dhcp6_client_attach_device()
Yu Watanabe
2022-10-26
1
-0
/
+9
*
sd-dhcp6-client: allow to build large packet
Yu Watanabe
2022-10-02
1
-36
/
+33
*
sd-dhcp6-client: rename buf -> p
Yu Watanabe
2022-10-02
1
-14
/
+14
*
sd-dhcp6-client: make dhcp6_option_append_fqdn() or friends handle zero lengt...
Yu Watanabe
2022-10-02
1
-20
/
+12
*
sd-dhcp6-client: do not use implicit cast from integer to boolean
Yu Watanabe
2022-10-02
1
-1
/
+1
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-1
/
+1
*
dhcp6: do not append ORO option when no option requested
Yu Watanabe
2022-08-13
1
-0
/
+3
*
dhcp6: gracefully handle NoBinding error
Yu Watanabe
2022-08-12
1
-5
/
+25
*
dhcp: make dhcp_identifier_set_duid() take struct hw_addr_data
Yu Watanabe
2022-08-05
1
-2
/
+2
*
dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_data
Yu Watanabe
2022-08-05
1
-1
/
+1
*
sd-dhcp6-client: use hw_addr_set()
Yu Watanabe
2022-08-05
1
-2
/
+1
*
sd-dhcp6-client: introduce sd_dhcp6_client_set_rapid_commit()
Yu Watanabe
2022-07-22
1
-3
/
+18
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-6
/
+3
*
network: clarify the relationship between RA flags and DHCPv6 modes
Alex Henrie
2022-05-06
1
-1
/
+1
*
sd-dhcp6-client: request several options
Yu Watanabe
2022-04-03
1
-3
/
+46
*
network: dhcp6: request DNS servers or friends only when they will be used
Yu Watanabe
2022-04-03
1
-18
/
+0
*
dhcp: make option names singular
Yu Watanabe
2022-04-03
1
-4
/
+4
*
sd-dhcp6-client: sort requesting options
Yu Watanabe
2022-04-03
1
-9
/
+17
*
sd-dhcp6-client: rename req_opts_len -> n_req_opts
Yu Watanabe
2022-04-03
1
-7
/
+6
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-7
/
+7
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
fuzz-dhcp6-client: merge with fuzz-dhcp6-client-send
Yu Watanabe
2022-02-14
1
-2
/
+2
*
sd-dhcp6-client: append extra options before elapsed time option
Yu Watanabe
2022-02-14
1
-6
/
+6
*
sd-dhcp6-client: split dhcp6-internal.h into two
Yu Watanabe
2022-02-14
1
-84
/
+0
*
sd-dhcp6-client: reset Information Refresh Time on stop
Yu Watanabe
2022-02-14
1
-0
/
+5
*
dhcp-identifier: generate static and constant DUID-EN when the client is runn...
Yu Watanabe
2022-02-14
1
-2
/
+2
*
dhcp-identifier: introduce dhcp_identifier_set_duid()
Yu Watanabe
2022-02-14
1
-31
/
+13
*
dhcp-identifier: introduce duid_type_to_string()
Yu Watanabe
2022-02-14
1
-9
/
+1
*
sd-dhcp6-client: do not expose set_transaction_id()
Yu Watanabe
2022-02-14
1
-3
/
+6
*
sd-dhcp6-client: use OrderedSet for vendor option
Yu Watanabe
2022-02-14
1
-3
/
+9
*
sd-dhcp6-client: use struct hw_addr_data
Yu Watanabe
2022-02-14
1
-10
/
+11
*
sd-dhcp6-client: stop IO event source when client entered bound state
Yu Watanabe
2022-02-14
1
-2
/
+3
*
sd-dhcp6-client: adjust assertions
Yu Watanabe
2022-02-14
1
-54
/
+38
*
sd-dhcp6-client: log state transition
Yu Watanabe
2022-02-14
1
-5
/
+30
*
sd-dhcp6-client: rename client_set_state() -> client_start_transaction()
Yu Watanabe
2022-02-14
1
-8
/
+8
*
sd-dhcp6-client: use proper type for string table lookup funcs
Yu Watanabe
2022-02-14
1
-4
/
+4
*
sd-dhcp6-client: voidify client_set_state()
Yu Watanabe
2022-02-14
1
-4
/
+4
*
sd-dhcp6-client: log message is processed before state is changed
Yu Watanabe
2022-02-14
1
-8
/
+10
*
sd-dhcp6-client: move client_timeout_resend() and client_set_state()
Yu Watanabe
2022-02-14
1
-143
/
+142
*
sd-dhcp6-client: move client_ensure_iaid()
Yu Watanabe
2022-02-14
1
-25
/
+25
*
sd-dhcp6-client: merge client_start() and client_reset()
Yu Watanabe
2022-02-14
1
-18
/
+8
*
sd-dhcp6-client: use event_reset_time_relative() at one more place
Yu Watanabe
2022-02-14
1
-27
/
+20
*
sd-dhcp6-client: max_retransmit_count is only used when client is in DHCP6_ST...
Yu Watanabe
2022-02-14
1
-14
/
+7
*
sd-dhcp6-client: drop unnecessary event_source_disable()
Yu Watanabe
2022-02-14
1
-3
/
+0
*
sd-dhcp6-client: set lease expiration timer in client_enter_bound_state()
Yu Watanabe
2022-02-14
1
-55
/
+49
*
sd-dhcp6-client: drop unnecessary assignment
Yu Watanabe
2022-02-14
1
-6
/
+4
*
sd-dhcp6-client: initialize IO event source in sd_dhcp6_client_start()
Yu Watanabe
2022-02-14
1
-20
/
+24
*
sd-dhcp6-client: make state transition stricter
Yu Watanabe
2022-02-14
1
-22
/
+21
[next]