summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sd-dhcp-client: do not call assert in public functionsZbigniew Jędrzejewski-Szmek2019-10-241-5/+5
* sd-dhcp-client: remove unnecessary cleanup functionZbigniew Jędrzejewski-Szmek2019-10-241-5/+2
* network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani2019-10-141-0/+79
* sd-dhcp-client: do not crash if sd_dhcp_client_send_release() is called with ...Zbigniew Jędrzejewski-Szmek2019-10-021-0/+1
* sd-dhcp-client: merge client_send_release() into sd_dhcp_client_send_release()Zbigniew Jędrzejewski-Szmek2019-10-021-36/+27
* dhcp4: make IPServiceType configurableSiddharth Chandrasekara2019-09-261-2/+12
* dhcp: introduce sd_dhcp_client_send_renew()Yu Watanabe2019-07-181-0/+11
* dhcp: fix minor coding style issueYu Watanabe2019-07-181-4/+3
* dhcp: replace strerror() with %mYu Watanabe2019-07-041-1/+1
* dhcp: fix comparison with previous leaseYu Watanabe2019-06-181-5/+20
* networkd: DHCP client add support to send RELEASE packetSusant Sahani2019-05-141-3/+46
* networkd: Add support for blacklisting serversSusant Sahani2019-05-101-3/+8
* networkd: Allow DHCP4 client to set the number to attempt to reconfigure.Susant Sahani2019-05-071-11/+17
* sd-dhcp: store number of trial in sd_dhcp_client::attemptYu Watanabe2019-05-071-10/+9
* networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-041-4/+8
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* dhcp: don't stop receiving packets when the link goes downBeniamino Galvani2019-02-191-2/+11
* dhcp: ignore padding of 'chaddr' in DHCP server responseThomas Haller2019-02-151-8/+3
* dhcp: drop unnecessary bracketsYu Watanabe2018-12-231-2/+1
* dhcp: use cast-to-bool for pointersYu Watanabe2018-12-231-3/+3
* dhcp: fix indentationYu Watanabe2018-12-231-13/+13
* dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()Thomas Haller2018-12-201-1/+1
* dhcp: don't enforce hardware address length for sd_dhcp_client_set_client_id()Thomas Haller2018-12-201-18/+11
* dhcp: fix sd_dhcp_client_set_client_id() for infiniband addressesThomas Haller2018-12-201-1/+3
* network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-101-12/+15
* tree-wide: more IOVEC_MAKE() conversionsLennart Poettering2018-11-281-3/+3
* dhcp-client: do not unref() event sources when update or disable themYu Watanabe2018-11-161-112/+47
* dhcp-client: use structured initializer at one more placeYu Watanabe2018-11-161-10/+11
* dhcp: support endianness independent dhcp_identifier_set_iaid()Thomas Haller2018-11-121-1/+3
* sd-dhcp: remove unreachable route after rebinding return NAKLi Song2018-10-191-0/+2
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-1/+1
* trivial: fix spelling in code commentsThomas Haller2018-09-301-1/+1
* sd-dhcp: drop meaningless checkingYu Watanabe2018-09-041-2/+2
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-21/+4
* sd-dhcp: make time value for DUID-LLT configurableYu Watanabe2018-08-081-5/+19
* sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUID...Yu Watanabe2018-08-081-1/+17
* sd-dhcp: adjust log messageYu Watanabe2018-08-081-1/+1
* sd-dhcp: use application specific machine ID when DUIDType=uuid but DUIDRawDa...Yu Watanabe2018-08-081-5/+14
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* networkd: add support to send DHCP user class option (#7499)Susant Sahani2018-05-071-0/+32