]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2009-10-15  Roy MarplesThe hwaddr could have changed for existing interfaces.
2009-10-15  Roy MarplesOnly work with ethernet by default so firewire does...
2009-10-15  Roy MarplesMultiple debug no longer stops backgrounding.
2009-10-15  Roy MarplesJust have one open socket for AF_NET.
2009-10-14  Roy MarplesRemove the -w option and make it the default action...
2009-10-13  Roy Marpleswait -> waitip
2009-10-10  Roy Marpleswait should work in dhcpcd.conf
2009-10-09  Roy MarplesAbort when we have an invalid interface list.
2009-10-09  Roy MarplesAlways unlink the lease file on ARP failure so we never...
2009-10-09  Roy MarplesWe need to ensure sockets are open for sending a DECLINE.
2009-10-09  Roy MarplesRemeber preferred domain list order so we fall back...
2009-10-09  Roy MarplesAdd new hook, 50-ypbind for BSD ypbind versions.
2009-10-08  Roy MarplesImprove import so it's more generic.
2009-10-08  Roy MarplesAdd an extra timeout for IPv4LL when in use.
2009-10-08  Roy MarplesTimeout should not automagically increase when using...
2009-10-07  Roy Marples-w, --wait forces dhcpcd to wait for an ip address...
2009-10-02  Roy MarplesDon't export git .gitignore file
2009-10-02  Roy MarplesImprove config generation style more
2009-10-02  Roy MarplesStyle config.h a little better.
2009-09-26  Roy MarplesReport ClientID being used in debug.
2009-09-24  Roy MarplesAdd -fno-common to debugging CFLAGS.
2009-09-22  Roy MarplesRelease dhcpcd-5.1.1 v5.1.1
2009-09-20  Roy MarplesAdd a comment about enabling a ClientID.
2009-09-19  Roy MarplesFix various typos and grammatical errors.
2009-09-09  Roy MarplesSimplify config.
2009-09-07  Roy MarplesDon't null terminate gratuitously when handling quotes.
2009-09-04  Roy MarplesReally fix no debug by default.
2009-09-04  Roy MarplesDisable debugging by default if not built from git.
2009-09-03  Roy MarplesAccept --bindir and --sbindir to modify SBINDIR - we...
2009-09-03  Roy MarplesUse our defined CPPFLAGS and CFLAGS for compile tests.
2009-09-02  Roy MarplesRelease dhcpcd-5.1.0 v5.1.0
2009-09-02  Roy MarplesRemove escapes in man pages for vendor ,"hello world"
2009-09-01  Roy MarplesAllow an un-encapsulated vendor option.
2009-09-01  Roy MarplesFix parsing of escape codes.
2009-09-01  Roy MarplesWe should not affect other interfaces when handling...
2009-08-31  Roy MarplesDon't pass "dhcpcd $iface" to discover_interfaces so our
2009-08-12  Roy MarplesWhitespace.
2009-08-11  Roy MarplesFix timeout of 0 disabling the timeout.
2009-08-11  Roy MarplesFix persistent option.
2009-08-05  Roy MarplesDon't check family on point to point interfaces as...
2009-08-05  Roy MarplesSome drivers report ENODEV when bring the interface...
2009-08-05  Roy MarplesEnable debugging for git by default.
2009-08-05  Roy MarplesOnly allow hardware families we know we can work with...
2009-08-05  Roy MarplesMove icc to the back of the queue
2009-07-29  Roy MarplesInclude sys/types.h to compile on NetBSD-4
2009-07-26  Roy MarplesRemove superfluous support words.
2009-07-26  Roy MarplesPretty hooks output and abort if no cc found.
2009-07-26  Roy MarplesSupport more autotools options
2009-07-26  Roy MarplesIgnore some autotool options.
2009-07-26  Roy MarplesAllow multiple hooks
2009-07-26  Roy MarplesWarn for unknown options
2009-07-26  Roy MarplesFix -f /path/to/config, #176.
2009-07-25  Roy MarplesFix usage.
2009-07-25  Roy Marples-e, --env var=value
2009-07-25  Roy MarplesFix section.
2009-07-25  Roy MarplesDocumentation updates.
2009-07-21  Roy Marplescd .. vs cd -, so we don't echo the directory
2009-07-21  Roy MarplesBump version to indicate a new branch.
2009-07-21  Roy MarplesDon't leave configure test files around when aborting.
2009-07-20  Roy MarplesTest for fqdn name.
2009-07-19  Roy MarplesDon't FAIL the script when testing
2009-07-18  Roy MarplesTest for getifaddrs support.
2009-07-16  Roy MarplesFix import.
2009-07-15  Roy MarplesAdd import target for easy import into NetBSD
2009-07-14  Roy MarplesDocumentation update
2009-07-14  Roy MarplesAdd comment about GNUMakefile
2009-07-14  Roy MarplesFix compile without memory debug
2009-07-14  Roy MarplesFix tests and compile for NetBSD.
2009-07-14  Roy MarplesReplace the mk stubs with a autotools like configure...
2009-07-12  Roy MarplesAdd some logging for errors reading/writing the leasefile.
2009-07-11  Roy MarplesWe should remove the leasefile for IPv4LL addresses...
2009-07-11  Roy MarplesRemove the leasefile on release.
2009-07-11  Roy MarplesDon't run the script with NAK when testing.
2009-07-11  Roy MarplesAllow testing of INFORM and REQUEST messages.
2009-07-11  Roy MarplesDon't alter the MTU when testing.
2009-07-11  Roy MarplesDon't print (null) when there is no NAK message.
2009-07-11  Roy MarplesPromote bytes to size_t for sizeof comparison.
2009-07-11  Roy MarplesUse ssize_t which is a signed int and test if read...
2009-07-08  Roy MarplesRelease dhcpcd-5.0.6 v5.0.6
2009-07-08  Roy MarplesEnsure that DBDIR and RUNDIR exist if defined as /var...
2009-07-08  Roy MarplesEnsure that ntp.conf exists before removing markers.
2009-07-08  Roy MarplesChange get_option_addr to accept struct in_addr * inste...
2009-07-05  Roy MarplesAdd -W, --whitelist addr/cidr
2009-07-04  Roy MarplesSilence more GCC warnings about unused return values.
2009-07-04  Roy MarplesDocument nooption
2009-07-04  Roy MarplesWhen we get an ACK we should close DHCP sockets so...
2009-07-04  Roy MarplesLog the MTU changes.
2009-07-03  Roy MarplesSave the MTU when changing it.
2009-07-03  Roy MarplesRelease dhcpcd-5.0.5 v5.0.5
2009-07-03  Roy MarplesRespect the MTU by default.
2009-07-03  Roy MarplesFix detecting the dstaddr at startup.
2009-06-09  Roy MarplesStyle.
2009-05-14  Roy MarplesRelease dhcpcd-5.0.4 v5.0.4
2009-05-13  Roy MarplesAlthough RFC2131 requires a ServerID we can actually...
2009-05-13  Roy MarplesThe smallest MTU we can work with is 576, so don't...
2009-05-13  Roy MarplesEnforce a minimum lease of 20 seconds so we can do...
2009-05-11  Roy MarplesRelease dhcpcd-5.0.3 v5.0.3
2009-05-11  Roy Marplesifas without an ifa_addr seem to indicate a link withou...
2009-05-10  Roy MarplesI stand corrected - ifa_addr can be NULL from getifaddrs(3)
2009-05-10  Roy MarplesSome glibc versions have a NULL ifa_addr for the ifa...
next