index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcpd
/
dhcpd.c
Age
Commit message (
Expand
)
Author
2010-12-15
We run getopt() twice to know if dhcp-sync is used. To make this work
Claudio Jeker
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-04-19
If interfaces are specified, get their rdomain and bind dhcpd into the same
Claudio Jeker
2008-05-29
appease stupid stupid gcc; ok millert
Theo de Raadt
2008-05-25
Don't error out if dhcpd-sync does not exist in /etc/services and no
Todd C. Miller
2008-05-08
this should really only be in one file.
Bob Beck
2008-05-07
Add synchronisation support for dhcpd - this allows for two dhcpd's
Bob Beck
2007-12-30
add missing space between argument names and ellipsis
Igor Sobrado
2007-07-24
use 1 vs. -1 for true; ok henning@ krw@
Kevin Steves
2007-02-17
-q flag is unused (old shared code from dhclient); spotted by mark@cyodesigns
Theo de Raadt
2007-02-17
no code for -p, so remove from man page and usage();
Jason McIntyre
2006-11-22
small header cleanup:
Kevin Steves
2006-06-14
sort options;
Jason McIntyre
2006-06-14
This diff allows dhcpd to put active leases into a pf table. Dhcpd will then
Chris Kuethe
2006-06-01
Sort options in usage. From jmc.
Chris Kuethe
2006-05-31
This diff makes dhcpd able to manipulate pf tables on certain lease events.
Chris Kuethe
2006-05-11
If a list of interfaces is supplied via the command line or
Kenneth R Westerback
2005-05-23
-endpwent
Henning Brauer
2005-05-02
more setres[ug]id; ok deraadt@
Damien Miller
2004-10-31
change the undocumented -t flag to -n used for configuration testing
Can Erkin Acar
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-09-09
Avoid following a NULL pointer if a hostname lookup fails and
Todd C. Miller
2004-05-12
like always I missed tzset(); Ben Lovett <ben@tilderoot.com>
Henning Brauer
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-21
filter writes and lock bpf descriptor, ok henning@
Can Erkin Acar
2004-04-21
fix the error message in case the _dhcp user does not exist
Henning Brauer
2004-04-20
don't allow the port to be changed here either
Henning Brauer
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-18
dhcpd may be invoked without any interface given
Henning Brauer
2004-04-16
a bunch of knf, ok henning
Theo de Raadt
2004-04-15
chroot and drop privileges after startup
Henning Brauer
2004-04-15
- trim/update AUTHORS
Jason McIntyre
2004-04-14
spaces
Theo de Raadt
2004-04-14
KNF, ansi and such
Henning Brauer
2004-04-14
getopt
Henning Brauer
2004-04-14
less pathetic usage(), and I felt free to remove the helpfull
Henning Brauer
2004-04-14
remove pidfile gunk, use daemon, and get rid of some debugging crap
Henning Brauer
2004-04-14
don't print half a terminal worth of vixie advertising at startup and in usage
Henning Brauer
2004-04-14
more crap bites the dust
Henning Brauer
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer