| Commit message (Expand) | Author | Age |
| * | We need to blacklist IP addresses at the packet level | Roy Marples | 2009-03-10 |
| * | If we reboot an IPv4LL address, start DHCP negotiation right away. | Roy Marples | 2009-03-03 |
| * | Remove debug. | Roy Marples | 2009-02-24 |
| * | Enforce NetBSD KNF style more | Roy Marples | 2009-02-11 |
| * | RFC2131 implies that we should only ARP check after an offer. | Roy Marples | 2009-02-01 |
| * | Add the DHS_PROBE state so that we ignore subsequent offers | Roy Marples | 2008-12-18 |
| * | We are now a BOOTP client also :) | Roy Marples | 2008-11-19 |
| * | If we are asked to ARP and we don't have an offer then we are testing our cur... | Roy Marples | 2008-11-19 |
| * | When declining a DHCP lease and we have an IPv4LL one, don't re announce our ... | Roy Marples | 2008-11-14 |
| * | We should erase the lease file when we get an ARP conflict on rebinding from it. | Roy Marples | 2008-10-21 |
| * | Don't decline leases that we loaded from disk. | Roy Marples | 2008-09-15 |
| * | Fix memory errors. | Roy Marples | 2008-09-09 |
| * | Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne... | Roy Marples | 2008-09-05 |
| * | As our logger calls emulate syslog, we can use %m. However, this means we hav... | Roy Marples | 2008-09-05 |
| * | Use static buffers for ARP and move the send code to arp.c. Also, move the hw... | Roy Marples | 2008-09-04 |
| * | Add a control socket so that interfaces can be dynamically re-set. | Roy Marples | 2008-09-03 |
| * | Add an event loop. | Roy Marples | 2008-09-02 |
| * | Normally I hate massive code drops, but heh. | Roy Marples | 2008-04-11 |
| * | read(2) works on ssize_t so we should use this rather than size_t for our buf... | Roy Marples | 2008-03-31 |
| * | Rework our error handling code a little to save ~5k on x86_64 | Roy Marples | 2008-03-29 |
| * | Split interface and socket out into OS bpf, if-bsd and if-linux. | Roy Marples | 2008-03-24 |
| * | Change code style to match the BSDs in the hope the might adpot it instead of... | Roy Marples | 2008-03-20 |
| * | Replace select with poll and nanosleep. | Roy Marples | 2008-02-10 |
| * | Update comment style. | Roy Marples | 2008-01-29 |
| * | Use sizeof with the variable, not the declaration more. | Roy Marples | 2008-01-28 |
| * | Introduce xzalloc, which zeros memory as well as allocates it. This makes us ... | Roy Marples | 2008-01-28 |
| * | Linux has LPF, which is almost like BPF. Let's use and let the kernel filter ... | Roy Marples | 2008-01-27 |
| * | Quiet some lint warnings. | Roy Marples | 2008-01-21 |
| * | Prefer for (;;) over while (1) | Roy Marples | 2008-01-21 |
| * | Formatting. | Roy Marples | 2008-01-17 |
| * | We should use caddr_t instead of our own types for arp hardware addresses. | Roy Marples | 2008-01-17 |
| * | Re format for standard tabs. | Roy Marples | 2008-01-16 |
| * | Disallow arp claim for IEEE1394 per RFC 2734 thanks to pawka. | Roy Marples | 2008-01-09 |
| * | Belatedly into 2008 :) | Roy Marples | 2008-01-08 |
| * | Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-... | Roy Marples | 2007-11-15 |
| * | Don't spam the log as much when constantly using IPV4LL addresses. | Roy Marples | 2007-11-09 |
| * | Move signals.c,h to signal.c,h | Roy Marples | 2007-11-08 |
| * | timeval defines seconds as long, so we should use long over time_t | Roy Marples | 2007-11-07 |
| * | Reword the headers to just say we use the GPLv2. | Roy Marples | 2007-11-07 |
| * | Clear the signal_pipe fd from the fdset when all signals have | Roy Marples | 2007-11-07 |
| * | Update my e-mail address as I have retired from Gentoo. | Roy Marples | 2007-11-06 |
| * | Handle signals correctly. | Roy Marples | 2007-10-11 |
| * | Skip over bogus EINTR error on select when arp checking for a different addre... | Roy Marples | 2007-10-11 |
| * | Suck it hard and use gettimeofday for Linux. Lets just hope that the clock wo... | Roy Marples | 2007-08-21 |
| * | Rework the arp code again so that we don't link to librt on Linux. | Roy Marples | 2007-08-20 |
| * | Ensure ARP checking times out when there is a flood. | Roy Marples | 2007-08-09 |
| * | Fix arp segfaulting and final 3.1.1 | Roy Marples | 2007-07-26 |
| * | Remove getifaddrs code and instead just use ioctls. | Roy Marples | 2007-07-25 |
| * | ==-1 is cheaper than <0 | Roy Marples | 2007-07-18 |
| * | We now do ARP checking by default as recommended by RFC 2131. | Roy Marples | 2007-07-18 |