summaryrefslogtreecommitdiff
path: root/sbin/dhclient/privsep.c
AgeCommit message (Expand)Author
2007-02-15make read connection closed message a debug(); ok henning@Kevin Steves
2007-02-14spacing and a typo that fell out of the readTheo de Raadt
2005-10-07Don't display errno message when errno isn't set.Pedro Martelletto
2005-08-08re-add write() error check in buf_close(). ok henning@Moritz Jodeit
2005-08-07Simplify code by calling error() from inside buf_* functions ratherKenneth R Westerback
2005-08-04buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfdHenning Brauer
2005-06-02Make buf_add a no-op if length == 0. OK henningChad Loder
2004-05-10missing casts spotted by 64 bit ccTheo de Raadt
2004-05-04use SIZE_T_MAX, canacarHenning Brauer
2004-05-04more shrink and lint fixes; henning okTheo de Raadt
2004-05-04$OpenBSD$Henning Brauer
2004-05-04prevent the len params from overflowing, catched by & ok canacarHenning Brauer
2004-05-04Fix memory leak, ok henning@Can Erkin Acar
2004-05-04privilege seperate dhclient.Henning Brauer