| 2007-11-08 |
Roy Marples | Merge branch 'master' of marples:/var/git/dhcpcd |
commit | commitdiff | tree | snapshot |
| 2007-11-08 |
Roy Marples | Work with the BSD RC system too. |
commit | commitdiff | tree | snapshot |
| 2007-11-08 |
Roy Marples | Find resolvconf in path instead of just /sbin. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Ensure copyright is added to the binary |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | timeval defines seconds as long, so we should use long... |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Improve the structure of linux netlink messaging code |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | make HAVE_FORK=yes|no should be used if cross compiling. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Reword the headers to just say we use the GPLv2. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Reword the license headers just to say we use the GPLv2. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Remove the reference to udhcp. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | dhcp_run no longer resembles anything from udhcp, so... |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Clarify recvmsg error |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | We should reset the NAK backoff when we timeout as... |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Implement an exponetial NAK backoff. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Actually read the signal from the buffer |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Roy Marples | Clear the signal_pipe fd from the fdset when all signal... |
commit | commitdiff | tree | snapshot |
| 2007-11-06 |
Roy Marples | Update my e-mail address as I have retired from Gentoo. |
commit | commitdiff | tree | snapshot |
| 2007-11-06 |
Roy Marples | As we now use git, don't include .git when making distf... |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Roy Marples | Increase ipv4ll lease time to 20 seconds so we attempt... |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Roy Marples | Don't release a link local address. |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Roy Marples | If compiled without info support, don't tell the script... |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Roy Marples | Use sysconf to detect if we have a working monotonic... |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Roy Marples | Only request NTP, NIS, etc if we have compiled that... |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Roy Marples | dhcpcd --version now shows what compile time options... |
commit | commitdiff | tree | snapshot |
| 2007-10-21 |
Roy Marples | Don't need this define anymore. |
commit | commitdiff | tree | snapshot |
| 2007-10-21 |
Roy Marples | Release 3.1.7 |
commit | commitdiff | tree | snapshot |
| 2007-10-21 |
Roy Marples | typo |
commit | commitdiff | tree | snapshot |
| 2007-10-21 |
Roy Marples | Add warnings about requesting a link local address. |
commit | commitdiff | tree | snapshot |
| 2007-10-20 |
Roy Marples | Write the pidfile before we fork so we can easily be... |
commit | commitdiff | tree | snapshot |
| 2007-10-17 |
Roy Marples | Always define IN_LINKLOCAL |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Roy Marples | Always add a link-local route unless we're given a... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Roy Marples | Change wording |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Remove temp files when cannot work out linking foo |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Don't malloc pointer size when we mean data size |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | No need for if here |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Clarify EINTR |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Reduce stack usage by using malloc more. |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Work better with signal handling, arp and send errors |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | revert commit - wrong file :/ |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Work better with signal handling, arp and send errors |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Return on all errors |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Handle signals correctly. |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Allow none signal pipe users to grab signals |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | If we're on a different subnet from the one we get... |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Roy Marples | Skip over bogus EINTR error on select when arp checking... |
commit | commitdiff | tree | snapshot |
| 2007-10-09 |
Roy Marples | Clarify -r option a little |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Roy Marples | Release 3.1.6 |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Roy Marples | --skiproutes has been added for no fork users so that... |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Roy Marples | remove the .depend file for ease of development |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Roy Marples | Add empty .depend file |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Roy Marples | Many thanks to Michael Durrant for testing the below... |
commit | commitdiff | tree | snapshot |
| 2007-08-24 |
Roy Marples | Loopify the pmake gcc flag detection |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Roy Marples | Suck it hard and use gettimeofday for Linux. Lets just... |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Roy Marples | Fix the flushing of addresses on BSD systems. |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Roy Marples | Prepare 3.1.5 |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Roy Marples | Rework the arp code again so that we don't link to... |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Roy Marples | Fix a potential buffer overflow in hwaddr_ntoa if lengt... |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Roy Marples | Fix a potential heap overflow in decode_CSR when CIDR... |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Roy Marples | Fix a potential heap overflow in decode_sipservers... |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Roy Marples | -L actually doesn't do IPv4LL as advertised. |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Roy Marples | We still need the common.h header |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Roy Marples | Makefile version |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Roy Marples | 3.1.4 |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Roy Marples | Ensure ARP checking times out when there is a flood. |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Roy Marples | Don't use xmalloc in logger as that is self recursive. |
commit | commitdiff | tree | snapshot |
| 2007-08-03 |
Roy Marples | Move signal out of the options struct as it's just... |
commit | commitdiff | tree | snapshot |
| 2007-08-03 |
Roy Marples | Add -x option to quit without releasing the lease. |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Roy Marples | Fix link routes which broke in 3.1.2. |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Roy Marples | Changelog |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Roy Marples | Fix static routes |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Roy Marples | Change the route output to use CIDR instead of netmasks |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Roy Marples | Use --nodeps when restarting services |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Roy Marples | Simply CIDR calculation, thanks to Francois-Xavier... |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Roy Marples | Don't free the dhcp object on RENEW (fixes a segfault) |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Roy Marples | Fix arp segfaulting and final 3.1.1 |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Roy Marples | Remove getifaddrs code and instead just use ioctls. |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Roy Marples | Final 3.1.0 |
commit | commitdiff | tree | snapshot |
| 2007-07-21 |
Roy Marples | Add new socket code to try and support InfiniBand better. |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Roy Marples | Fix leak and report correct invalid encoding option... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Roy Marples | Support RFC 3361 SIP Servers. |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Roy Marples | ==-1 is cheaper than <0 |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Roy Marples | ==-1 is cheaper than <0 |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Roy Marples | ==-1 is cheaper than <0 |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Roy Marples | We now do ARP checking by default as recommended by... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Roy Marples | Suport DHCP option (52) overload. |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Roy Marples | Added -T test option. This just sends a DHCP_DISCOVER... |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Roy Marples | Pad after end |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
Roy Marples | Fix adding /32 routes on Linux |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
Roy Marples | Fix Client ID's |
commit | commitdiff | tree | snapshot |
| 2007-06-27 |
Roy Marples | Don't do any DUID if we have a user specified ClientID |
commit | commitdiff | tree | snapshot |
| 2007-06-27 |
Roy Marples | Fix adding of routes on the BSDs. |
commit | commitdiff | tree | snapshot |
| 2007-06-26 |
Roy Marples | ROOTPATH should work correctly again, thanks to danhien. |
commit | commitdiff | tree | snapshot |
| 2007-06-26 |
Roy Marples | chdir to / for sanity |
commit | commitdiff | tree | snapshot |
| 2007-05-30 |
Roy Marples | We now have 6 hostname options, which should satisfy... |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
Roy Marples | -HH sets the hostname to the full dns name looked up... |
commit | commitdiff | tree | snapshot |
| 2007-05-23 |
Roy Marples | Don't strip the domain when looking up hostname via DNS |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
Roy Marples | Minimum packet is 46 bytes |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
Roy Marples | Fix ARP checking |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
Roy Marples | Support linux aliased addresses |
commit | commitdiff | tree | snapshot |
| 2007-05-15 |
Roy Marples | Enable DHCP_INFORM support via the -s option again... |
commit | commitdiff | tree | snapshot |
| next |