]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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.
2008-07-12  Roy MarplesBSD systems auto gratuitous ARP when configured with...
2008-07-12  Roy MarplesAllow a user defined enter and exit hook instead of...
2008-07-12  Roy MarplesOptimize the random calc for timeout.
2008-07-12  Roy MarplesIt seems that every arp application does not pad to...
2008-07-12  Roy MarplesTypo
2008-07-12  Roy MarplesFix gratuitous ARP with fork()less systems.
2008-07-12  Roy MarplesWe should use ETHERMIN.
2008-07-12  Roy MarplesRespect ipv4ll timeouts more.
2008-07-12  Roy MarplesWe shoudln't have to disable timeout.
2008-07-11  Roy MarplesImprove ARP conflict.
2008-07-11  Roy MarplesSave a few bytes here. Also, fill with 0 so that we...
2008-07-11  Roy MarplesRemove superfluous brackets.
2008-07-11  Roy MarplesUse timeval usecs instead of secs for greater randomist...
2008-07-11  Roy MarplesIf time overflows, we should wait again.
2008-07-10  Roy MarplesFix timeval -> poll conversion.
2008-07-10  Roy MarplesFix compile for fork()less systems.
2008-07-10  Roy MarplesReport more send_arp breakage.
2008-07-10  Roy MarplesReport errors sending ARP requests.
2008-07-10  Roy MarplesFix sending of ARP packets.
2008-07-10  Roy MarplesStyle.
2008-07-10  Roy MarplesTweak define comments.
2008-07-10  Roy MarplesNo need for these defines anymore.
2008-07-10  Roy MarplesRestore the error checking on fd's.
2008-07-10  Roy Marplesignore _dhcpcd.c
2008-07-10  Roy MarplesAllow ARP_REQUESTS through the filter as well so we...
2008-07-09  Roy MarplesSave a few bytes by avoiding memset.
2008-07-09  Roy MarplesEnsure that our ARP messages are at least 64 bytes...
2008-07-09  Roy MarplesSet the renew->rebind timer.
2008-07-09  Roy MarplesReport the reason we exec the script and don't error...
2008-07-09  Roy MarplesDocument the pidfile.
2008-07-09  Roy Marplesremoving -> deleting and don't report error on routes...
next