summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-identifier.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp: use the attached sd_device object when generating IAIDYu Watanabe2022-10-271-35/+3
* dhcp: make dhcp_identifier_set_duid() take struct hw_addr_dataYu Watanabe2022-08-061-18/+28
* dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_dataYu Watanabe2022-08-061-3/+6
* libsystemd-network: use udev_available()Nick Rosbrook2022-06-081-2/+1
* dhcp-identifier: use offsetof()Yu Watanabe2022-02-161-5/+5
* dhcp-identifier: generate static and constant DUID-EN when the client is runn...Yu Watanabe2022-02-141-9/+16
* dhcp-identifier: introduce dhcp_identifier_set_duid()Yu Watanabe2022-02-141-34/+63
* dhcp-identifier: introduce duid_type_to_string()Yu Watanabe2022-02-141-3/+10
* dhcp-identifier: always use a fixed machine-id while fuzzingEvgeny Vereshchagin2022-02-021-7/+5
* netif-util: rename net_get_name_persistent() -> net_get_persistent_name()Yu Watanabe2021-11-091-1/+1
* netif-util: move several functions from network-util.[ch] to shared/netif-uti...Yu Watanabe2021-11-091-1/+1
* network: use official bswap_32() rather than inofficial __bswap_32()Lennart Poettering2021-10-111-1/+1
* sd-dhcp: refuse to set iaid if we cannot find the interfaceYu Watanabe2021-06-121-18/+21
* dhcp: do not use ifindex when generating iaid in testsYu Watanabe2021-06-121-1/+2
* sd-dhcp: do not use detect_container() to guess udev is running or notYu Watanabe2021-06-121-2/+3
* tree-wide: use sd_device_new_from_ifindex/ifname()Yu Watanabe2021-06-121-4/+2
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-1/+2
|\
| * sd-network: move net_get_unique_predictable_data() and net_get_name_persisten()Yu Watanabe2020-10-291-1/+2
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* sd-network: DHCPv6 - Add support to send vendor class dataSusant Sahani2020-05-201-1/+0
* libsystemd-network: rename net_get_name() to net_get_name_persistent()Zbigniew Jędrzejewski-Szmek2019-06-171-1/+1
* dhcp: refuse to configure DHCP IAID if the interface is under renamingYu Watanabe2019-03-051-0/+8
* dhcp/trivial: fix spelling error in commentThomas Haller2019-01-251-1/+1
* libsystemd-network: use xsprintf in one more placeZbigniew Jędrzejewski-Szmek2019-01-161-2/+3
* dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()Thomas Haller2018-12-201-1/+7
* dhcp: support endianness independent dhcp_identifier_set_iaid()Thomas Haller2018-11-121-4/+18
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-3/+3
* tests: make fuzz-dhcp6-client work in containers provided by the OSS-Fuzz pro...Evgeny Vereshchagin2018-09-291-1/+6
* Merge pull request #9406 from yuwata/rfe-9228Zbigniew Jędrzejewski-Szmek2018-08-231-3/+77
|\
| * sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUID...Yu Watanabe2018-08-081-0/+53
| * sd-dhcp: use application specific machine ID when DUIDType=uuid but DUIDRawDa...Yu Watanabe2018-08-081-3/+23
* | network: replace udev_device by sd_deviceYu Watanabe2018-08-231-13/+10
|/
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* 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
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* dhcp-identifier: un-inline dhcp_validate_duid_lenZbigniew Jędrzejewski-Szmek2016-05-031-0/+31
* DHCP DUID, IAID configuration optionsVinay Kulkarni2016-03-301-1/+1
* Revert "DHCP DUID and IAID configurability"revert-2818-masterZbigniew Jędrzejewski-Szmek2016-03-211-1/+1
* DHCP DUID and IAID configurabilityVinay Kulkarni2016-03-091-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+1
* Merge pull request #1923 from zonque/siphashLennart Poettering2015-11-171-3/+5
|\
| * siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-3/+5
* | tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
|/
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-4/+6
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-9/+6