OpenBSD CVS

src/usr.sbin/dhcpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / dhcpd

Current tag: OPENBSD_5_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   9 years  yasuoka   Add -u option to bind UDP port as a socket to answer DHCPINFORM from the clients...
[TXT] alloc.c  1.12   14 years  krw   Eliminate all uses of dmalloc() where the returned pointer is checked for NULL a...
[TXT] bootp.c  1.15   9 years  yasuoka   Add -u option to bind UDP port as a socket to answer DHCPINFORM from the clients...
[TXT] bpf.c  1.12   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] conflex.c  1.12   10 years  krw   Stop pretending we still support FDDI or token ring hardware types. idea ok der...
[TXT] confpars.c  1.23   9 years  yasuoka   Fix classless-{ms-,}static-routes to comply RFC 3442. Number of octets should b...
[TXT] convert.c  1.4   20 years  deraadt   remove DEBUG_PACKET stuff; henning ok
[TXT] db.c  1.14   10 years  krw   Create dhclient lease files and dhcpd lease files with permissions 0640, rather ...
[TXT] dhcp-options.5  1.20   10 years  jmc   sort;
[TXT] dhcp.c  1.41   9 years  krw   Tweak the the DHCPACK to DHCPINFORM log entry so that it is less threatening and...
[TXT] dhcp.h  1.10   10 years  krw   Add parsing for options 121 (classless-static-routes) and 249 (classless-ms-stat...
[TXT] dhcpd.8  1.26   9 years  deraadt   /dev/random has created the same effect as /dev/arandom (and /dev/urandom) for q...
[TXT] dhcpd.c  1.48   9 years  krw   Keep track of the last time we scanned the leases to find expired ones that need...
[TXT] dhcpd.conf  1.1   20 years  henning   may the whacking begin
[TXT] dhcpd.conf.5  1.15   10 years  jmc   consistent Nd lines for the various dhcp bits; help/ok krw
[TXT] dhcpd.h  1.52   9 years  yasuoka   Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr field an...
[TXT] dhcpd.leases.5  1.12   9 years  bentley   Reduce instances of `` '' in manuals. troff displays these as typographic quote...
[TXT] dhctoken.h  1.7   10 years  krw   branches: 1.7.16; Stop pretending we still support FDDI or token ring hardware ...
[TXT] dispatch.c  1.34   9 years  deraadt   use reallocarray() to cope with multiplicative integer overflow; ok doug
[TXT] hash.c  1.6   14 years  krw   Wrappers around a wrapper around free() are of no more use than wrappers around ...
[TXT] icmp.c  1.13   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] inet.c  1.5   19 years  claudio   Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problem where in...
[TXT] memory.c  1.23   9 years  krw   Keep track of the last time we scanned the leases to find expired ones that need...
[TXT] options.c  1.28   9 years  tobias   Fix memory exhaustion occurring on DHCP options with 0 length. halex@ and krw@ ...
[TXT] packet.c  1.9   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] parse.c  1.17   10 years  krw   Two 'break;'s in a row seems excessive.
[TXT] pfutils.c  1.13   9 years  krw   The pf table process should die if the pipe to the dhcpd process is closed. e.g....
[TXT] print.c  1.10   18 years  deraadt   pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto
[TXT] sync.c  1.16   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] sync.h  1.4   11 years  krw   Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields in other stru...
[TXT] tables.c  1.10   10 years  krw   Add parsing for options 121 (classless-static-routes) and 249 (classless-ms-stat...
[TXT] tree.c  1.15   14 years  krw   Eliminate all uses of dmalloc() where the returned pointer is checked for NULL a...
[TXT] tree.h  1.5   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] udpsock.c  1.2   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] errwarn.c (in the Attic) [Hide]  1.8   16 years  beck   Add synchronisation support for dhcpd - this allows for two dhcpd's with the sam...