summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay/dhcpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework the packet.c code for decoding and assembling DHCP messages.reyk2017-04-051-9/+9
* constify pc_remote and pc_circuitreyk2017-04-041-3/+3
* Move the server struct to header file and make it compatible with IPv6.rzalamena2017-03-161-1/+8
* Improve the interface and addresses discovery code and prepare torzalamena2017-03-151-3/+20
* Remove some global variables that are not being used.rzalamena2017-03-141-5/+1
* Implement support for layer 2 relaying and add further Relay Agentrzalamena2016-12-121-3/+14
* Clean up function prototypes: use a single struct to hold all addressrzalamena2016-12-081-12/+29
* Simplify get_interfaces function, make it return NULL if we didn't findrzalamena2016-12-081-2/+2
* Rename function discover_interfaces into get_interface and change itsrzalamena2016-12-071-2/+3
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-071-32/+1
* Remove unused (a.k.a. always passed NULL) parameter 'data' fromsthen2016-02-021-2/+2
* Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relayreyk2009-09-031-2/+4
* <sys/un.h> not neededstevesk2007-01-041-2/+1
* warn() -> warning() to not overload with libc function; this hasstevesk2006-12-181-2/+2
* remove incorrect commentstevesk2006-11-291-2/+1
* remove unused #defines, no binary change; ok henning@stevesk2006-11-211-4/+1
* remove duplicate #include <unistd.h> (same change as dhclient)stevesk2006-11-211-3/+1
* remove unused stuff; henning okderaadt2004-05-041-5/+1
* get rid of the -p switch, use fixed values for server and client ports,canacar2004-04-201-3/+6
* more shrinking; ok henningderaadt2004-04-201-107/+2
* tree.h is not used at allderaadt2004-04-201-2/+1
* chroot to /var/empty and drop privileges, theo okhenning2004-04-131-1/+2
* initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclienthenning2004-04-121-0/+290