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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   16 years  beck   Add synchronisation support for dhcpd - this allows for two dhcpd's with the sam...
[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.13   18 years  otto   tiny bit of delinting; ok krw@
[TXT] bpf.c  1.10   11 years  krw   send_packet() and writev() return ssize_t, not int. Use correct type to store th...
[TXT] conflex.c  1.11   11 years  krw   Fix "\" escape handling in read_string(). Problem noted, fix tested and ok sthe...
[TXT] confpars.c  1.20   14 years  zinovik   plug memory leaks on error paths joint work with krw@ ok krw@, stsp@
[TXT] convert.c  1.4   20 years  deraadt   remove DEBUG_PACKET stuff; henning ok
[TXT] db.c  1.13   11 years  krw   Remove extraneous "\n" erroneously introduced by move to strftime(). Spotted by...
[TXT] dhcp-options.5  1.17   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] dhcp.c  1.36   11 years  krw   send_packet() and writev() return ssize_t, not int. Use correct type to store th...
[TXT] dhcp.h  1.8   11 years  krw   Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATION rather t...
[TXT] dhcpd.8  1.21   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] dhcpd.c  1.41   13 years  claudio   We run getopt() twice to know if dhcp-sync is used. To make this work both getop...
[TXT] dhcpd.conf  1.1   20 years  henning   may the whacking begin
[TXT] dhcpd.conf.5  1.13   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] dhcpd.h  1.47   11 years  krw   Replace hand-rolled date printing/parsing code with strftime()/strptime(). Use t...
[TXT] dhcpd.leases.5  1.9   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] dhctoken.h  1.6   14 years  reyk   Echo back the Relay Agent Information option if present (RFC 3046). Also add sup...
[TXT] dispatch.c  1.31   11 years  gerhard   poll(2) might have slept for an arbitrary amount of time. We should update 'cur_...
[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.10   15 years  claudio   When checking if a syscall like open(), ioctl() or writev() failed compare direc...
[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.20   14 years  krw   malloc/strlcpy -> strdup. Use consistent idiom. ok (as part of larger diff) bla...
[TXT] options.c  1.26   14 years  krw   branches: 1.26.16; 1.26.20; Eliminate all uses of dmalloc() where the returned...
[TXT] packet.c  1.5   11 years  krw   Remove unused (a.k.a. always passed NULL) parameter 'data' from decode_udp_ip_he...
[TXT] parse.c  1.14   11 years  krw   Replace hand-rolled date printing/parsing code with strftime()/strptime(). Use t...
[TXT] pfutils.c  1.9   16 years  jmc   remove double word in comment;
[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.13   11 years  krw   When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr twice. Simpl...
[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.9   14 years  reyk   Echo back the Relay Agent Information option if present (RFC 3046). Also add sup...
[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] 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...