]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2020-01-29  Roy MarplesBSD: Don't log an error failing to get inet6 adress...
2020-01-27  Roy MarplesMention chroot
2020-01-27  Christos ZoulasIPv4LL: A state might not always exist when running...
2020-01-26  Roy MarplesDHCP: redirect message to other interfaces if received...
2020-01-26  Roy Marplesdhcpcd: report how large a route rocket receive buffer...
2020-01-26  Roy Marplesdhcpcd: When route socket overflows, report how large...
2020-01-26  Roy Marplesif: Don't use a variable length buffer
2020-01-25  Roy Marplesdhcpcd: For anonymous do not bring interface up if...
2020-01-22  Roy MarplesBSD: Fix INET flags on RTM_NEWADDR messages.
2020-01-22  Roy MarplesDHCP: Defend already configured static addresses
2020-01-22  Roy MarplesARP: Fix defend time check
2020-01-22  Roy Marplesprivsep: Fix compile on Linux
2020-01-22  Roy MarplesDHCP: Take interface reference on Address Defend failure
2020-01-22  Roy Marpleslogging: Always log to syslog(3).
2020-01-21  Roy MarplesRemove RC_SVCNAME.
2020-01-21  Roy Marplesprivsep: Note CHROOT script
2020-01-21  Roy MarplesLinux: setup mounts in chroot
2020-01-21  Roy Marplesprivsep: Fix compile on Alpine Linux
2020-01-21  Roy Marplesprivsep: Only fetch PRIVSEP_USER at init
2020-01-21  Roy Marplesprivsep: copy configuration file into chroot
2020-01-21  Roy Marplesinet6: fix forced RA expiration for a given interface
2020-01-21  Roy Marplesprivsep: chroot the master process
2020-01-21  Roy Marplesprivsep: Close stdout/stderr after forking processes
2020-01-21  Roy MarplesBSD: Improve RTM_NEWADDR/RTM_DELADDR validaton some...
2020-01-20  Roy MarplesOnly ignore address messages from ourself for deletion.
2020-01-17  Roy MarplesBSD: Validate RTM_NEWADDR as well
2020-01-17  Roy Marplesinet6: Check if we can try a new address on DAD failure.
2020-01-17  Roy Marplesinet6: Log expiration of a prefix if autoconf is not set
2020-01-17  Roy MarplesMinor fix to prior.
2020-01-17  Roy MarplesOpenBSD: Support privacy extensions
2020-01-17  Roy Marplesinet6: Temporary addresses only work if prefix + ifidle...
2020-01-17  Roy Marplesprivsep: chdir after chroot
2020-01-17  Roy Marplesinet6: Support a /128 autoconf prefix from RA
2020-01-17  Roy MarplesLinux: Silence a warning on 32-bit Linux
2020-01-16  Roy MarplesBSD: Disable checking rtm_pid and comment why.
2020-01-16  Roy MarplesBSD: Ignore messages from ourself in privsep.
2020-01-16  Roy MarplesLinux: Use the persistent route socket for writing...
2020-01-16  Roy MarplesTypo
2020-01-16  Roy Marplesdhcpcd: Ignore SIGPIPE, prefer EPIPE.
2020-01-15  Roy Marplesanonymous: Allow Domain Name option through.
2020-01-15  Roy MarplesDHCP6: Fix writing mudurl
2020-01-15  Roy Marplesdhcpcd: Don't report DUID or IAID in anonymous.
2020-01-15  Roy MarplesSolaris: Add a shim for hardware address randomisation
2020-01-15  Roy MarplesDHCP6: Fix a bogus compile warning
2020-01-15  Roy MarplesLinux: Support hardware address randomisation
2020-01-15  Roy MarplesFreeBSD: Support hardware address randomisation
2020-01-15  Roy Marplesif: Fix hardware address randomisation
2020-01-15  Roy Marplesdhcpcd: carrier up does not mean interface is up
2020-01-15  Roy MarplesImplement Anonymity Profiles for DHCP Clients, RFC...
2020-01-14  Roy MarplesLinux: close the netlink privsep socket once done.
2020-01-14  Roy Marplesprivsep: Remove fd's from event loop and ensure all...
2020-01-09  Roy Marplescontrol: avoid unlinking the socket when sending commands
2020-01-09  Roy Marplesprivsep: Fix prior so we init
2020-01-09  Roy Marplesprivsep: Delay control startup after starting privsep
2020-01-09  Roy MarplesDHCP: Spawn a listener in non master mode for a new...
2020-01-09  Roy Marplesprivsep: sa_family_t can be a different size
2020-01-09  Roy Marplesprivsep: correct debug struct name
2020-01-08  Roy Marplesprivsep: If the privsep user does not exist, reset...
2020-01-08  Roy Marplesioctl: The POSIX signature differs from BSD and glibc
2020-01-08  Roy MarplesLinux: privsep write uint to path needs to read the...
2020-01-08  Roy Marplesprivsep: Pad structs out so there are no uninited memor...
2020-01-08  Roy MarplesLinux: Improve privsep code a little
2020-01-08  Roy MarplesLinux: clean up some compile warnings without privsep
2020-01-08  Roy MarplesLinux: write uints to paths again
2020-01-08  Roy MarplesDHCP6: Only set RT to state with callbacks.
2020-01-08  Roy Marpleseloop: header is now the single source of truth for...
2020-01-04  Roy MarplesDHCP: Fix a bogus gcc warning
2020-01-08  Roy MarplesThis cast is no longer needed.
2020-01-04  Roy Marplescommon: Remove some now unused timing definitions
2020-01-04  Roy Marplesdhcpcd: Use milliseconds rather than timespec for delays
2020-01-04  Roy Marplescommon: Remove now unused timespec macros
2020-01-04  Roy Marplesinet6: Use milliseconds rather than timespec for calcul...
2020-01-04  Roy Marplesinet6: Use milliseconds rather than timespec for calcua...
2020-01-04  Roy MarplesARP: Use milliseconds rather than timespec for retransm...
2020-01-04  Roy MarplesDHCP: Use milliseconds rather than timespec for retranm...
2020-01-07  Roy Marpleseloop: fix some warnings
2020-01-07  Roy Marplescommon: We don't use timespeccmp anymore.
2020-01-07  Roy Marplesinet6: Don't compare router dates when sorting
2020-01-07  Roy Marpleseloop: We no longer use timespec macros here
2020-01-07  Roy Marplesarp: use eloop_timespec_diff to handle wrapped times
2020-01-07  Roy Marplescommon: Don't need timespecadd/sub anymore
2020-01-07  Roy MarplesDHCP6: Calulate ReTransmission using milliseconds
2020-01-07  Roy Marpleseloop: reduce timers rather than calculating expiry
2020-01-01  Roy Marpleseloop: Allow for for timeouts greater than time_t and...
2020-01-03  Roy MarplesWelcome to 2020!
2020-01-02  Roy Marplesinet: Open ARP for probing when not in privsep.
2020-01-02  Roy Marplesinet: Allow forcing a host route from an interface...
2020-01-01  Roy Marplesinet6: Adjust prior so that we don't support old kernels
2020-01-01  Roy MarplesMerge pull request #12 from andersk/ra-time-units
2020-01-01  Anders KaseorgLinux: fix RA time unit confusion 12/head
2019-12-20  Roy Marplesoptions: Fix allocating the script option
2019-12-19  Roy MarplesDHCP: Ensure we have a lease to extract options from.
2019-12-18  Roy Marplesprivsep: Support the generic _dhcp entry on DragonFly
2019-12-18  Roy MarplesLinux: Move RTA_OK and RTA_NEXT from a while to a for...
2019-12-17  Roy MarplesDHCP6: Remove now unused vars
2019-12-17  Roy MarplesDHCP6: Add disabled code to allow packet replay
2019-12-17  Roy MarplesDHCP6: Rework delegation deprecation
2019-12-17  Roy MarplesCorrect URL in prior
2019-12-17  Roy MarplesNote some compilation issues and how to solve them.
2019-12-17  Roy MarplesLinux: work around alignment isses with clang
next