2008-07-17 |
Roy Marples | Fix realpath when dhcpcd is called from a $PATH search. |
commit | commitdiff | tree |
2008-07-17 |
Roy Marples | Use proper exit codes. |
commit | commitdiff | tree |
2008-07-17 |
Roy Marples | Fix IPv4LL netmask and broadcast on big endian. |
commit | commitdiff | tree |
2008-07-17 |
Roy Marples | No need to cast |
commit | commitdiff | tree |
2008-07-17 |
Roy Marples | Move the renew reset code futher down where it makes... |
commit | commitdiff | tree |
2008-07-17 |
Roy Marples | Reset message counter on renew request. |
commit | commitdiff | tree |
2008-07-17 |
Roy Marples | Close the link fd at exit. |
commit | commitdiff | tree |
2008-07-16 |
Roy Marples | Fix warning. |
commit | commitdiff | tree |
2008-07-16 |
Roy Marples | Add support for link carrier detection. For Linux this... |
commit | commitdiff | tree |
2008-07-16 |
Roy Marples | fd -> raw_fd |
commit | commitdiff | tree |
2008-07-15 |
Roy Marples | Always enter the RENEW_REQUESTED state on signal or... |
commit | commitdiff | tree |
2008-07-15 |
Roy Marples | Close socket on error and signal so that they get refre... |
commit | commitdiff | tree |
2008-07-15 |
Roy Marples | Don't log about trying to use a non existant lease. |
commit | commitdiff | tree |
2008-07-15 |
Roy Marples | Ensure that IPv4LL address is one :) |
commit | commitdiff | tree |
2008-07-15 |
Roy Marples | Fix timeout. |
commit | commitdiff | tree |
2008-07-14 |
Roy Marples | If renewing an IPV4LL address, re-enter the probing... |
commit | commitdiff | tree |
2008-07-13 |
Roy Marples | Remove some warnings when removing features. |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | Typo. |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | BSD systems auto gratuitous ARP when configured with... |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | Allow a user defined enter and exit hook instead of... |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | Optimize the random calc for timeout. |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | It seems that every arp application does not pad to... |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | Typo |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | Fix gratuitous ARP with fork()less systems. |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | We should use ETHERMIN. |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | Respect ipv4ll timeouts more. |
commit | commitdiff | tree |
2008-07-12 |
Roy Marples | We shoudln't have to disable timeout. |
commit | commitdiff | tree |
2008-07-11 |
Roy Marples | Improve ARP conflict. |
commit | commitdiff | tree |
2008-07-11 |
Roy Marples | Save a few bytes here. Also, fill with 0 so that we... |
commit | commitdiff | tree |
2008-07-11 |
Roy Marples | Remove superfluous brackets. |
commit | commitdiff | tree |
2008-07-11 |
Roy Marples | Use timeval usecs instead of secs for greater randomist... |
commit | commitdiff | tree |
2008-07-11 |
Roy Marples | If time overflows, we should wait again. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Fix timeval -> poll conversion. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Fix compile for fork()less systems. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Report more send_arp breakage. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Report errors sending ARP requests. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Fix sending of ARP packets. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Style. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Tweak define comments. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | No need for these defines anymore. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Restore the error checking on fd's. |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | ignore _dhcpcd.c |
commit | commitdiff | tree |
2008-07-10 |
Roy Marples | Allow ARP_REQUESTS through the filter as well so we... |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Save a few bytes by avoiding memset. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Ensure that our ARP messages are at least 64 bytes... |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Set the renew->rebind timer. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Report the reason we exec the script and don't error... |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Document the pidfile. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | removing -> deleting and don't report error on routes... |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | And turn this into a function so save a few bytes. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | And report errors. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Report address removal. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Add a macro to change a route. |
commit | commitdiff | tree |
2008-07-09 |
Roy Marples | Add more error checking if the link was taken down... |
commit | commitdiff | tree |
2008-07-08 |
Roy Marples | Optimize. |
commit | commitdiff | tree |
2008-07-08 |
Roy Marples | Fix env var ms_classless_static_routes |
commit | commitdiff | tree |
2008-07-08 |
Roy Marples | beta9 |
commit | commitdiff | tree |
2008-07-08 |
Roy Marples | Err, I mean X, not Z :) |
commit | commitdiff | tree |
2008-07-08 |
Roy Marples | Move the --nodaemonize option from K to Z so we don... |
commit | commitdiff | tree |
2008-07-08 |
Roy Marples | Style |
commit | commitdiff | tree |
2008-07-05 |
Roy Marples | Show the correct probe address. |
commit | commitdiff | tree |
2008-07-05 |
Roy Marples | We need to link to the right libc if installing in... |
commit | commitdiff | tree |
2008-07-05 |
Roy Marples | dhcpcd-4.0.0-beta8 |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | Set the script correctly with MINIMAL. |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | Encourage use of CPPFLAGS over CFLAGS for extra defines. |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | Use ifnames of less than 4 bytes in the IAID as well. |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | Remove ENABLE_DUID and introduce MINIMAL, which removes... |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | We should WARN on NAK. |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | Send LOG_INFO to the console by default so users know... |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | Better english. |
commit | commitdiff | tree |
2008-07-04 |
Roy Marples | We should inform the user we're checking the address... |
commit | commitdiff | tree |
2008-07-03 |
Roy Marples | Cleaner fix for working with PCC. |
commit | commitdiff | tree |
2008-07-03 |
Roy Marples | Fix the ClientID and only parse it once. |
commit | commitdiff | tree |
2008-07-03 |
Roy Marples | Work around PCC not supporting the __packed__ attribute... |
commit | commitdiff | tree |
2008-07-02 |
Roy Marples | If starting daemonised (THERE_IS_NO_FORK) then don... |
commit | commitdiff | tree |
2008-07-02 |
Roy Marples | Remove previous toggles for classid, clientid, userclas... |
commit | commitdiff | tree |
2008-07-02 |
Roy Marples | Support the root dynmanic linker on NetBSD, so we work... |
commit | commitdiff | tree |
2008-07-02 |
Roy Marples | Ensure that we have at least 2 ocets. |
commit | commitdiff | tree |
2008-07-02 |
Roy Marples | Fix ClientID parsing. |
commit | commitdiff | tree |
2008-07-01 |
Roy Marples | Add copyright to --version. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Ensure we work if ARP compiled out but requested. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Allow ClassID to be configured. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Allow clientid to be configured. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Allow userclass to be compiled out. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Cleaner code when ARP is disabled. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Add support for vendor encapsulated options. Also,... |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Add -K, --nodaeomise option so dhcpcd can run in the... |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | Fix timeout when we aren't daemonising. |
commit | commitdiff | tree |
2008-06-30 |
Roy Marples | We need to copy out the script from the config file... |
commit | commitdiff | tree |
2008-06-29 |
Roy Marples | Fix some valgrind errors. |
commit | commitdiff | tree |
2008-06-29 |
Roy Marples | Save a few bytes by treating some strings like DHCP... |
commit | commitdiff | tree |
2008-06-29 |
Roy Marples | Fix hwaddr_aton |
commit | commitdiff | tree |
2008-06-28 |
Roy Marples | Fix renewing. |
commit | commitdiff | tree |
2008-06-20 |
Roy Marples | Request as much as the packet as we can with buggy... |
commit | commitdiff | tree |
2008-06-20 |
Roy Marples | beta7 |
commit | commitdiff | tree |
2008-06-20 |
Roy Marples | Optimize the state engine a little and fix timeval... |
commit | commitdiff | tree |
2008-06-19 |
Roy Marples | whitespace |
commit | commitdiff | tree |
2008-06-19 |
Roy Marples | Add metric= to our env, #93 thanks to Tobias Volk. |
commit | commitdiff | tree |
2008-06-18 |
Roy Marples | Allow LIBEXECDIR to inherit from env. |
commit | commitdiff | tree |
2008-06-18 |
Roy Marples | Man page fixes. |
commit | commitdiff | tree |
next |