index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcrelay
/
dispatch.c
Age
Commit message (
Expand
)
Author
2021-01-17
Put the clearing of possible embedded scope in an __KAME__ block.
Claudio Jeker
2017-07-07
Handle carp(4) as HTYPE_ETHER.
Reyk Floeter
2017-04-04
The unsigned result cannot be -1, turn it into a signed variable.
Reyk Floeter
2017-03-15
Improve the interface and addresses discovery code and prepare to
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
Do the strerror() elimination dance with a log_warnx() -> log_warn().
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
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
Rename function discover_interfaces into get_interface and change its
Rafael Zalamena
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
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
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-12-18
warn() -> warning() to not overload with libc function; this has
Kevin Steves
2004-09-21
spelling fixes; ok jmc@ henning@
David Krause
2004-06-22
handle interface removals in the poll loop. ok henning@
Can Erkin Acar
2004-05-04
remove unused stuff; henning ok
Theo de Raadt
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