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_4_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   18 years  ckuethe   This diff makes dhcpd able to manipulate pf tables on certain lease events. dhc...
[TXT] alloc.c  1.4   19 years  deraadt   avoid aliasing with libc functions; ok henning
[TXT] bootp.c  1.13   18 years  otto   tiny bit of delinting; ok krw@
[TXT] bpf.c  1.6   18 years  krw   Fix erroneous use of '=' instead of '+' that caused infinite loops when skipping...
[TXT] conflex.c  1.8   18 years  deraadt   list must be sorted
[TXT] confpars.c  1.15   17 years  jmc   typo; from sstull ok ckuethe
[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.24   17 years  ckuethe   Move the transmission of privsep messages into its own function. Wherever we mig...
[TXT] dhcp.h  1.2   20 years  henning   fold in 10liners and clean up other .hs a bit
[TXT] dhcpd.8  1.13   17 years  stevesk   typo in example config; ok henning@
[TXT] dhcpd.c  1.29   17 years  jmc   sort options;
[TXT] dhcpd.conf  1.1   20 years  henning   may the whacking begin
[TXT] dhcpd.conf.5  1.5   18 years  stevesk   repair some broken indentation in an example; ok jmc@
[TXT] dhcpd.h  1.21   17 years  ckuethe   This diff allows dhcpd to put active leases into a pf table. Dhcpd will then per...
[TXT] dhcpd.leases.5  1.5   18 years  jaredy   deploy .An -nosplit; ok jmc
[TXT] dhctoken.h  1.3   18 years  deraadt   cleanup keyword lookup for the lexer, and remove keywords not valid in either dh...
[TXT] dispatch.c  1.21   18 years  ckuethe   This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout" so as not ...
[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.14   17 years  cloder   Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byte clie...
[TXT] options.c  1.6.8.1   16 years  ckuethe   merge fix from current, prompted by deraadt. original commit message: "Minimum I...
[TXT] packet.c  1.3   20 years  canacar   filter writes and lock bpf descriptor, ok henning@
[TXT] parse.c  1.8   18 years  deraadt   cleanup keyword lookup for the lexer, and remove keywords not valid in either dh...
[TXT] pfutils.c  1.5   17 years  ckuethe   This diff allows dhcpd to put active leases into a pf table. Dhcpd will then per...
[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.11   18 years  otto   tiny bit of delinting; ok krw@
[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@