summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-client: introduce sd_dhcp_client_is_running()Yu Watanabe2021-04-141-0/+7
* Merge pull request #18777 from yuwata/network-set-ifname-to-enginesZbigniew Jędrzejewski-Szmek2021-03-311-0/+20
|\
| * libsystemd-network: introduce sd_xxx_{set,get}_ifname()Yu Watanabe2021-03-031-0/+20
* | tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+1
|/
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-171-5/+1
* dhcp: do not assign value twiceYu Watanabe2021-01-121-4/+4
* dhcp: length of each user class field must be positiveYu Watanabe2021-01-121-10/+14
* sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()Thomas Haller2020-12-261-0/+3
* sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loopDan Streetman2020-12-161-1/+1
* Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-151-1/+1
|\
| * hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* | sd-dhcp-client: correct retransmission timeout to match RFCDan Streetman2020-12-151-2/+1
* | sd-dhcp-client: correct dhcpv4 renew/rebind retransmit timeoutsDan Streetman2020-12-151-13/+3
* | sd-dhcp-client: simplify dhcp4 t1/t2 parsingDan Streetman2020-12-151-57/+25
* | sd-dhcp-client: add RFC2131 retransmission detailsDan Streetman2020-12-151-0/+32
* | sd-dhcp-client: track dhcp4 t1, t2, expire timesDan Streetman2020-12-141-27/+27
* | sd-dhcp-client: don't log timeouts if already expiredDan Streetman2020-12-141-8/+9
|/
* sd-dhcp-client: report transient DHCP failure to the callerZbigniew Jędrzejewski-Szmek2020-11-301-0/+6
* sd-dhcp-client: minor simplificationZbigniew Jędrzejewski-Szmek2020-11-301-15/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-281-8/+20
* Revert "sd-dhcp-client: use asynchronous_close()"Yu Watanabe2020-10-241-4/+4
* libsystemd-network: do not request each daemon exist in sd_xxx_stop()Yu Watanabe2020-10-151-2/+3
* sd-dhcp-client: make sd_dhcp_client_set_request_option() not return -EEXISTYu Watanabe2020-10-141-25/+41
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* dhcp4: only renewing lease when the client already has a leaseYu Watanabe2020-07-161-1/+1
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* dhcp4: do not try to renew address when client has no leaseYu Watanabe2020-07-071-1/+4
* dhcp4: do not renew address if client is not running yetYu Watanabe2020-07-071-0/+3
* sd-dhcp-client: add sd_dhcp_client_id_to_string()Marc-André Lureau2020-06-041-0/+55
* sd-dhcp-client: make struct sd_dhcp_client_id reusableMarc-André Lureau2020-06-041-25/+27
* Merge pull request #15274 from ssahani/network-issue-9610Zbigniew Jędrzejewski-Szmek2020-05-201-0/+13
|\
| * sd-dhcpv4: Allow to configure lease lifetimeSusant Sahani2020-05-201-0/+13
* | sd-network: DHCPv4 - Add user class, extra option and send generic options in...Susant Sahani2020-05-201-62/+48
|/
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-3/+3
* tree-wide: use CMSG_SPACE() (and not CMSG_LEN()) to allocate control buffersLennart Poettering2020-05-071-1/+1
* Merge pull request #15570 from poettering/cmsg-findZbigniew Jędrzejewski-Szmek2020-04-241-9/+5
|\
| * tree-wide: use cmsg_find() helper at various places where appropriateLennart Poettering2020-04-231-9/+5
* | dhcp-client: port to recvmsg_safe()Lennart Poettering2020-04-241-7/+7
|/
* sd-dhcpv4: introduce The Manufacturer Usage Description (MUD)Susant Sahani2020-03-301-0/+34
* network: Fix split in `SendOption=` on client and serverDavid Wood2020-03-191-6/+36
* network: DHCP4 introduce send declineSusant Sahani2019-12-201-1/+43
* Merge pull request #14064 from yuwata/network-unify-send-option-and-send-raw-...Zbigniew Jędrzejewski-Szmek2019-11-181-48/+0
|\
| * dhcp: remove struct sd_dhcp_raw_optionYu Watanabe2019-11-181-48/+0
* | Merge pull request #14056 from yuwata/dhcp-debug-logsYu Watanabe2019-11-181-14/+24
|\ \ | |/ |/|
| * dhcp4: propagate error in restarting DHCPv4 clientYu Watanabe2019-11-171-5/+15
| * dhcp4: add debug logsYu Watanabe2019-11-171-9/+9
* | sd-dhcp-client: anonymize DHCPDISCOVER (fixes #13992)Serge2019-11-171-1/+3
|/
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0