Home | History | Annotate | Download | only in hooks
History log of /src/external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks
RevisionDateAuthorComments
 1.1  22-Oct-2021  roy branches: 1.1.1;
Initial revision
 1.1.1.5  17-Aug-2026  roy Import dhcpcd-10.5.1 with the following changes:
* DHCP: Only send the rapid commit option when configured to
* DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6
* ipv6nd: don't leave a carrier expiry timeout on a freed interface
* ipv4: clear added state if we didn't delete the address
* DHCP: script reason should be RELEASE on RELEASE, not STOP
* control: Harden the socket at the fs level

dhcpcd-10.5.0 changes:
* Format code with clang-format
* privsep: Change IPC to use SOCK_STREAM
* BPF: Split OS specific code out into own files and add libpcap support
* hooks: Escape interface names and use printf
* Delete DHCPv6 IA FD from the loop before closing it
* eloop: Use kqueue or epoll to wait for a fd to become ready
* route: Rework rt structure so sockaddrs are pointers
* dhcp-common: Escape ifname for lease file
* privsep: smaller buffer size without INET6
* script: add ifxname as the escaped string
* DHCP: Don't really expire the lease when testing
* DHCP: Don't add a trailing : on vendor if no machine arch
* privsep: Don't open PF_INET socket for each ioctl
* script: Use correct buffer length variable
* privsep: Remove PS_BUFLEN
* privsep: Simplify readerror
* timezone: disallow directory traversal
* privsep: ps_root_readfile should return the real file size
* options: Fix userclass boundary
* ND6: fix OOB reject mask for an undefined option
* DHCP6: Ensure IA_PD Prefix Lenth is valid
* ND: Enforce require and reject policy
* ARP: check we have enough to read the frame header
* hooks: Quote assignment of compat vars correctly
* DHCP: Santize messages from servers for output
* ARP: Iterate over states safely as the cb could remove ours
* privsep: Check data is terminated when a string
* auth: clear keys with memset_explicit
* auth: Ensure remaining dlen matches hash digest length
* hooks: don't read past truncated ip6 address starting fe
* ipv6: Only regen temp addrs with sufficent pltime
* eloop: Improve timespecdiff
* eloop: Fix compile warning where UTIME_MAX is a calculation
* vsio: Allow zero length options
* DHCP6: Fix configuring the suffix to delegated prefixes
* IPv6: Fix numerous issues extending temporary address times
* script: Fix buffer over and under flows in script_buftoenv
* control: Avoid hangup in the recvdata path
* IPv6ND: Free routeinfo when it expires
* DHCPv6: Prefix exclude option can be 17 octets
* DHCPv6: When deprecating addresses, restart on prefix deletions
* IPv4: uset old_ia when adding an address causes early removal
* dhcp: add configurable backoff parameters for DHCPv4
* options: Introdce policy groups
* control: remove unprivileged socket
* DHCP: deconfigure even when state is NULL or NONE
 1.1.1.4  12-Feb-2025  roy Reimport dhcpcd-10.2.0 without the compat entry to break stuff
 1.1.1.3  12-Feb-2025  roy Update to dhcpcd-10.2.0 with the following changes:

dhcp6: start request when advertise received after IRT
dhcpcd: stdout output sometimes empty when redirected to a file
Fix help text formatting
Apply lastlease behavior to DHCPv6
dhcpcd not ignoring source-based routes on linux
DHCP6: lastlease behavior after Confim non-response
Allow limited RLIMIT_FSIZE when dumping lease
IPv6: Avoid uninitialized ifp state when adding address
DHCPv6: Add support for sending Option 17 (VSIO)
Exit the timesyncd hook if not on systemd and not executable
Add route lifetime from Router Advertisement
Fix using multiple enterprise IDs with vendclass
Update route if acquired time changes
Always send req for InfoRefreshTime option on Inform-Req
Increase max IPv4 clientid
 1.1.1.2  21-Apr-2023  roy Update to dhcpcd-10.0.1 with the following changes:

* privsep: keep resources open rather than open/close
* dhcp6: OPTION_NTP_SERVER is now preferred over OPTION_SNTP_SERVER
* Misc bug fixes mainly around privsep for many platforms.
* Fix for reading the some BSD routing table entries.
* Fix reading authtokens from config.

Big new release, mainly around better privsep process management
which allows us to detect when they exit unexpectedly.
 1.1.1.1  22-Oct-2021  roy Update to dhcpcd-9.4.1 with the following changes:

* BSD: Find the correct interface for tunnelled routes
* OpenBSD: Fix uniqueness of routes for matching priorities
* Linux: Support more platforms for seccomp (thanks to Fabrice Fontaine)
* eloop: Process all waiting fd's as they come in
* control: Unlink sockets when not in privsep
* privsep: Renamed Master to Manager
* privsep: Renamed Privilged Actioneer to Privileged Proxy
* privsep: Fix getting interface VLANID on BSD
* privsep: Enforce proper alignment of serialized struct cmsghdr
* IPv4LL: Don't remove statically assigned addresses
* routes: Fix route comparision for network prefixes with different masks
* DHCP6: Only send FQDN for SOLICIT, REQUEST, RENEW, or REBIND messages
* DHCP6: Don't spam the log when a RA repeatedly triggers an INFORM
* DHCP: Fix infinite INFORM messages

RSS XML Feed