| Commit message (Expand) | Author | Age |
| * | We can now detected primary addresses added or changed in BSD. | Roy Marples | 2009-03-19 |
| * | We shouldn't need to flush arp entires ourself on BSD platforms. | Roy Marples | 2009-03-11 |
| * | We need to blacklist IP addresses at the packet level | Roy Marples | 2009-03-10 |
| * | Validate UDP better by ensuring data len is not bigger than our struct | Roy Marples | 2009-02-28 |
| * | Fix up some more formatting. | Roy Marples | 2009-02-12 |
| * | Add route removal detection to Linux. | Roy Marples | 2009-01-27 |
| * | You can now add a configure block per ssid if the interface is wireless. | Roy Marples | 2009-01-01 |
| * | Move wireless detection from net.c into if-bsd.c and if-linux.c | Roy Marples | 2008-09-17 |
| * | Fix compile. | Roy Marples | 2008-09-16 |
| * | Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types c... | Roy Marples | 2008-09-16 |
| * | We need to flush the ARP table after configuring new routes. | Roy Marples | 2008-09-15 |
| * | Remove remembering routes per interface and have a global routing table so we... | Roy Marples | 2008-09-12 |
| * | On Linux, fix replacing the kernel added subnet route correctly for metrics. | Roy Marples | 2008-09-08 |
| * | Enable detection of addition and removal of interfaces on Linux. | Roy Marples | 2008-09-04 |
| * | When OS reports new and removed interfaces, dhcpcd sees this and either start... | Roy Marples | 2008-09-04 |
| * | Use static buffers for ARP and move the send code to arp.c. Also, move the hw... | Roy Marples | 2008-09-04 |
| * | Add an event loop. | Roy Marples | 2008-09-02 |
| * | Remove #ifdefs to disable specific bits of code. We now build everything - we... | Roy Marples | 2008-07-23 |
| * | Add support for link carrier detection. For Linux this involved a big change ... | Roy Marples | 2008-07-16 |
| * | fd -> raw_fd | Roy Marples | 2008-07-16 |
| * | Add a macro to change a route. | Roy Marples | 2008-07-09 |
| * | Add more error checking if the link was taken down or ip addresses removed - ... | Roy Marples | 2008-07-09 |
| * | Remove ENABLE_DUID and introduce MINIMAL, which removes all non essential use... | Roy Marples | 2008-07-04 |
| * | Save a few bytes by treating some strings like DHCP options, having the first... | Roy Marples | 2008-06-29 |
| * | Re-write the client state engine around a simple timer instead of complex loo... | Roy Marples | 2008-06-08 |
| * | Make the timings more random by using the full range of poll timeout. | Roy Marples | 2008-05-29 |
| * | Respect RFC 3927 more, regarding times and conflicts. | Roy Marples | 2008-05-29 |
| * | Use constant BPF structures and defines to alter the data instead of function... | Roy Marples | 2008-05-22 |
| * | Fix some valgrind errors, and work on Linux again. | Roy Marples | 2008-05-15 |
| * | Improve get_packet API and memcpy to structure instead of using union pointers. | Roy Marples | 2008-05-15 |
| * | We should send packets to a specific IP over the udp socket so we don't broad... | Roy Marples | 2008-04-20 |
| * | Remove the .info file and now set environment vars in the same vein as dhclie... | Roy Marples | 2008-04-16 |
| * | Move MTU configuration to dhcpcd.sh. However, if the MTU is too small for dhc... | Roy Marples | 2008-04-14 |
| * | Normally I hate massive code drops, but heh. | Roy Marples | 2008-04-11 |