]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-01-30  Roy MarplesSend auth when all protocol options specified.
2014-01-29  Roy MarplesDon't mistakenly assume that a previously used token...
2014-01-29  Roy MarplesIf no status message given, supply a default.
2014-01-29  Roy MarplesIf we aren't sending an authentication option, don...
2014-01-29  Roy MarplesFix compile
2014-01-29  Roy MarplesAdd nodhcp and nodhcp6 directives.
2014-01-27  Roy MarplesTypo, thanks to Iain Hibbert.
2014-01-25  Roy MarplesFix compile on NetBSD
2014-01-25  Roy MarplesWarn about missing auth
2014-01-25  Roy MarplesFix monofile truncation.
2014-01-25  Roy MarplesReply authentication every time we send a message as...
2014-01-25  Roy MarplesImplement RFC 1321 MD5 Message-Digest if not provided...
2014-01-24  Roy MarplesEnsure that config.h or common.h is the first included...
2014-01-24  Roy MarplesAdd prefix to copyright constant.
2014-01-22  Roy MarplesRFC 3927 2.5 only metions the senders IP, not the targets.
2014-01-21  Roy MarplesReport error from correct function.
2014-01-21  Roy MarplesFix compile
2014-01-21  Roy MarplesMove vimaster checks to if-bsd.c
2014-01-21  Roy MarplesSkip Virtual Interface Masters.
2014-01-21  Roy MarplesClarify IPv4LL defence failure.
2014-01-21  Roy MarplesWe're not extracting the address from proc, so convert...
2014-01-20  Roy MarplesFix payload address calculation.
2014-01-20  Roy MarplesFix trim sed fallback
2014-01-20  Roy MarplesCheck that we have ctrl_interface defined in wpa_suppli...
2014-01-20  Roy MarplesRemove unused var
2014-01-19  Roy MarplesDetect IPv6 address flags at interface discovery on...
2014-01-18  Roy MarplesClarify dhcpcd needing to run on interfaces delegating to.
2014-01-18  Roy MarplesClarify which DHCP protocol vendor and user class optio...
2014-01-18  Roy MarplesIAID must be used within an interface block.
2014-01-16  Roy MarplesFix an off-by-1 error decoding RFC3361.
2014-01-15  Roy MarplesRelease dhcpcd-6.2.1 v6.2.1
2014-01-14  Roy MarplesChanged in 2014.
2014-01-14  Roy MarplesNote NetBSD and OpenBSD problems with DHCPv6 stateful...
2014-01-14  Roy MarplesChanged in 2014.
2014-01-14  Roy MarplesOn BSD, flush routes and prefixes only when we want...
2014-01-14  Roy MarplesWe changed these files in 2014
2014-01-14  Roy MarplesMark more data as read only.
2014-01-14  Roy Marplesbpf(4) says that we need to include sys/time.h as well.
2014-01-14  Roy MarplesWe changed these files in 2014
2014-01-14  Roy MarplesFree option definition recursively as we can embed...
2014-01-14  Roy MarplesFix some possible NULL dereferences, CID 1153963.
2014-01-14  Roy MarplesFix CID: 1153964 and 1153966
2014-01-14  Roy MarplesTypo.
2014-01-08  Roy MarplesFix definition
2014-01-08  Roy MarplesAdd support for RFC3495 DHCP option for CableLabs Clients.
2014-01-08  Roy MarplesModern init systems such as OpenRC and systemd can...
2014-01-05  Roy MarplesFix compile errors and warnings with IPv6 disabled.
2014-01-03  Roy MarplesWelcome to 2014! Relese dhcpcd-6.2.0. v6.2.0
2014-01-03  Roy MarplesChange configure to detect fossil for debugging.
2013-12-13  Roy MarplesTweak unicast a little
2013-12-13  Roy MarplesFix multiple arping options
2013-12-13  Roy MarplesMove some errors into debug.
2013-12-12  Roy MarplesFix NAK backoff when a server NAKs a REQUEST after...
2013-12-12  Roy MarplesAndroid ships buggy ICMP6 filter headers.
2013-12-12  Roy MarplesFix NAK backoff
2013-12-10  Roy MarplesFix sending of DHCPv6 FQDN when only hostname specified
2013-12-10  Roy MarplesDon't request a DHCPv6 lease when testing
2013-12-06  Roy MarplesFix some memory issues.
2013-12-06  Roy MarplesFix vendor options a litle
2013-12-06  Roy MarplesAdd support for RFC3925 Vendor-Identifying Vendor Options
2013-12-06  Roy MarplesNow that we only use dhcpcd-definitions.conf, remove...
2013-12-05  Roy MarplesFix a compile warning
2013-12-04  Roy MarplesPedantic change
2013-12-04  Roy MarplesFix some memory errors
2013-12-03  Roy MarplesRemove dead options
2013-12-03  Roy MarplesFix brain damage
2013-12-03  Roy MarplesFix a few memory leaks, DHCPv6 prefix definition and...
2013-12-03  Roy MarplesFix encapsulated options.
2013-12-02  Roy MarplesFix a crash freeing our embedded config
2013-12-02  Roy MarplesMinor correction
2013-12-02  Roy MarplesRemove hard coded DHCP/DHCPv6 options and then to dhcpc...
2013-12-02  Roy MarplesIf an embedded or encapsulated option variable differs...
2013-12-01  Roy MarplesRemove dup type check
2013-12-01  Roy MarplesAllow string and binhex types to have lengths.
2013-11-30  Roy MarplesFix a warning
2013-11-29  Roy MarplesStyle
2013-11-29  Roy MarplesUse a different buffer for reading our embedded config
2013-11-29  Roy Marples-g is more portable than -ggdb
2013-11-29  Roy MarplesFix comment about termination correctness.
2013-11-29  Roy MarplesRemove whitespace between options
2013-11-29  Roy Marplesinitial define lengths are calculated during the make...
2013-11-29  Roy MarplesTrim whitespace between command and argument
2013-11-29  Roy MarplesI had no idea what I was smoking when I moved these...
2013-11-29  Roy Marplesget_option should not perform length validation based...
2013-11-29  Roy MarplesAdd type for rfc3442
2013-11-29  Roy MarplesRead the embedded config into global values rather...
2013-11-27  Roy MarplesCheck length before accessing memory to silence valgrind.
2013-11-27  Roy MarplesFix a crash where we don't care about option length.
2013-11-27  Roy MarplesFix debug options and default CFLAGS
2013-11-27  Roy MarplesAdd support for user defined options with embedded...
2013-11-23  Roy MarplesFix virtual interfaces without a hardware address.
2013-11-21  Roy MarplesNote avenue for discussion making PD work with other...
2013-11-20  Roy MarplesWhen running for a single interface, don't set WAITIP...
2013-11-20  Roy MarplesWhen releasing, we need to de-configure the interface...
2013-11-19  Roy MarplesNUL != NULL, so use the correct literal.
2013-11-16  Roy MarplesLinux has had address loopback routes since 2.2
2013-11-15  Roy MarplesDon't log ClientID if using DUID as that's already...
2013-11-15  Roy MarplesChange IAID to default from the last 4 bytes of the...
2013-11-15  Roy MarplesAllow IAID to be configured in DHCPv4 clientid.
2013-11-14  Roy MarplesBuild fixes for only INET and only INET6
next