summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
AgeCommit message (Expand)Author
2006-06-14sort options;Jason McIntyre
2006-06-14This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenChris Kuethe
2006-06-14Move the transmission of privsep messages into its own function. WhereverChris Kuethe
2006-06-14Avoid changing pf tables when table name is NULLChris Kuethe
2006-06-13typo; from sstullJason McIntyre
2006-06-01Sort options in usage. From jmc.Chris Kuethe
2006-05-31Missing $OpenBSD$ tag. Spotted by Masao Uebayashi.Chris Kuethe
2006-05-31- tidy up SYNOPSISJason McIntyre
2006-05-31This diff makes dhcpd able to manipulate pf tables on certain lease events.Chris Kuethe
2006-05-30This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"Chris Kuethe
2006-05-29repair some broken indentation in an example; ok jmc@Kevin Steves
2006-05-27Don't exit just because an interface has no subnet configured inKenneth R Westerback
2006-05-27When an interface is ignored because it has no IP address, say so.Kenneth R Westerback
2006-05-11If a list of interfaces is supplied via the command line orKenneth R Westerback
2006-04-20list must be sortedTheo de Raadt
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2006-03-16KNF. No binary change.Claudio Jeker
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2006-02-01NTP is described by RFC 1305, not 1035;Jason McIntyre
2006-01-13correction from tamas tevesz; ok ianJason McIntyre
2005-11-25Missing 'break;' found by lint. 'blass' is not the same as 'class'!Kenneth R Westerback
2005-11-22fix problem of dhcp server looping with "already acking lease"Bob Beck
2005-11-13pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok ottoTheo de Raadt
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-07-29Fix erroneous use of '=' instead of '+' that caused infinite loopsKenneth R Westerback
2005-07-26Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.Kenneth R Westerback
2005-05-23-endpwentHenning Brauer
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2005-04-18snprintf() return value handling. ok cloder@ henning@Moritz Jodeit
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-04-11use writev() here too; henning okTheo de Raadt
2005-04-11when -d is used, log to stderr, not via syslog(3); fixed pr/4171.Federico G. Schwindt
2005-03-02oops - 2 copies of this file...Jason McIntyre
2005-01-31Be a bit more paranoid about leases that are currently acked. There is aClaudio Jeker
2005-01-31Simply use the ethernet source address of the request as new ethernetClaudio Jeker
2005-01-31Don't malloc fds each time, just realloc() as needed.Todd C. Miller
2005-01-29Fix memory leak when supersede_lease() fails and it is a DHCPACKTodd C. Miller
2004-12-06Bah, unbreak. from not form. Noticed by Dan Harnett.Claudio Jeker
2004-12-06Set correct source address for relayed packets. This affects only setups thatClaudio Jeker
2004-10-31change the undocumented -t flag to -n used for configuration testingCan Erkin Acar
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-16Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problemClaudio Jeker
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio Jeker
2004-09-15size_t vs ssize_t confusionTheo de Raadt
2004-09-15minor KNF, Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-09-09Avoid following a NULL pointer if a hostname lookup fails andTodd C. Miller
2004-08-23update bootp example "filename" location to reflect tftp default ofPeter Valchev
2004-07-29don't wipe lease file on startup, found & solution tested nick@Henning Brauer
2004-07-09ansiTheo de Raadt