Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok jmc@ | |||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2009-11-03 | Pick up the rdomain from the specified interface and use that rdomain for | Claudio Jeker | |
relaying the packets to the server. If you need to use cross-domain forwarding us pf to bounce the packets back and forth. sure deraadt@ | |||
2009-09-03 | Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay | Reyk Floeter | |
Agent Information Option) and RFC 3456 (DHCP Configuration of IPsec Tunnel Mode). This allows to configure various IPsec clients dynamically via DHCP; dhcrelay needs to listen on enc0 and forward requests to a DHCP server that supports RFC 3046, like I recently did for dhcpd(8). ok krw@ | |||
2008-09-15 | Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1 | Claudio Jeker | |
instead. OK henning@ | |||
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 | |
BOOTP_MIN_LEN' and display discarding message. ok henning@ claudio@ | |||
2007-02-07 | sync dhcp.h to krw's correction to not count 14 bytes of ethernet | Kevin Steves | |
overhead. ok krw@ | |||
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 | |
previously been done to dhclient and dhcpd | |||
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 | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-01-25 | Fixed a typo. | Esben Norby | |
ok henning@ claudio@ | |||
2004-10-12 | Use a udp socket to communicate with the dhcp servers. The bpf interface | Claudio Jeker | |
can't be used to forward the packets. Bpf would relay the packets to wrong interface. Reports and tests by Hans Kremers and Colin Harford OK henning@ | |||
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause | |
2004-08-16 | sync synopsis with usage | Jared Yanovich | |
found by jmc | |||
2004-08-15 | -p and -q are no more | Jared Yanovich | |
ok deraadt | |||
2004-06-22 | handle interface removals in the poll loop. ok henning@ | Can Erkin Acar | |
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 | set write filter and lock the bpf descriptor after configuration. | Can Erkin Acar | |
ok henning@ | |||
2004-04-20 | get rid of the -p switch, use fixed values for server and client ports, | Can Erkin Acar | |
rename port variables for clarity. ok henning@ | |||
2004-04-20 | more shrinking; ok henning | Theo de Raadt | |
2004-04-20 | tree.h is not used at all | Theo de Raadt | |
2004-04-15 | use the shiny new _PATH_VAREMPTY | Henning Brauer | |
2004-04-13 | $OpenBSD$ | Henning Brauer | |
2004-04-13 | use standard options list, and slightly rearrange the page; | Jason McIntyre | |
ok henning@ | |||
2004-04-13 | remove the quiet option, we're being quiet by default | Henning Brauer | |
2004-04-13 | chroot to /var/empty and drop privileges, theo ok | Henning Brauer | |
2004-04-13 | closer to reality | Henning Brauer | |
2004-04-12 | relaying back bootp answers should work again | Henning Brauer | |
2004-04-12 | remove those overly helpfull comments like explaining that time(3) gets the | Henning Brauer | |
current time | |||
2004-04-12 | KNF | Henning Brauer | |
2004-04-12 | one big sweep of KNF, ansi and such | Henning Brauer | |