Age | Commit message (Expand) | Author |
---|---|---|
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-02-07 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-02 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Stuart Henderson |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2009-09-03 | Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay | Reyk Floeter |
2008-09-15 | Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1 | Claudio Jeker |
2006-12-18 | warn() -> warning() to not overload with libc function; this has | Kevin Steves |
2004-04-20 | set write filter and lock the bpf descriptor after configuration. | Can Erkin Acar |
2004-04-20 | get rid of the -p switch, use fixed values for server and client ports, | Can Erkin Acar |
2004-04-20 | more shrinking; ok henning | Theo de Raadt |
2004-04-12 | initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclient | Henning Brauer |