]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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...
2008-07-09  Roy MarplesAnd turn this into a function so save a few bytes.
2008-07-09  Roy MarplesAnd report errors.
2008-07-09  Roy MarplesReport address removal.
2008-07-09  Roy MarplesAdd a macro to change a route.
2008-07-09  Roy MarplesAdd more error checking if the link was taken down...
2008-07-08  Roy MarplesOptimize.
2008-07-08  Roy MarplesFix env var ms_classless_static_routes
2008-07-08  Roy Marplesbeta9
2008-07-08  Roy MarplesErr, I mean X, not Z :)
2008-07-08  Roy MarplesMove the --nodaemonize option from K to Z so we don...
2008-07-08  Roy MarplesStyle
2008-07-05  Roy MarplesShow the correct probe address.
2008-07-05  Roy MarplesWe need to link to the right libc if installing in...
2008-07-05  Roy Marplesdhcpcd-4.0.0-beta8
2008-07-04  Roy MarplesSet the script correctly with MINIMAL.
2008-07-04  Roy MarplesEncourage use of CPPFLAGS over CFLAGS for extra defines.
2008-07-04  Roy MarplesUse ifnames of less than 4 bytes in the IAID as well.
2008-07-04  Roy MarplesRemove ENABLE_DUID and introduce MINIMAL, which removes...
2008-07-04  Roy MarplesWe should WARN on NAK.
2008-07-04  Roy MarplesSend LOG_INFO to the console by default so users know...
2008-07-04  Roy MarplesBetter english.
2008-07-04  Roy MarplesWe should inform the user we're checking the address...
2008-07-03  Roy MarplesCleaner fix for working with PCC.
2008-07-03  Roy MarplesFix the ClientID and only parse it once.
2008-07-03  Roy MarplesWork around PCC not supporting the __packed__ attribute...
2008-07-02  Roy MarplesIf starting daemonised (THERE_IS_NO_FORK) then don...
2008-07-02  Roy MarplesRemove previous toggles for classid, clientid, userclas...
2008-07-02  Roy MarplesSupport the root dynmanic linker on NetBSD, so we work...
2008-07-02  Roy MarplesEnsure that we have at least 2 ocets.
2008-07-02  Roy MarplesFix ClientID parsing.
2008-07-01  Roy MarplesAdd copyright to --version.
2008-06-30  Roy MarplesEnsure we work if ARP compiled out but requested.
2008-06-30  Roy MarplesAllow ClassID to be configured.
2008-06-30  Roy MarplesAllow clientid to be configured.
2008-06-30  Roy MarplesAllow userclass to be compiled out.
2008-06-30  Roy MarplesCleaner code when ARP is disabled.
2008-06-30  Roy MarplesAdd support for vendor encapsulated options. Also,...
2008-06-30  Roy MarplesAdd -K, --nodaeomise option so dhcpcd can run in the...
2008-06-30  Roy MarplesFix timeout when we aren't daemonising.
2008-06-30  Roy MarplesWe need to copy out the script from the config file...
2008-06-29  Roy MarplesFix some valgrind errors.
2008-06-29  Roy MarplesSave a few bytes by treating some strings like DHCP...
2008-06-29  Roy MarplesFix hwaddr_aton
2008-06-28  Roy MarplesFix renewing.
2008-06-20  Roy MarplesRequest as much as the packet as we can with buggy...
2008-06-20  Roy Marplesbeta7
2008-06-20  Roy MarplesOptimize the state engine a little and fix timeval...
2008-06-19  Roy Marpleswhitespace
2008-06-19  Roy MarplesAdd metric= to our env, #93 thanks to Tobias Volk.
2008-06-18  Roy MarplesAllow LIBEXECDIR to inherit from env.
2008-06-18  Roy MarplesMan page fixes.
next