Age | Commit message (Expand) | Author |
2016-12-12 | Implement support for layer 2 relaying and add further Relay Agent | Rafael Zalamena |
2016-12-08 | Clean up function prototypes: use a single struct to hold all address | Rafael Zalamena |
2016-12-08 | Simplify get_interfaces function, make it return NULL if we didn't find | Rafael Zalamena |
2016-12-07 | DHCP requests can be relayed through multiple relays. Currently we | Patrick Wildt |
2016-12-07 | If the BROADCAST flag is set on a BOOTREPLY, the RFC specifies that | Patrick Wildt |
2016-12-07 | pledge(2) dhcrelay with "stdio route". route is needed for interface ioctls. | Reyk Floeter |
2016-12-07 | Rename function discover_interfaces into get_interface and change its | Rafael Zalamena |
2016-09-26 | Exit early from rdaemon() is the passed fd is invalid. | Jeremie Courreges-Anglas |
2016-09-15 | Go in the background later, using rdaemon(). | Jeremie Courreges-Anglas |
2016-09-04 | Avoid double negations in tests. | Jeremie Courreges-Anglas |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
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-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |
2016-02-02 | Variables to count seen packets should be unsigned. | Stuart Henderson |
2016-02-02 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Stuart Henderson |
2016-02-02 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Stuart Henderson |
2016-01-13 | "Check UDP length for short as well as long values" - apply the fix from | Stuart Henderson |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-28 | merge dhcpd's packet.c revision 1.7: | Tobias Stoeckmann |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-03-04 | typo in comment | Sebastian Benoit |
2013-01-15 | VMware PXE "ROMs" confuse the DHCP gateway address with the IP | David Gwynne |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-06-22 | 'ingnoring' -> 'ignoring' in a couple of note()'s. | Kenneth R Westerback |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2010-10-08 | use the right capitalization in the Nd strings. | Igor Sobrado |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2009-11-03 | Pick up the rdomain from the specified interface and use that rdomain for | Claudio Jeker |
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 |
2008-07-09 | missing new-line character. | Igor Sobrado |
2008-07-09 | documentation tweaks. | Igor Sobrado |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-02 | spaces and comment to sync to dhclient dhcp.h; no binary change | Kevin Steves |
2007-02-09 | return on ECONNREFUSED so we don't fall through to 'result < | Kevin Steves |
2007-02-07 | sync dhcp.h to krw's correction to not count 14 bytes of ethernet | Kevin Steves |
2007-01-11 | remove unused #define DHCP_MIN_LEN | Kevin Steves |
2007-01-04 | <sys/un.h> not needed | Kevin Steves |
2006-12-18 | warn() -> warning() to not overload with libc function; this has | Kevin Steves |
2006-11-29 | remove incorrect comment | Kevin Steves |
2006-11-21 | remove unused #defines, no binary change; ok henning@ | Kevin Steves |
2006-11-21 | no "\n" needed here; ok henning@ | Kevin Steves |
2006-11-21 | remove duplicate #include <unistd.h> (same change as dhclient) | Kevin Steves |
2005-11-13 | pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto | Theo de Raadt |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-05-23 | -endpwent | Henning Brauer |
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller |
2005-04-19 | handle snprintf() returning -1. ok henning@ | Moritz Jodeit |