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
/
dhcpd.h
Age
Commit message (
Expand
)
Author
2017-04-05
Rework the packet.c code for decoding and assembling DHCP messages.
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
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-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
2009-09-03
Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay
Reyk Floeter
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
remove duplicate #include <unistd.h> (same change as dhclient)
Kevin Steves
2004-05-04
remove unused stuff; henning ok
Theo de Raadt
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-20
tree.h is not used at all
Theo de Raadt
2004-04-13
chroot to /var/empty and drop privileges, theo ok
Henning Brauer
2004-04-12
initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclient
Henning Brauer