]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-08-14  Roy MarplesIf a device is not found, report it.
2008-08-14  Roy MarplesDon't warn about dhcpcd not running when using --renew.
2008-08-14  Roy MarplesDon't error if no interfaces or the state dir does...
2008-08-14  Roy MarplesSet the main state dir in the main hook script.
2008-08-14  Roy MarplesDon't quote for uniqify and use 1 sed call instead...
2008-08-14  Roy MarplesMove uniqify to dhcpcd-run-hooks
2008-08-14  Roy MarplesIf resolvconf is not present, try and emulate it's...
2008-08-14  Roy MarplesMake signature more sane and fix comment.
2008-08-14  Roy MarplesWe should always run the script on FAIL.
2008-08-14  Roy MarplesBe consistent with dhcient - always PREINIT on startup...
2008-08-13  Roy Marplesclassid -> vendorclassid to match the RFC description.
2008-08-13  Roy MarplesAllow reqmask of numbers.
2008-08-13  Roy MarplesFix INFORM and document it in dhcpcd-run-hooks.
2008-08-13  Roy MarplesFix segfault.
2008-08-13  Roy MarplesCheck for localhost.localdomain as needing a new hostname.
2008-08-13  Roy MarplesSupport head and tail files for resolv.conf
2008-08-13  Roy MarplesScrub compile warnings on FreeBSD.
2008-08-13  Roy MarplesFix removing old stale entries.
2008-08-13  Roy Marplescontent -> configuration
2008-08-13  Roy MarplesRemove the word inteface from the signature.
2008-08-13  Roy MarplesUse append_conf return value.
2008-08-13  Roy MarplesDon't cast needlessly.
2008-08-13  Roy MarplesFix an buffer overflow leading to random bytes in the...
2008-08-13  Roy MarplesAdd a framework for top an tailing config files with...
2008-08-12  Roy MarplesFix -n when already running.
2008-08-12  Roy MarplesRemove the signature variable - each hook makes it...
2008-08-12  Roy MarplesDefault target should not be install ...
2008-08-12  Roy Marplesntp.conf could have more than just servers, but DHCP...
2008-08-12  Roy MarplesDon't assume comments start with #
2008-08-12  Roy MarplesDocument dhcpcd spining with dhcpcd -x.
2008-08-12  Roy Marplesleased from should be time_t. Also, add boundtime for...
2008-08-12  Roy MarplesWhen requesting an address, probe for it first.
2008-08-12  Roy MarplesNeed time.h for nanosleep.
2008-08-12  Roy MarplesWe should ARP probe after discover.
2008-08-12  Roy MarplesSpin until dhcpcd exits (timeout 10 seconds) to avoid...
2008-08-12  Roy MarplesRemove unused function.
2008-08-11  Roy MarplesRename exec_script to run_script. Split the exec/fork...
2008-08-11  Roy MarplesNo longer need these.
2008-08-11  Roy MarplesRemove loads of code specific to fork()less systems...
2008-08-08  Roy MarplesDHCP_option -> DHO_option.
2008-08-08  Roy MarplesAllow FQDN to be decoded to userland. Also, don't exclu...
2008-08-08  Roy MarplesWe should not make any restrictions on hostname. RFC213...
2008-08-08  Roy MarplesEnsure that hostname does not begin with a .
2008-08-08  Roy MarplesSkip the trailing . if it exists on the FQDN.
2008-08-07  Roy MarplesHeh, need to reserve space for FQDN option length also.
2008-08-07  Roy MarplesWe need to reserve a byte for initial length also.
2008-08-07  Roy MarplesNote that we encode the hostname according to RFC1035...
2008-08-07  Roy MarplesUse full dates.
2008-08-07  Roy MarplesTurns out my encoding was correct after all :)
2008-08-06  Roy MarplesRevert FQDN to ASCII encoding as I cannot find out...
2008-08-06  Roy MarplesAttempt to fix FQDN encoding.
2008-08-06  Roy MarplesFix enum name
2008-08-06  Roy MarplesRemove pointless log message.
2008-08-06  Roy MarplesDon't reset the counters unless we should. dhcpcd shoul...
2008-08-06  Roy MarplesAllow disable for fqdn option so command line can overr...
2008-08-06  Roy MarplesRemove the MINIMAL define.
2008-08-05  Roy MarplesFix comment.
2008-08-05  Roy MarplesPut options in correct order.
2008-08-05  Roy MarplesUse correct hostname length.
2008-08-05  Roy MarplesRespect hostname length.
2008-08-02  Roy MarplesTurns out that POSIX only requires 31 days max for...
2008-08-02  Roy MarplesFix compile on Darwin.
2008-08-01  Roy MarplesFix dhcp message logging.
2008-08-01  Roy MarplesAdd support for mach_absolute_time if on Darwin as...
2008-08-01  Roy MarplesBrute force detection of monotonic clock as sysconf...
2008-08-01  Roy MarplesDon't bother waiting on a negative timeout and fix...
2008-08-01  Roy MarplesTweak README about monotonic, and improve warning message.
2008-07-31  Roy Marplesselect and poll cannot be trusted to respect the timeou...
2008-07-31  Roy MarplesDocument monotonic clock warning and solution.
2008-07-31  Roy Marplesclock_monotonic now is 0 or 1 depending on if the clock...
2008-07-31  Roy MarplesAnother usec fix.
2008-07-31  Roy MarplesIt looks impossible to send our information to NM using...
2008-07-31  Roy Marplesfd_set is not a struct.
2008-07-31  Roy MarplesAlways restart ntp even config hasn't changed as it...
2008-07-31  Roy MarplesDon't lookup the hostname if we don't have an ip addres...
2008-07-31  Roy MarplesClear stop timer for INFORM.
2008-07-31  Roy MarplesPrefer signal to poll so we avoid any possibilty of...
2008-07-30  Roy Marplesstderr should be unbuffered by default.
2008-07-30  Roy MarplesAdd correct time bit.
2008-07-30  Roy MarplesDon't log spam carrier or infinite.
2008-07-30  Roy MarplesPlug a leak.
2008-07-30  Roy MarplesWe should bind to the interface if we can - for the...
2008-07-29  Roy MarplesFix background for forkless systems.
2008-07-28  Roy MarplesUse setlinebuf() at startup instead of calling fflush...
2008-07-28  Roy MarplesRelease dhcpcd-4.0.0-rc4
2008-07-28  Roy Marplesreturns
2008-07-28  Roy MarplesCheck chaddr matches our hwaddr if it fits.
2008-07-28  Roy MarplesDon't use the word will so much.
2008-07-28  Roy MarplesAdd -X, --blacklist option to reject DHCP messages...
2008-07-28  Roy MarplesTart up the mandoc a little, thanks to Thomas Klausner.
2008-07-28  Roy MarplesFix --noipv4ll option from timing out right away.
2008-07-27  Roy MarplesInherit DBDIR and LIBEXECDIR from the env.
2008-07-27  Roy MarplesMisc fixes and clarify why inform should have a CIDR.
2008-07-27  Roy MarplesRelease dhcpcd-4.0.0-rc3
2008-07-27  Roy MarplesDon't set a sop timeout when bound to an infinite lease...
2008-07-26  Roy MarplesFix sign error.
2008-07-26  Roy MarplesSave some bytes by not using timeradd so much.
2008-07-26  Roy MarplesEnsure can handle our lease time.
2008-07-26  Roy MarplesMove the seconds waiting calc into the if where it...
2008-07-25  Roy MarplesReport more accurate seconds.
next