Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller | |
2005-04-18 | snprintf() return value handling. ok cloder@ henning@ | Moritz Jodeit | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-04-11 | use writev() here too; henning ok | Theo de Raadt | |
2005-04-11 | when -d is used, log to stderr, not via syslog(3); fixed pr/4171. | Federico G. Schwindt | |
ok henning@ | |||
2005-03-02 | oops - 2 copies of this file... | Jason McIntyre | |
move the .Bl after .Ss; | |||
2005-01-31 | Be a bit more paranoid about leases that are currently acked. There is a | Claudio Jeker | |
small window where it is possible that a lease is acked and simultaniously removed and so the state is not removed. This may be a cause for the "already acking" issue. OK millert@ | |||
2005-01-31 | Simply use the ethernet source address of the request as new ethernet | Claudio Jeker | |
destination instead of the one included in the dhcp packet. Especially because there are to many cases where the supplied address is wrong. This hopefully solves all problems with gateways involved, like the one reported by Dylan Martin. OK krw@ henning@ millert@ | |||
2005-01-31 | Don't malloc fds each time, just realloc() as needed. | Todd C. Miller | |
There's no need to clear revents -- poll() does that for us. Move setting of cur_time to the top of the loop for better accuracy. When poll returns 0, don't check revents since we know none were set. | |||
2005-01-29 | Fix memory leak when supersede_lease() fails and it is a DHCPACK | Todd C. Miller | |
or a dynamic BOOTREPLY offer. OK claudio@ | |||
2004-12-06 | Bah, unbreak. from not form. Noticed by Dan Harnett. | Claudio Jeker | |
2004-12-06 | Set correct source address for relayed packets. This affects only setups that | Claudio Jeker | |
use 'next-server' config option. From Hans Kremers. OK henning@ | |||
2004-10-31 | change the undocumented -t flag to -n used for configuration testing | Can Erkin Acar | |
and document it. cleanup some unused/unneeded variables while there. idea & ok henning@ | |||
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause | |
2004-09-16 | Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problem | Claudio Jeker | |
where inet_ntoa() was called twice per log message -- once here and once directly. This is a workaround acctually no static buffer should be used. OK deraadt@ | |||
2004-09-16 | avoid aliasing with libc functions; ok henning | Theo de Raadt | |
2004-09-16 | Remove the not initialized fallback_interface code and use the normal bpf | Claudio Jeker | |
interface for that. Also store the hardware (ethernet) address in the state so that relayed dhcp request are sent to the correct destination. OK henning@ requested by deraadt@ tested otto@ | |||
2004-09-15 | size_t vs ssize_t confusion | Theo de Raadt | |
2004-09-15 | minor KNF, Moritz Jodeit <moritz@jodeit.org> | Henning Brauer | |
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller | |
remove an extraneous "exiting" when there is a config file error. OK henning@ and mcbride@ | |||
2004-08-23 | update bootp example "filename" location to reflect tftp default of | Peter Valchev | |
chrooting to /tftpboot (thus "filename foo" searches there); ok henning | |||
2004-07-29 | don't wipe lease file on startup, found & solution tested nick@ | Henning Brauer | |
2004-07-09 | ansi | Theo de Raadt | |
2004-06-20 | fix the "option dhcp-client-identifier" hex example | Henning Brauer | |
From: Marco Munari <mar@i.am> in PR3824 | |||
2004-05-25 | handle interface removals gracefully. reported by Oliver J. Morais | Can Erkin Acar | |
ok henning@, tedu@ | |||
2004-05-24 | typo; From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer | |
2004-05-12 | like always I missed tzset(); Ben Lovett <ben@tilderoot.com> | Henning Brauer | |
2004-05-11 | knf | Theo de Raadt | |
2004-05-08 | remove hostname lookup stuff, done at parse time now, ok theo | Henning Brauer | |
2004-05-08 | resolve hostnames at parse time, solves PR3771, ok theo | Henning Brauer | |
2004-05-06 | spacing | Theo de Raadt | |
2004-05-04 | remove DEBUG_PACKET stuff; henning ok | Theo de Raadt | |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt | |
2004-04-22 | instead of using some lower 16 bits of some address on the stack that | Henning Brauer | |
even requires knowledge about wether the machine is 32 or 64 bit, use getpid() for the icmp id. that is not optimal, but matches what ping does and the way to go for now. | |||
2004-04-21 | cleaning; Ryan ok | Henning Brauer | |
2004-04-21 | filter writes and lock bpf descriptor, ok henning@ | Can Erkin Acar | |
2004-04-21 | missing comma; | Jason McIntyre | |
2004-04-21 | sync AUTHORS w/ other dhcpd pages; | Jason McIntyre | |
ok henning@ | |||
2004-04-21 | fix the error message in case the _dhcp user does not exist | Henning Brauer | |
2004-04-20 | add back manpage that was forgotten during the switch, catched by and ok theo | Henning Brauer | |
2004-04-20 | $OpenBSD$ | Henning Brauer | |
2004-04-20 | there are lies, damn lies, and isc dhcpd manpages | Henning Brauer | |
2004-04-20 | remove lies about the leases file and its handling | Henning Brauer | |
2004-04-20 | don't allow the port to be changed here either | Henning Brauer | |
2004-04-19 | Catch negative lease times. From openbsd@nerd-marrow.com in PR 2888, | Tom Cosgrove | |
which this closes (though the PR was for usr.sbin/dhcpd/server/). ok henning@ | |||
2004-04-18 | spacing | Theo de Raadt | |
2004-04-18 | more KNF | Henning Brauer | |
2004-04-18 | more knf | Theo de Raadt | |
2004-04-18 | various knf; henning ok | Theo de Raadt | |
2004-04-18 | dhcpd may be invoked without any interface given | Henning Brauer | |