| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix compile warningsdhcpcd-5 | Roy Marples | 2013-12-22 |
| | | |||
| * | Fix Linux compile.dhcpcd-5.5.6 | Roy Marples | 2012-03-28 |
| | | |||
| * | Release dhcpcd-5.5.6 | Roy Marples | 2012-03-28 |
| | | |||
| * | Fix adding resolvconf | Roy Marples | 2012-03-27 |
| | | |||
| * | Simplify API a little. | Roy Marples | 2012-03-27 |
| | | |||
| * | Don't corrupt our route table when we fail to add a route for any reason. | Roy Marples | 2012-03-27 |
| | | |||
| * | When sending signals, respect the interface it was started on. | roy@uberlaptop.marples.name | 2012-03-27 |
| | | |||
| * | Fix some valgrind errors on FreeBSD | roy@uberlaptop.marples.name | 2012-03-27 |
| | | |||
| * | Add a suffix to our per interface config files for non IPv4 states. | Roy Marples | 2012-03-26 |
| | | | | | This stops RA from stamping on NTP and YP configs. | ||
| * | Fix a double free, #243. | Roy Marples | 2012-03-24 |
| | | | | | Stop leaking memory on interface restart with prior RA. | ||
| * | Fix Dd and Dt arguments. | Roy Marples | 2012-03-24 |
| | | | | | | | | | New sentence, new line. Sort options and option descriptions. Sort SEE ALSO. Use Fl Fl for long options. Sync the usage output by the program with the one from the man page. Thanks to Thomas Klausner. | ||
| * | Release dhcpcd-5.5.5dhcpcd-5.5.5 | Roy Marples | 2012-03-23 |
| | | |||
| * | Remove buffer overrun that leads to a segfault on ipv6 network. | Roy Marples | 2012-03-23 |
| | | | | | | | | | | strcpy copies the \0 of its src argument, therefore the following line is unneeded. Ironically, it can lead to a nasty segfault on a network that supports ipv6. In fact, it prevented me from access such a network using DHCP. Signed-off-by: Sidney Amani <seed95@gmail.com> | ||
| * | FreeBSD 7 does not support IFT_INFINIBAND | roy@uberlaptop.marples.name | 2012-03-21 |
| | | |||
| * | If the CSR decode fails to return any routes, then use the older DHCP | Roy Marples | 2012-03-20 |
| | | | | | routing options if available. | ||
| * | Fix an issue where we would only use a CSR if we had not warned about using it. | Roy Marples | 2012-03-20 |
| | | |||
| * | Use correct event loop timeout deletion to stop occasional segfaults. | Roy Marples | 2012-03-20 |
| | | | | | Fix a memory leak and free our global buffers if debugging memory. | ||
| * | Support bridge and VLAN interfaces on BSD. | Roy Marples | 2012-03-20 |
| | | | | | Fall back to ethernet if unknown and specified. | ||
| * | If no ClientID or hardware address, don't report a blank hardware address. | Roy Marples | 2012-03-20 |
| | | |||
| * | Add .Lk macro to URLs | Roy Marples | 2012-03-19 |
| | | |||
| * | Add an option to control dhcpcd forking or not if the RA does not contain | Roy Marples | 2012-03-07 |
| | | | | | | | a RDNSS option. This involves changing our options to an unsigned long long so we can use more than 32 bits. | ||
| * | Don't fork on IPv6 RA unless we have an RDNSS option. | Roy Marples | 2012-03-05 |
| | | |||
| * | Use sysfs if we don't have ifconfig(8) on Linux. | Roy Marples | 2012-03-05 |
| | | | | Thanks to Dave Reisner. | ||
| * | Try to emulate hostname(1) if it doens't exist. | Roy Marples | 2012-03-05 |
| | | |||
| * | Set hostname via /proc if file is available | Roy Marples | 2012-03-05 |
| | | | | | | | | On Linux, the hostname can be set via this file if available, precluding the need for a `hostname` binary. Signed-off-by: Dan McGee <dan@archlinux.org> | ||
| * | Respect an accept_ra setting of 2, fixes #240. | Roy Marples | 2012-03-05 |
| | | | | | Detect IPv6 settings per interface if the platform allows, fixed #241. | ||
| * | Store the RA data for the interface so we can do a comparison. | Roy Marples | 2012-02-13 |
| | | | | | | Only log the fact we received an RA if the new RA is different or any part of the old one has expired. | ||
| * | Release dhcpcd-5.5.4dhcpcd-5.5.4 | Roy Marples | 2012-02-05 |
| | | |||
| * | Stop checking for IFF_RUNNING in handle_carrier as it is invalid for BSD | Roy Marples | 2012-02-05 |
| | | | | | and should already have been checked for Linux. | ||
| * | Better tests. | Roy Marples | 2012-02-04 |
| | | |||
| * | Add kernel IPv6 RA and forwarding detection on Linux. | Roy Marples | 2012-02-04 |
| | | |||
| * | If the kernel is not configured to accept IPv6 or RA's then don't | roy@uberlaptop.marples.name | 2012-02-04 |
| | | | | | needless attempt to solicit an IPv6 RA. | ||
| * | Fix configure test for arc4random on FreeBSD 7 | Roy Marples | 2012-02-04 |
| | | |||
| * | Fix a compile issue and releae dhcpcd-5.5.3dhcpcd-5.5.3 | Roy Marples | 2012-02-03 |
| | | |||
| * | Release dhcpcd-5.5.2dhcpcd-5.5.2 | Roy Marples | 2012-02-02 |
| | | |||
| * | Default back to gcc as it seems clang isn't good for powerpc. | Roy Marples | 2012-02-02 |
| | | |||
| * | Set if_up if_down correctly per RA or DHCP | Roy Marples | 2012-02-02 |
| | | |||
| * | Fix some more copyrights | Roy Marples | 2012-02-02 |
| | | | | | | | | RA expiry timers now trigger off options as well Stop prefixing new_ for RA options if_up and if_down are now set by dhcpcd itself Correctly prefer a DHCP lease over an IPv4LL entry | ||
| * | Fix carrier handling on BSD for interfaces that don't support link status | Roy Marples | 2012-01-31 |
| | | |||
| * | Fix more copyright | Roy Marples | 2012-01-31 |
| | | |||
| * | Release dhcpcd-5.5.1dhcpcd-5.5.1 | Roy Marples | 2012-01-31 |
| | | |||
| * | Stop trunctating netmask sockaddr | Roy Marples | 2012-01-30 |
| | | |||
| * | Don't attempt to run the script if it's an NULL, an empty string or /dev/null | Roy Marples | 2012-01-30 |
| | | |||
| * | Allow dhcpcd to run on a read-only filesystem. | Roy Marples | 2012-01-29 |
| | | | | | You'll get a lot of errors, but you will get a working address and routing. | ||
| * | Remove the RA's before reporting no carrier. | Roy Marples | 2012-01-29 |
| | | |||
| * | Only set if_up for a ROUTERADVERT if we have any RAs | Roy Marples | 2012-01-29 |
| | | | | | | Conversely, we need to pretend it's up without any RAs to successfully remove it. | ||
| * | Don't start IPv6 if it's disabled globally. | Roy Marples | 2012-01-29 |
| | | |||
| * | Fix RA state detection | Roy Marples | 2012-01-25 |
| | | |||
| * | Release dhcpcd-5.5.0dhcpcd-5.5.0 | Roy Marples | 2012-01-24 |
| | | |||
| * | Add and prefer clang to the compiler list. | Roy Marples | 2012-01-24 |
| | | | | | The compiler version is now shown during configure. | ||
