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_6


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.11   9 years  yasuoka   Add -u option to bind UDP port as a socket to answer DHCPINFORM from the clients...
[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.38   9 years  yasuoka   Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr field an...
[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.25   9 years  jmc   tweak previous; ok krw yasuoka
[TXT] dhcpd.c  1.45   9 years  yasuoka   Add -u option to bind UDP port as a socket to answer DHCPINFORM from the clients...
[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.11   10 years  jmc   consistent Nd lines for the various dhcp bits; help/ok krw
[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.33   10 years  pelikan   Don't call the BOOTP handler indirectly. ok krw
[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.12   10 years  pelikan   back out the previous ICMP simplifying diff, it caused livelocks. reported by M...
[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.22   10 years  pelikan   Prettify & refactor, no functional change. ok beck
[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.7   9 years  tobias   Fix very hard to reach DoS attack vector, which would involve more than 8 billio...
[TXT] parse.c  1.17   10 years  krw   Two 'break;'s in a row seems excessive.
[TXT] pfutils.c  1.10   10 years  krw   Scattering a few bcopy()'s around source using mostly memcpy() is just asking fo...
[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.15   10 years  krw   Scattering a few bcopy()'s around source using mostly memcpy() is just asking fo...
[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.1   9 years  yasuoka   Add -u option to bind UDP port as a socket to answer DHCPINFORM from the clients...
[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...