Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-08-06 | Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY. | Kenneth R Westerback |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2017-07-05 | Don't stop logging to stderr when running in foreground with -d. | Reyk Floeter |
2017-04-04 | constify pc_remote and pc_circuit | Reyk Floeter |
2017-03-16 | Move the server struct to header file and make it compatible with IPv6. | Rafael Zalamena |
2017-03-15 | Improve the interface and addresses discovery code and prepare to | Rafael Zalamena |
2017-03-14 | Remove some global variables that are not being used. | Rafael Zalamena |
2017-02-13 | Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and | Kenneth R Westerback |
2017-02-13 | Adjust some long lines. | Kenneth R Westerback |
2017-02-13 | Switch from old errwarn.c logging to shiny new log.[ch]. | Kenneth R Westerback |
2016-12-16 | Add dhcrelay(8) command-line option for replacing Relay Agent Information | Rafael Zalamena |
2016-12-13 | Unbreak the dhcrelay(8) support to run on enc(4) interfaces. | Rafael Zalamena |
2016-12-13 | Unbreak the insertion of Relay Agent Information on layer 3 mode when | Rafael Zalamena |
2016-12-13 | Filter DHCP reply messages that were not meant for us by looking at the | Rafael Zalamena |
2016-12-13 | simplify previous; ok reyk | Jason McIntyre |
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-02-07 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
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-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-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-07-09 | missing new-line character. | Igor Sobrado |
2008-07-09 | documentation tweaks. | Igor Sobrado |
2007-02-09 | return on ECONNREFUSED so we don't fall through to 'result < | Kevin Steves |
2006-12-18 | warn() -> warning() to not overload with libc function; this has | Kevin Steves |
2006-11-21 | no "\n" needed here; ok henning@ | Kevin Steves |
2005-11-13 | pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto | Theo de Raadt |
2005-05-23 | -endpwent | Henning Brauer |
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller |
2005-01-25 | Fixed a typo. | Esben Norby |
2004-10-12 | Use a udp socket to communicate with the dhcp servers. The bpf interface | Claudio Jeker |
2004-08-15 | -p and -q are no more | Jared Yanovich |
2004-05-12 | tzset | Henning Brauer |
2004-05-04 | remove unused stuff; henning ok | Theo de Raadt |
2004-04-21 | fix _dhcp use nonexistant error message here too | Henning Brauer |
2004-04-20 | get rid of the -p switch, use fixed values for server and client ports, | Can Erkin Acar |