Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback | |
normal operations. Prodded by deraadt@ a while ago. | |||
2007-02-15 | make read connection closed message a debug(); ok henning@ | Kevin Steves | |
2007-02-14 | spacing and a typo that fell out of the read | Theo de Raadt | |
2005-10-07 | Don't display errno message when errno isn't set. | Pedro Martelletto | |
Okay deraadt@, moritz@, help and okay henning@ | |||
2005-08-08 | re-add write() error check in buf_close(). ok henning@ | Moritz Jodeit | |
2005-08-07 | Simplify code by calling error() from inside buf_* functions rather | Kenneth R Westerback | |
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@. | |||
2005-08-04 | buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfd | Henning Brauer | |
and some more). Here, however, we have a blocking socket for the IPC. buf_close (writes out) and buf_read can be simplified due to that, and they can just error out on short writes/reads. ok krw moritz | |||
2005-06-02 | Make buf_add a no-op if length == 0. OK henning | Chad Loder | |
2004-05-10 | missing casts spotted by 64 bit cc | Theo de Raadt | |
2004-05-04 | use SIZE_T_MAX, canacar | Henning Brauer | |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt | |
2004-05-04 | $OpenBSD$ | Henning Brauer | |
2004-05-04 | prevent the len params from overflowing, catched by & ok canacar | Henning Brauer | |
2004-05-04 | Fix memory leak, ok henning@ | Can Erkin Acar | |
2004-05-04 | privilege seperate dhclient. | Henning Brauer | |
the privileged child's duty is the dhclient-script env setup & exection. the parent process now chroots to /var/empty and drops privileges to _dhcp mostly hacked at vancouver airport with some feedback from krw@ and otto@, tested to not break installs by krw@ |