]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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.
2008-06-18  Roy MarplesRe number the hook scripts to give more space.
2008-06-18  Roy MarplesDe-configure when rebinding fails.
2008-06-13  Roy MarplesDisable the requesting of MTU by default as there's...
2008-06-13  Roy MarplesAdd 05-mtu hook so we respect the desired MTU on networks.
2008-06-13  Roy MarplesClear the timer and counters at the start of the timeou...
2008-06-12  Roy MarplesOn NAK, clear the timer and lease so we init correctly.
2008-06-11  Roy MarplesDon't flush addresses on startup anymore. Also, fix...
2008-06-11  Roy MarplesWe don't use this var anymore.
2008-06-10  Roy MarplesRemove the signal array stack as our pipe handling...
2008-06-10  Roy MarplesRemove KEEPADDRESS as it makes no sense right now....
2008-06-10  Roy MarplesIf test works ensure we return 0 to userland.
2008-06-10  Roy MarplesTimeout on negative timeouts.
2008-06-09  Roy MarplesFix compile for NO_FORK users.
2008-06-09  Roy MarplesFix compile.
2008-06-09  Roy MarplesWe now support IPv4LL fully - until someone points...
2008-06-08  Roy MarplesRe-write the client state engine around a simple timer...
2008-06-08  Roy MarplesTypo.
2008-06-07  Roy MarplesBump to beta6 for internal testing and move UNCONST...
2008-06-07  Roy MarplesWe should test a specific fd instead of index 0 in...
2008-06-07  Roy MarplesAdd a function to test if a fd has data to be read.
2008-06-07  Roy MarplesIncrease the default timeout to 30 seconds to allow...
2008-06-07  Roy Marplesmake DEBUG=yes enabled ggdb.
2008-06-07  Roy MarplesAllow building of snapshots.
2008-06-04  Roy MarplesAdd a sample NetworkManager hook script.
2008-06-03  Roy MarplesWe should not be setting IFF_RUNNING - that's the job...
2008-05-30  Roy MarplesAdd a note about dhcpcd not fully supporting RFC 3927...
next