summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-6/+7
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-2/+13
* be very careful accepting packets via bpf. First check that thekrw2016-02-031-7/+30
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Variables to count seen packets should be unsigned.tobias2014-08-181-10/+10
* Fix very hard to reach DoS attack vector, which would involve more thantobias2014-07-261-3/+4
* Nuke local #define ETHER_HEADER_SIZE and use the identical value'dkrw2013-12-051-6/+4
* Remove unused (a.k.a. always passed NULL) parameter 'data' fromkrw2013-02-031-22/+21
* Check UDP length field for short as well as long values. Fixes akrw2013-01-051-2/+2
* filter writes and lock bpf descriptor, ok henning@canacar2004-04-211-11/+7
* more crap bites the dusthenning2004-04-141-4/+1
* may the whacking beginhenning2004-04-131-0/+255