]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2025-02-07  Roy MarplesDHCP6: Fix --rebind on the control socket to really...
2025-02-07  Roy MarplesBSD: Improve NEWADDR == IFF_UP handling
2025-02-05  Colin McInnesAlways send req for InfoRefreshTime option on Inform...
2025-02-05  Roy MarplesDHCP: shrink code a little
2025-02-05  Roy Marplesprivsep: ASAN now works
2025-02-05  Colin McInnesUpdate route if lifetime needs changing (#441)
2025-02-05  Roy Marplesprivsep: Exit cleanly when built for address sanitizati...
2025-01-18  StipeFix using multiple enterprise IDs with vendclass (Optio...
2025-01-15  Roy MarplesIPv6: Use lifetime_left function to reduce code size
2025-01-15  Roy MarplesBSD: FreeBSD allows RTA_IFP correctly.
2025-01-15  Roy MarplesBSD: Note that to replicate prior we can't have a defau...
2025-01-15  philomathic_liferevert e3c5de1 (#425)
2025-01-15  Colin McInnesAdd route lifetime from Router Advertisement (#429)
2024-12-08  Martin-Éric... Exit the timesyncd hook if not on systemd and not execu...
2024-12-07  Scott Shambargerlinux: Allow the __NR_rt_sigprocmask syscall
2024-12-07  Roy MarplesIPv6: Discard NA packets with a zero length option
2024-12-07  Billie AlsupDHCP: reduce buflen by 2 when creating a new RFC 3396...
2024-11-07  spoljak-entDHCPv6: Add support for sending Option 17 (VSIO) (... 378/head
2024-10-31  Roy Marpleslogerr: use LOG_NDELAY for openlog
2024-10-29  Ken SimonIPv6: Avoid uninitialized ifp state when adding address...
2024-10-29  Colin McInnesDon't set RLIMIT_FSIZE when dumping lease (#389)
2024-10-29  Jon FranklinDHCP6: lastlease behavior after Confirm non-response...
2024-10-29  Scott Shambargerlinux: ignore source-based routes (#372)
2024-10-14  Roy MarplesIPv6: Improve comments on prior global for default...
2024-10-14  Jon FranklinApply lastlease behavior to DHCPv6 (#384)
2024-10-14  Roy MarplesIPv6: allow any global address for default route
2024-10-11  Roy MarplesDHCP6: add preference as a defined option
2024-10-10  jvfranklinFix help text formatting (#379)
2024-10-10  Roy Marpleslinux: Support old kernels by not including linux/if.h
2024-10-10  Roy Marpleshooks: Document if_configured
2024-10-10  Diego Santa... dhcpcd: stdout output sometimes empty when redirected...
2024-10-10  Roy MarplesIPv6: Mark Route Information Routes as from RA 374/head
2024-10-09  Roy MarplesIPv6: Don't set IN6_IFF_TENTATIVE when the address...
2024-10-08  Roy MarplesDHCP6: Discard less preferred ADVERTISMENTs until IRT
2024-10-08  Scott Shambargerdhcp6: start request when advertise received after...
2024-10-07  Roy MarplesBSD: Remove IPv6 sharing warning
2024-10-04  Roy MarplesRelease dhcpcd-10.1.0 v10.1.0
2024-10-04  Roy MarplesFinal fix for prior
2024-10-04  Roy MarplesAnother fix for prior
2024-10-04  Roy Marplesminor fix for prior
2024-10-04  Roy Marplesdhcpcd: remove advertisement of addresses
2024-10-02  Roy MarplesDHCP: Fix checksum validation
2024-10-01  Roy Marpleslinux: Only include linux/if.h if libc does not define...
2024-10-01  Roy MarplesImprove formatting of error
2024-09-26  acst1223Include frame header in buffer length (#371)
2024-09-23  Roy MarplesIPv6: DNSSL is an array of domains
2024-09-11  Roy MarplesDHCP: Fix deleting expired leased addresses
2024-09-11  Roy MarplesIPv6: Only advertise addresses when needed
2024-09-05  Roy MarplesDHCP6: Fix INFO_REFRESH_TIME option
2024-09-05  taoyl-gdhcp: get_option_uint* only accept options with correct...
2024-09-04  Roy MarplesIPv6: Return errors from ip6_forwarding
2024-09-04  Roy MarplesIPv6ND: Don't warn about no global addresses for defaul...
2024-09-04  Roy Marplesprivsep: Capsicum needs root to access ipv6 forwarding...
2024-09-01  Roy MarplesIPv6: Ignore loopback address for any global consideration
2024-08-30  Roy MarplesDHCP6: IPV6_AF_DELEGATEDPFX -> IPV6_AF_PFXDELEGATION
2024-08-30  Roy MarplesDHCP6: Mark everything excpept delegated addresses...
2024-08-29  Roy MarplesDHCP6: Fix Prefix Delegation pltime and vltime
2024-08-28  Roy MarplesIPv6: Add the added address to state
2024-08-21  Roy MarplesRelease dhcpcd-10.0.10 v10.0.10
2024-08-21  Roy MarplesRevert d49db34 and add a comment as to why it's needed.
2024-08-21  Roy MarplesRelease dhcpcd-10.0.9 v10.0.9
2024-08-21  Roy MarplesWell, changes were made in 2024!
2024-08-21  Roy Marpleslinux: make if_getnetworknamespace static
2024-08-21  JabrwockUpdate privsep-linux.c to allow statx (#349)
2024-08-02  Roy MarplesDHCP6: Remove the dhcp6_pd_addr packed struct
2024-08-01  Roy MarplesIPv4LL: Harden the noconfigure option.
2024-08-01  Roy MarplesIPv4LL: If we are not configuring, abort if address...
2024-07-29  Roy MarplesDHCP: No longer set interface mtu (#346)
2024-07-25  taoyl-gDHCP: Handle option 108 correctly when receiving 0...
2024-07-25  Leo RuanIPv4LL: Restart ARP probling on address conflict (...
2024-07-09  Roy MarplesDHCP6: Don't remove state in DISCOVER
2024-07-09  Roy MarplesDHCP6: Persist configuration on confirm/rebind failure
2024-07-09  Roy MarplesDHCP: Remove an assertation in get_lease if ia is NULL
2024-06-27  Roy Marpleslinux: allow roaming without IFF_DORMANT
2024-06-26  Roy MarplesDHCP6: Add commentary around why we read leases
2024-06-26  Roy Marplesprivsep: Sweep ELE_ERROR away for BPF
2024-06-26  Roy MarplesDHCP6: Don't remove delegated prefix addresses on start...
2024-06-25  Roy MarplesDHCP6: Don't remove delegated prefix addresses on start
2024-06-24  Roy MarplesIPv6: make more readable (nfc)
2024-06-24  Roy MarplesIPv6: Delay for LL address before delay for start
2024-06-24  Roy MarplesFix prior patch which might also fix #333
2024-06-21  Roy MarplesIPv6: DUPLICATED could be announced by RTM_DELADDR
2024-06-17  Roy Marpleslinux: Prefer local over address when both in netlink RTA
2024-06-17  Roy MarplesImprove and document prior.
2024-06-17  Brett HolmanForce dumplease to parse stdin
2024-06-15  Roy Marplesconfigure: add --enable-ntp
2024-05-24  Roy MarplesRelease dhcpcd-10.0.8 v10.0.8
2024-05-24  Roy MarplesFix compile for builds without ARP
2024-05-24  Roy Marplesconfigure: fix the closefrom test
2024-05-24  Roy MarplesSpell ADVERTISEMENT correctly.
2024-05-24  Roy MarplesRelease dhcpcd-10.0.7 v10.0.7
2024-05-24  Roy MarplesDHCP: use request_time, fallback_time and ipv4ll_time
2024-05-17  Roy MarplesDHCP6: Wait for IRT to elapse before requesting adverti...
2024-05-13  Benjamin Drunghooks/30-hostname: Exit with 0 if setting hostname...
2024-05-04  Roy MarplesDHCPv6: Don't re-INFORM if the RA changes
2024-05-04  Roy Marplesprivsep: Reduce fd use
2024-05-04  Roy MarplesAdd compat support for closefrom cribbed from libbsd
2024-04-27  Roy Marplesdhcpcd: Only drop/release address family specified...
2024-04-27  Colin McInnesFix time_offset to be int to match RFC-2132
2024-04-13  Roy Marpleshooks: stop wpa_supplicant on STOPPED
next