]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2019-08-29  Roy Marplesinet6: Stop listening to NA messages
2019-08-29  Roy MarplesBSD: Listen for Router -> Host messages via RTM_CHANGE
2019-08-28  Roy Marplesbuild: Fix import-src when there is no compat to import.
2019-08-28  Roy Marplesbuild: Allow DESTDIR to work for import as well.
2019-08-28  Roy Marplesbuild: Note import-src target.
2019-08-28  Roy Marplesbuild: define ${ECHO}
2019-08-28  Roy Marplesbuild: import-src now works with DESTDIR
2019-08-28  Roy MarplesNote dev modules are for Linux only.
2019-08-28  Roy MarplesDragonFly: make import-src now prepares the source...
2019-08-28  Roy MarplesFix compile on Linux.
2019-08-28  Roy Marplesrbtree: Fix building from a DragonFlyBSD import
2019-08-28  Roy Marplesqueue: Support TAILQ_FOREACH_MUTABLE
2019-08-28  Roy MarplesDragonFlyBSD: hooks live in /usr/libexec
2019-08-28  Sascha WildnerMan page improvements.
2019-08-28  Roy MarplesWhitespace police.
2019-08-28  Sascha WildnerAdd some missing whitespace.
2019-08-26  Roy Marplesinet6: For global addresses, only care about non duplic...
2019-08-25  Roy Marplesinet6: Don't install a default route if no global address
2019-08-25  Roy Marplesinet6: Just solicit when a router is unreachable
2019-08-23  Roy Marplesinet6: Only remove default route when router becomes...
2019-08-23  Roy MarplesBSD: Fix router reachability tests
2019-08-21  Roy MarplesRelease dhcpcd-8.0.3
2019-08-21  Roy MarplesBSD: Dismiss a coverity error
2019-08-21  Roy MarplesDHCP: Don't warn that server is not destination for PtP
2019-08-21  Roy Marplesinet: Add a subnet route for PtP interfaces if specified
2019-08-21  Roy Marplesinet: Use destination when adding addresses to PtP...
2019-08-20  Roy MarplesAdd a note about prior likely being a libc bug.
2019-08-20  Roy MarplesLinux: Add support for ARPHRD_NONE
2019-08-20  Roy Marplessa: Minor optimisation
2019-08-20  Roy MarplesLinux: minor optimisation
2019-08-20  Roy MarplesBSD: Fix compile with prior.
2019-08-20  Roy MarplesDHCP: Remove check for requiring a clientid when hwlen...
2019-08-20  Roy MarplesBPF: Support ARPHRD_NETROM for BOOTP
2019-08-20  Roy MarplesDHCP: Allow DHCP over PtP interfaces.
2019-08-20  Roy Marplesif: support ARPHRD_NETROM
2019-08-20  Roy MarplesARP: Respect IFF_NOARP interface flag more
2019-08-20  Roy Marplesroute: Just compare order when adding routes from options.
2019-08-20  Roy MarplesBSD: Address some coverity issues
2019-08-16  Roy Marplesscript: Rework assert to pass coverity.
2019-08-16  Roy Marplesprint_option: restore dhcpcd-7 behaviour on invalid...
2019-08-16  Roy Marplesprint_option: try and terminate the env option, even...
2019-08-16  Roy MarplesDragonFlyBSD: No longer need to poll for IPv6 address...
2019-08-10  Roy Marplescontrol: Add CTL_FREE_LIST to control memory management.
2019-08-10  Roy MarplesFix control queue free argument.
2019-08-10  Roy Marplesscript: Send the actual env len, not the buffer size...
2019-08-08  Roy Marplesscript: optimise variable
2019-08-08  Roy Marplesprint_option: terminate parameters with no value
2019-08-08  Roy Marplesscript: assert that the env strings are correctly termi...
2019-08-08  Roy MarplesDHCP: If IP checksum is zero for the message, make...
2019-08-08  Roy MarplesDragonFly: Now supports sending NA messages from userland
2019-08-07  Roy MarplesFix prior.
2019-08-07  Roy MarplesBSD: warn if kernel does not support route(4) filtering
2019-08-06  Roy MarplesMerge branch 'master' of github.com:rsmarples/dhcpcd
2019-08-06  Roy MarplesBSD: Use read instead of recvmsg
2019-08-03  Roy MarplesFreeBSD: warn that we cannot detect overflow on the...
2019-08-03  Roy MarplesCast away an alignment error.
2019-08-01  Roy MarplesLinux: Fix compile on 3.x
2019-07-31  Roy MarplesDHCP: Rework checksuming so that the packet isn't touched.
2019-07-30  Roy Marplesroutes: Fix a NULL dereference error for global static...
2019-07-30  Roy MarplesRelease dhcpcd-8.0.2
2019-07-30  Roy MarplesIP: Work with IP headers with options.
2019-07-29  Roy MarplesBSD: Warn when kernel does not support sending ND6...
2019-07-29  Roy MarplesND6: Disable advertising on OS other than NetBSD and...
2019-07-29  Roy MarplesDragonFlyBSD: Fix compile
2019-07-29  Roy MarplesDHCP6: Change state to REQEST when any IA has NOBINDING...
2019-07-28  Roy MarplesFix a memory NULL deference when freeing static routes...
2019-07-28  Roy MarplesSolaris: Avoid re-adding IPv6 addresses to preserve...
2019-07-28  Roy MarplesRework prior again so we log the address in debug.
2019-07-28  Roy MarplesFix compile issue with prior.
2019-07-28  Roy MarplesIP: If no address lifetime support don't re-add the...
2019-07-28  Roy MarplesDHCP: Avoid duplicate read of packet
2019-07-28  Roy Marplesconfigure: Fix test for open_memstream
2019-07-28  Roy Marplesscript: ensure that tmp files are removed
2019-07-25  Roy MarplesUpdate comment
2019-07-25  Roy MarplesMention 29-lookup-hostname rather than 10-wpa_supplicant
2019-07-25  Roy MarplesFix define for prior
2019-07-25  Roy MarplesRemove ND6 Advertisement from SMALL builds.
2019-07-25  Roy MarplesNetBSD: Allow dhcpcd to be built without ARP support
2019-07-25  Roy MarplesRelease dhcpcd-8.0.1
2019-07-24  Roy MarplesFix compile on NetBSD with ARP but not ARPING
2019-07-24  Roy MarplesFix compile on Linux without ARPING
2019-07-24  Roy MarplesFree script buffers before exiting from a fork.
2019-07-24  Roy MarplesFix build without INET.
2019-07-24  Roy MarplesFix build without ARP and/or ARPING
2019-07-24  Roy MarplesFix compile without IPv4LL
2019-07-24  Roy MarplesIPv4LL: Work once more on NetBSD
2019-07-24  Roy MarplesFix SMALL build.
2019-07-24  Roy MarplesRelease dhcpcd-8.0.0
2019-07-23  Roy MarplesBSD: Work around another coverity false positive.
2019-07-23  Roy MarplesTypo
2019-07-23  Roy MarplesLinux: Mark another coverity false positive.
2019-07-23  Roy Marplesinet: Don't lose the host route needed for the router
2019-07-23  Roy MarplesLinux: Work around a coverity issue
2019-07-23  Roy Marplesdhcpcd: Don't leak resources if we can't find a newly...
2019-07-23  Roy Marplesdhcpcd: Don't leak memory when routing socket overflows
2019-07-23  Roy MarplesChange prior to be non-fatal
2019-07-23  Roy MarplesLinux: Care about the return of setsockopt
2019-07-23  Roy MarplesDHCP: On ARP duplication, ensure the interface pointer...
2019-07-23  Roy Marpleslogerr: Care about fprintf return codes
2019-07-22  Roy MarplesOpenBSD: Fix compile.
next