summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: copy timestamp data from cmsgYu Watanabe2023-04-161-7/+3
* tree-wide: fix typoYu Watanabe2023-01-201-1/+1
* send dhcpv6 release when stoppingchris2023-01-171-12/+71
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* all: avoid various "-Wcast-align=strict" warningsThomas Haller2022-12-091-1/+1
* dhcp: use the attached sd_device object when generating IAIDYu Watanabe2022-10-271-2/+1
* sd-dhcp6-client: introduce sd_dhcp6_client_attach_device()Yu Watanabe2022-10-261-0/+9
* sd-dhcp6-client: allow to build large packetYu Watanabe2022-10-021-36/+33
* sd-dhcp6-client: rename buf -> pYu Watanabe2022-10-021-14/+14
* sd-dhcp6-client: make dhcp6_option_append_fqdn() or friends handle zero lengt...Yu Watanabe2022-10-021-20/+12
* sd-dhcp6-client: do not use implicit cast from integer to booleanYu Watanabe2022-10-021-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* dhcp6: do not append ORO option when no option requestedYu Watanabe2022-08-141-0/+3
* dhcp6: gracefully handle NoBinding errorYu Watanabe2022-08-131-5/+25
* dhcp: make dhcp_identifier_set_duid() take struct hw_addr_dataYu Watanabe2022-08-061-2/+2
* dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_dataYu Watanabe2022-08-061-1/+1
* sd-dhcp6-client: use hw_addr_set()Yu Watanabe2022-08-061-2/+1
* sd-dhcp6-client: introduce sd_dhcp6_client_set_rapid_commit()Yu Watanabe2022-07-221-3/+18
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-6/+3
* network: clarify the relationship between RA flags and DHCPv6 modesAlex Henrie2022-05-061-1/+1
* sd-dhcp6-client: request several optionsYu Watanabe2022-04-041-3/+46
* network: dhcp6: request DNS servers or friends only when they will be usedYu Watanabe2022-04-031-18/+0
* dhcp: make option names singularYu Watanabe2022-04-031-4/+4
* sd-dhcp6-client: sort requesting optionsYu Watanabe2022-04-031-9/+17
* sd-dhcp6-client: rename req_opts_len -> n_req_optsYu Watanabe2022-04-031-7/+6
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-7/+7
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+0
* fuzz-dhcp6-client: merge with fuzz-dhcp6-client-sendYu Watanabe2022-02-141-2/+2
* sd-dhcp6-client: append extra options before elapsed time optionYu Watanabe2022-02-141-6/+6
* sd-dhcp6-client: split dhcp6-internal.h into twoYu Watanabe2022-02-141-84/+0
* sd-dhcp6-client: reset Information Refresh Time on stopYu Watanabe2022-02-141-0/+5
* dhcp-identifier: generate static and constant DUID-EN when the client is runn...Yu Watanabe2022-02-141-2/+2
* dhcp-identifier: introduce dhcp_identifier_set_duid()Yu Watanabe2022-02-141-31/+13
* dhcp-identifier: introduce duid_type_to_string()Yu Watanabe2022-02-141-9/+1
* sd-dhcp6-client: do not expose set_transaction_id()Yu Watanabe2022-02-141-3/+6
* sd-dhcp6-client: use OrderedSet for vendor optionYu Watanabe2022-02-141-3/+9
* sd-dhcp6-client: use struct hw_addr_dataYu Watanabe2022-02-141-10/+11
* sd-dhcp6-client: stop IO event source when client entered bound stateYu Watanabe2022-02-141-2/+3
* sd-dhcp6-client: adjust assertionsYu Watanabe2022-02-141-54/+38
* sd-dhcp6-client: log state transitionYu Watanabe2022-02-141-5/+30
* sd-dhcp6-client: rename client_set_state() -> client_start_transaction()Yu Watanabe2022-02-141-8/+8
* sd-dhcp6-client: use proper type for string table lookup funcsYu Watanabe2022-02-141-4/+4
* sd-dhcp6-client: voidify client_set_state()Yu Watanabe2022-02-141-4/+4
* sd-dhcp6-client: log message is processed before state is changedYu Watanabe2022-02-141-8/+10
* sd-dhcp6-client: move client_timeout_resend() and client_set_state()Yu Watanabe2022-02-141-143/+142
* sd-dhcp6-client: move client_ensure_iaid()Yu Watanabe2022-02-141-25/+25
* sd-dhcp6-client: merge client_start() and client_reset()Yu Watanabe2022-02-141-18/+8
* sd-dhcp6-client: use event_reset_time_relative() at one more placeYu Watanabe2022-02-141-27/+20
* sd-dhcp6-client: max_retransmit_count is only used when client is in DHCP6_ST...Yu Watanabe2022-02-141-14/+7
* sd-dhcp6-client: drop unnecessary event_source_disable()Yu Watanabe2022-02-141-3/+0