]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
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
2019-12-17  Roy MarplesLinux: remove some casts no longer needed
2019-12-16  Roy MarplesDHCP6: Fix deprecating a delegated prefix
2019-12-16  Roy Marplesoptions: Suboption 3 of NTP Server is a FQDN
2019-12-12  Roy MarplesDHCP: Don't warn about expiry of deprecated addresses
2019-12-11  Roy Marplescompat: Add a guard to _strtoi.h
2019-12-11  Roy MarplesRefix assertation....
2019-12-10  Roy MarplesIPv6ND: Fix reachable test
2019-12-10  Roy Marplesprivsep: Don't close not open fd's
2019-12-10  Roy Marplesprivsep: prefer IN_PRIVSEP macros
2019-12-10  Roy Marplesprivsep: Enable ARP BPF filtering for interesting addresses
2019-12-07  Roy Marplesscript: Document why this block is intentionally blank.
2019-12-07  Roy MarplesDHCP: dl is always >0 at this point, so remove check.
2019-12-07  Roy Marplesprivsep: Fix an assertation
2019-12-02  Roy Marplesprivsep: Allow priviledge separation user to be specifi...
2019-12-01  Roy Marplesprivsep: Enable privsep by default
2019-12-01  Roy Marplesprivsep: Always check the unpriv user exists
2019-12-01  Roy Marplesprivsep: Dont exit the eloop on signal in the launcher...
2019-12-01  Roy Marplesdhcpcd: log forked to background earlier
2019-11-29  Roy Marplesdhcpcd: Only report SSID when we have a carrier
2019-11-29  Roy MarplesClose ends of sigpipe not needed.
2019-11-29  Roy Marplesdhcpcd: Rework daemonisation
2019-11-29  Roy Marplescommon: add close_std
2019-11-29  Roy Marplesprivsep: guard spawn debug messages behind PRIVSEP_DEBUG
2019-11-29  Roy Marplesdhcpcd-run-hooks: change state dir name to reflect...
2019-11-29  Roy MarplesLinux: Improve privsep write unsigned int to path API
2019-11-29  Roy Marplesprivsep: Use another eloop instead of a blocking read.
2019-11-29  Roy Marplesdhcpcd: signal_cb -> dhcpcd_signal_cb
2019-11-29  Roy Marplesprivsep: Note the db directory needs to be readable...
2019-11-29  Roy MarplesWhitespace
2019-11-29  Roy Marplesprivsep: Don't log error shutting down a unconnected...
2019-11-29  Roy Marplesprivsep: Don't close BPF listeners when forked
2019-11-29  Roy Marplesprivsep: Fix a crash trying to close a non existant...
2019-11-28  Roy Marplesprivsep: Expect errors from ioctl so dont log them.
2019-11-28  Roy Marplesprivsep: Sprinkle some const
2019-11-28  Roy MarplesSolaris: start privsep support
2019-11-28  Roy MarplesSolaris: Fix non PRIVSEP compile
2019-11-28  Roy Marplesprivsep: Add support for priviledge separation
2019-11-28  Roy MarplesSync strtoi and strtou with latest upstream to allow...
2019-11-28  Roy Marplesbuild: Add -Wundef to debugging CFLAGS
2019-11-28  Roy MarplesCorrect path for dhcpcd socket.
2019-11-28  Roy MarplesMove some option finialisation so it's available globally.
2019-11-28  Roy MarplesFix socket paths for prior.
2019-11-28  Roy Marplesbuild: Move rundir from /var/run to /var/run/dhcpcd
2019-11-28  Roy MarplesDHCP: Require unspecificed BOOTP port for master mode
2019-11-27  Roy MarplesWelcome to the start of dhcpcd-9
2019-11-27  Roy MarplesDHCP6: Fix prior to log an error
2019-11-26  Roy MarplesDHCP6: Improve API for privsep
2019-11-26  Roy MarplesDHCP: Improve API for privsep
next