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_3_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   20 years  henning   add back manpage that was forgotten during the switch, catched by and ok theo
[TXT] alloc.c  1.4   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] bootp.c  1.12   19 years  claudio   Simply use the ethernet source address of the request as new ethernet destinatio...
[TXT] bpf.c  1.6   18 years  krw   Fix erroneous use of '=' instead of '+' that caused infinite loops when skipping...
[TXT] conflex.c  1.6   18 years  krw   Missing 'break;' found by lint. 'blass' is not the same as 'class'! ok moritz@ ...
[TXT] confpars.c  1.12   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] convert.c  1.4   20 years  deraadt   remove DEBUG_PACKET stuff; henning ok
[TXT] db.c  1.10   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] dhcp-options.5  1.6   18 years  jmc   NTP is described by RFC 1305, not 1035; from michal f. hanula (freebsd docs/9262...
[TXT] dhcp.c  1.20   18 years  beck   fix problem of dhcp server looping with "already acking lease" when busy with sh...
[TXT] dhcp.h  1.2   20 years  henning   fold in 10liners and clean up other .hs a bit
[TXT] dhcpd.8  1.8   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhcpd.c  1.24   19 years  henning   -endpwent
[TXT] dhcpd.conf  1.1   20 years  henning   may the whacking begin
[TXT] dhcpd.conf.5  1.4   18 years  jmc   correction from tamas tevesz; ok ian
[TXT] dhcpd.h  1.16   19 years  canacar   change the undocumented -t flag to -n used for configuration testing and documen...
[TXT] dhcpd.leases.5  1.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhctoken.h  1.2   20 years  henning   fold in 10liners and clean up other .hs a bit
[TXT] dispatch.c  1.16   19 years  millert   Don't malloc fds each time, just realloc() as needed. There's no need to clear r...
[TXT] hash.c  1.3   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] icmp.c  1.9   19 years  deraadt   avoid aliasing with libc functions; ok henning
[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.10   19 years  david   branches: 1.10.4; 1.10.6; spelling fixes; ok jmc@ henning@
[TXT] options.c  1.6   19 years  david   branches: 1.6.8; spelling fixes; ok jmc@ henning@
[TXT] packet.c  1.3   20 years  canacar   filter writes and lock bpf descriptor, ok henning@
[TXT] parse.c  1.7   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] print.c  1.10   18 years  deraadt   pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto
[TXT] tables.c  1.3   20 years  deraadt   various knf; henning ok
[TXT] tree.c  1.10   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] tree.h  1.5   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] errwarn.c (in the Attic) [Hide]  1.6   19 years  moritz   snprintf() return value handling. ok cloder@ henning@