summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcpd.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not claim that this is isc dhcpd (but retain credit);jmc2017-08-291-7/+8
| | | | | | issue pointed out by miod ok krw miod
* Adopt the common verbiage other log.[ch] daemons use to describe '-d'.krw2017-02-151-22/+8
| | | | Point out that dhcpd(8) -f is an alias for -d.
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
| | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
* /dev/random has created the same effect as /dev/arandom (and /dev/urandom)deraadt2014-11-221-3/+3
| | | | | for quite some time. Mop up the last few, by using /dev/random where we actually want it, or not even mentioning arandom where it is irrelevant.
* tweak previous;jmc2014-07-111-13/+17
| | | | ok krw yasuoka
* Fix typoyasuoka2014-07-111-2/+2
|
* Add -u option to bind UDP port as a socket to answer DHCPINFORM fromyasuoka2014-07-111-3/+24
| | | | | | | the clients on non ethernet interfaces (eg. tun(4) or pppx(4)). input krw ok krw
* consistent Nd lines for the various dhcp bits; help/ok krwjmc2014-01-031-3/+3
|
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
|
* merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),jmc2013-07-141-5/+4
| | | | | | | | removing traces of dhcp(8)... i'm about to remove that file, since it's essentially useless. holding off for a little, in case my commit is greeted with howls. help/ok krw
* update (or add) STANDARDS;jmc2013-07-111-2/+41
| | | | help/ok krw
* use the right capitalization in the Nd strings.sobrado2010-10-081-3/+3
| | | | ok jmc@
* fix typo; ok jmc@schwarze2009-09-141-3/+3
| | | | also reported upstream to dhcp dash bugs at isc dot org
* Add synchronisation support for dhcpd - this allows for two dhcpd'sbeck2008-05-071-2/+81
| | | | | | | | with the same configuration to be run on the same net and they will keep their lease files/state in synch, and therefore allowing you to run redundant dhcpd's. Synchronization code stolen from spamd, uses an hmac key in /var/db/dhcpd.key if it exists. ok krw@ deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* no code for -p, so remove from man page and usage();jmc2007-02-171-7/+1
| | | | | confirmed by ckuethe; spotted by Mark Lumsden
* typo in example config; ok henning@stevesk2006-08-091-2/+3
|
* sort options;jmc2006-06-141-17/+17
|
* This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenckuethe2006-06-141-1/+13
| | | | | | | | periodically - based on the length of the shortest lease time - walk across all leases searching for expired leases which are then removed from the pf table. ok henning
* - tidy up SYNOPSISjmc2006-05-311-34/+39
| | | | | - sort options - +.Xr pf 4 ,
* This diff makes dhcpd able to manipulate pf tables on certain lease events.ckuethe2006-05-311-1/+40
| | | | | | | | | | | | | dhcpd is now able to place abandoned addresses into a table (to offer some protection against machines camping on an address) and remove them from the table if they are properly leased. When dhcpd assigns an IP to a new hardware address, it can remove that address from a table. This is for use with the overload table in pf; newly arrived machines will not be punished for the actions of a machine that went away. beck@ and krw@ liked previous versions of this, henning@ final ok
* deploy .An -nosplit; ok jmcjaredy2005-09-301-1/+2
|
* change the undocumented -t flag to -n used for configuration testingcanacar2004-10-311-2/+5
| | | | | and document it. cleanup some unused/unneeded variables while there. idea & ok henning@
* update bootp example "filename" location to reflect tftp default ofpvalchev2004-08-231-3/+3
| | | | chrooting to /tftpboot (thus "filename foo" searches there); ok henning
* there are lies, damn lies, and isc dhcpd manpageshenning2004-04-201-11/+1
|
* remove lies about the leases file and its handlinghenning2004-04-201-22/+2
|
* don't allow the port to be changed here eitherhenning2004-04-201-21/+1
|
* - trim/update AUTHORSjmc2004-04-151-66/+62
| | | | | | | - standard options list and correct SYNOPSIS for dhcpd(8) - sync usage() ok henning@
* may the whacking beginhenning2004-04-131-0/+399