OpenBSD CVS

src/usr.sbin/dhcp/common/


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 / dhcp / common

Current tag: OPENBSD_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.4   21 years  millert   We don't need to include bsd.man.mk explicitly, bsd.lib.mk pulls it in if it is ...
[TXT] alloc.c (in the Attic) [Hide]  1.3   21 years  deraadt   missing or incorrect checks for malloc failure; cloder@acm.org
[TXT] bpf.c (in the Attic) [Hide]  1.7   21 years  deraadt   actually, wrong type for printing of sise_t
[TXT] conflex.c (in the Attic) [Hide]  1.2   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] convert.c (in the Attic) [Hide]  1.3   22 years  deraadt   fix LP64 bug; ura@hiru.aoba.yokohama.jp
[TXT] dhcp-options.5 (in the Attic) [Hide]  1.9   20 years  jmc   mdoc version of the dhcp pages; from myself and pjanzen@. input and ok in dhcli...
[TXT] dispatch.c (in the Attic) [Hide]  1.11   20 years  henning   no more SIOCGIFCONF any more here either ok deraadt@
[TXT] errwarn.c (in the Attic) [Hide]  1.5   22 years  millert   syslog() paranoia; never pass in a non-const buffer w/o using "%s"
[TXT] ethernet.c (in the Attic) [Hide]  1.1   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] hash.c (in the Attic) [Hide]  1.2   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] icmp.c (in the Attic) [Hide]  1.5   21 years  deraadt   socklen_t use; pvalchev ok
[TXT] inet.c (in the Attic) [Hide]  1.3   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] memory.c (in the Attic) [Hide]  1.4   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] options.c (in the Attic) [Hide]  1.7   21 years  david   spelling ok millert@
[TXT] packet.c (in the Attic) [Hide]  1.4   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] parse.c (in the Attic) [Hide]  1.8   20 years  henning   avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org>
[TXT] print.c (in the Attic) [Hide]  1.6   22 years  itojun   format string audit. From: Gregory Steuck <greg@nest.cx>
[TXT] socket.c (in the Attic) [Hide]  1.9   21 years  deraadt   socklen_t use; pvalchev ok
[TXT] tables.c (in the Attic) [Hide]  1.2   22 years  beck   dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this but a...
[TXT] tree.c (in the Attic) [Hide]  1.5   21 years  deraadt   more strlcpy