]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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.
2008-07-24  Roy MarplesFix signal handling and ARP announcing.
2008-07-24  Roy MarplesFix breakage caused by last patch.
2008-07-24  Roy MarplesNormalise tv_usecs. Also, send the fd ready back to...
2008-07-24  Roy Marplesget_time -> clock_monotonic to be more descriptive.
2008-07-23  Roy MarplesRemove #ifdefs to disable specific bits of code. We...
2008-07-23  Roy MarplesRelease dhcpcd-4.0.0-rc2
2008-07-23  Roy MarplesIf we fail to obtain an IPv4LL address, drop back to...
2008-07-23  Roy MarplesDon't flap the carrier needlessly.
2008-07-23  Roy MarplesFix mini timeouts and starting ipv4ll when link is...
2008-07-23  Roy MarplesTypo
2008-07-22  Roy MarplesMinor updates.
2008-07-22  Roy MarplesRelease dhcpcd-4.0.0-rc1
2008-07-22  Roy MarplesAlways expire lease on probe failure. We should do...
2008-07-21  Roy MarplesFix valgrind errors, and report correct type.
2008-07-21  Roy MarplesEXPIRE on NAK and fix valgrind errors.
2008-07-21  Roy MarplesMore timer fixes. Also, when a handle function returns...
2008-07-21  Roy MarplesBetter to say which OS's have closefrom.
2008-07-21  Roy MarplesDarwin uses --rpath instead of -Wl,-rpath= - bummer.
2008-07-21  Roy MarplesOK, the loop was caused by the initial carrier timeout...
2008-07-21  Roy MarplesAttempt to fix dhcpcd going into a tight infinite loop...
2008-07-21  Roy MarplesFix compile on OSX.
2008-07-21  Roy MarplesDon't log waiting for carrier when backgrounding.
2008-07-21  Roy MarplesWe should timeout when in background for IPv4LL.
2008-07-21  Roy MarplesActually no, just the probing state. We should defend...
2008-07-21  Roy MarplesWe should only defend when not in the probing or announ...
2008-07-20  Roy MarplesRemove the fork() test as compile hosts will normally...
2008-07-20  Roy Marplesfork()less fixes.
2008-07-20  Roy MarplesDon't re-up the interface - user may have brought it...
2008-07-19  Roy MarplesQuick fix.
2008-07-19  Roy MarplesStyle.
2008-07-19  Roy MarplesFix the timeouts some more - complicated stuff!
2008-07-19  Roy MarplesFix IPv4LL when backgrounding.
2008-07-19  Roy MarplesNo need to check for this error code.
2008-07-19  Roy MarplesWhen daemonised, don't set bound state.
2008-07-19  Roy MarplesDon't report deleteing a non existant address on FreeBSD.
2008-07-18  Roy MarplesFix IPv4LL
2008-07-18  Roy MarplesRework the state engine around the timers better. timeo...
2008-07-18  Roy MarplesAdd log_dhcp so we log server ip and name if available...
2008-07-18  Roy MarplesTry and stop a flapping timeout.
2008-07-18  Roy MarplesWe could return from a few more states here.
2008-07-18  Roy MarplesAdd an exit timer so that carrier changing does not...
2008-07-18  Roy MarplesMove -X to -B and give it a long option. This now compl...
2008-07-18  Roy MarplesMove the immediate background flag to 'b'
2008-07-18  Roy MarplesFix timeouts around carrier a little. We may need to...
2008-07-17  Roy MarplesFix realpath when dhcpcd is called from a $PATH search.
2008-07-17  Roy MarplesUse proper exit codes.
2008-07-17  Roy MarplesFix IPv4LL netmask and broadcast on big endian.
2008-07-17  Roy MarplesNo need to cast
2008-07-17  Roy MarplesMove the renew reset code futher down where it makes...
2008-07-17  Roy MarplesReset message counter on renew request.
2008-07-17  Roy MarplesClose the link fd at exit.
2008-07-16  Roy MarplesFix warning.
2008-07-16  Roy MarplesAdd support for link carrier detection. For Linux this...
2008-07-16  Roy Marplesfd -> raw_fd
2008-07-15  Roy MarplesAlways enter the RENEW_REQUESTED state on signal or...
2008-07-15  Roy MarplesClose socket on error and signal so that they get refre...
2008-07-15  Roy MarplesDon't log about trying to use a non existant lease.
2008-07-15  Roy MarplesEnsure that IPv4LL address is one :)
2008-07-15  Roy MarplesFix timeout.
2008-07-14  Roy MarplesIf renewing an IPV4LL address, re-enter the probing...
2008-07-13  Roy MarplesRemove some warnings when removing features.
2008-07-12  Roy MarplesTypo.
next