]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2020-01-17  Roy Marplesinet6: Support a /128 autoconf prefix from RA
2020-01-03  Roy MarplesRelease dhcpcd-8.1.5 v8.1.5
2020-01-02  Roy MarplesMove some option finialisation so it's available globally.
2020-01-02  Roy Marplesinet: Allow forcing a host route from an interface...
2020-01-01  Anders KaseorgLinux: fix RA time unit confusion
2019-12-20  Roy MarplesRelease dhcpcd-8.1.4 v8.1.4
2019-12-20  Roy Marplesoptions: Fix allocating the script option
2019-12-20  Roy MarplesRelease dhcpcd-8.1.3 v8.1.3
2019-12-20  Roy MarplesDHCP: dl is always >0 at this point, so remove check.
2019-12-20  Roy Marplescompat: Add a guard to _strtoi.h
2019-12-20  Roy MarplesLinux: Move RTA_OK and RTA_NEXT from a while to a for...
2019-12-19  Roy MarplesDHCP: Ensure we have a lease to extract options from.
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-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-10  Roy MarplesIPv6ND: Fix reachable test
2019-11-30  Roy Marplesdhcpcd: Only report SSID when we have a carrier
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 v8.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
2019-10-25  Roy MarplesSplit *_recv() into *_recv() and *_recvmsg() functions
2019-10-25  Roy MarplesFix prior
2019-10-25  Roy MarplesWhitespace.
2019-10-25  Roy MarplesBSD: Use IP_RECVIF
2019-10-25  Roy Marpleseloop: Add eloop_clear function
2019-10-23  Roy MarplesINET: Fix a potential memory leak
2019-10-23  Roy MarplesLinux: validate RTM_NEWADDR/RTM_DELADDR for AF_INET...
2019-10-22  Roy MarplesINET: If we fail to add an address that already exists...
2019-10-22  Roy MarplesLinux: Validate RTM_DELADDR/RTM_NEWADDR messages for...
2019-10-20  Peter BuiFix building on systems with musl (#10)
2019-10-20  Roy Marplesdhcpcd: Run the STOPPED hook reason for the interface...
2019-10-19  Roy MarplesMerge pull request #9 from vegerot/patch-1
2019-10-16  Sergei TrofimovichDHCP: Fix prior to not waste space
2019-10-16  Max CoplanAdded documentation for undocumented option
2019-10-16  Roy MarplesTypo, thanks to Arfrever.
2019-10-16  Roy MarplesRelese dhcpcd-8.1.1 v8.1.1
2019-10-16  Roy MarplesFreeBSD: Fix test for setproctitle
2019-10-16  Roy MarplesDHCP: Fix strict aliasing of checksumming the pseudo...
2019-10-16  Roy Marplescompat: Fix UB in arc4random.
2019-10-15  Roy MarplesDHCP: Fix aliasing issues accessing the UDP header
2019-10-15  Roy Marplescompat: Go back to linux specific setproctitle
2019-10-15  Roy MarplesRevert "compat: Use more portable setproctitle from...
2019-10-15  Roy MarplesRevert "compat: Fix setproctitle on Solaris"
2019-10-15  Roy Marplescompat: Fix setproctitle on Solaris
2019-10-15  Roy Marplescompat: Use more portable setproctitle from nginx
2019-10-15  Roy Marplesdhcp: Allow for trailing FCS in the packet.
2019-10-15  Maxime Villarddhcp: Fix incoming verification and checksum routines
2019-10-14  Roy Marplescompat: Add setproctitle from LXC
2019-10-14  Roy Marplesinet6: Fix a potential crash learning addresses
2019-10-11  Roy MarplesRelease dhcpcd-8.1.0 v8.1.0
2019-10-11  Roy MarplesBPF: Move validation logic from BPF to consumers
2019-10-10  Roy MarplesMinor optimisation and fix to prior.
2019-10-10  Roy MarplesBSD: Add IFT_TUNNEL
2019-10-10  Roy MarplesDHCP6: Remove 0 sla and 0 prefix means whole prefix.
2019-10-09  Roy Marplesman: some virtual interfaces ....
2019-10-09  Roy Marplesman: Note the default ignoring of virtual interfaces.
next