]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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
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
2019-11-19  Roy MarplesLinux: remove XX debug
2019-11-19  Roy MarplesLinux: Support kernels without PR_SET_MM_MAP
2019-11-17  Roy MarplesLinux: prefer ms RA times
2019-11-15  Sascha WildnerSpelling fixes
2019-11-13  Roy MarplesRelease dhcpcd-8.1.2
2019-11-12  Roy Marplesdhcpcd: report SSID connected to when we gain carrier
2019-11-10  Roy MarplesRA: Set mtu to zero and then pull in the MTU option...
2019-11-10  Nathan HoughtonOpenBSD: Support LINK_STATE_HALF_DUPLEX and LINK_STATE_...
2019-11-10  Roy MarplesIPv6ND: If a router is reachable again, don't solicit...
2019-11-10  Roy MarplesRA: Warn if advertised MTU is greater than link MTU
2019-11-10  Roy MarplesBSD: Try and set linkmtu for the interface just to...
2019-11-10  Roy MarplesOpenBSD: Fix prior - OS cannot set any RA bits such...
2019-11-09  Roy MarplesBSD: strlcpy > strncpy
2019-11-09  Roy MarplesSolaris: Fix compile with prior
2019-11-09  Roy MarplesLinux: fix compile for prior
2019-11-09  Roy MarplesINET6: Apply hoplimit, reachable and retrans timer...
2019-11-09  Roy MarplesINET6: Sort routers when reachability changes
2019-11-06  Roy Marplesscript: Ensure pid is initialised.
2019-11-05  Roy MarplesDHCP: When rebinding ensure we have a DHCP ARP state
2019-11-05  Roy MarplesLinux: rename _open_link_socket to if_linksocket
2019-11-05  Roy MarplesLinux: improve the netlink API more
2019-11-05  Roy Marplesbuild: Improve detection of dlopen(3) in libdl
2019-11-05  Roy Marplesdev: remove pointless cast
2019-11-05  Roy MarplesINET: Fix corruption of IPv4 address flags when renewing
2019-11-05  Roy MarplesLinux: always open a netlink socket when writing netlin...
2019-11-04  Roy Marplesbuild: Improve import-src target
2019-11-04  Roy Marplesand more pretty
2019-11-04  Roy Marplesbuild: make prior output more pretty
2019-11-04  Roy Marplesbuild: Check compiler actually supports address sanitis...
2019-11-04  Roy MarplesBSD: Disable kernel RTADV sysctl earlier
2019-11-03  Roy Marplesbuild: Enforce address sanitisaton when debugging.
2019-11-03  Roy Marplesdhcpcd: Set ctx.ifaces to NULL after freeing
2019-11-01  Roy Marpleseloop: Fix a segfault if we free a NULL eloop
2019-11-01  Roy Marplescontrol: when closing, remove from eloop.
2019-11-01  Roy Marplesscript: Improve API
2019-10-25  Roy MarplesDHCP6: Simplify opening the UDP port for all interfaces.
2019-10-25  Roy MarplesDHCP: Rework closing BPF and seeing if we need to open UDP
2019-10-25  Roy MarplesDHCP: Simplify opening the UDP port for all interfaces.
2019-10-25  Roy MarplesARP: Add interface to arp_state
2019-10-25  Roy MarplesFix prior on other os
2019-10-25  Roy MarplesSolaris: Fix prior by receving IP6_PKTINFO
next