index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhclient
/
privsep.c
Age
Commit message (
Expand
)
Author
2014-01-20
more %d type correctness; ok krw
Theo de Raadt
2013-06-09
Re-apply route adding code refactoring -- it wasn't the problem that
Kenneth R Westerback
2013-06-09
Backout static/classless route handling and default route refactoring
Kenneth R Westerback
2013-06-01
Refactor the default route adding code to use a general route adding
Kenneth R Westerback
2013-03-30
Since deleting all the addresses on an interface removes all the
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-01-27
Refactor code a bit. Calculate resolv.conf contents once when binding a
Kenneth R Westerback
2013-01-15
Add IMSG_WRITE_FILE and associated bits to allow the unprivileged
Kenneth R Westerback
2012-12-29
Make HUP to either one of the processes cause a restart that will
Kenneth R Westerback
2012-12-04
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
Kenneth R Westerback
2012-12-02
Try harder to cleanup when exiting. In particular catch signals
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-14
Remove useless _new_ and _old_ from various function names to make
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-04
Use consistant initialization idiom to reduce confusion.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when flushing routes.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when creating routes.
Kenneth R Westerback
2012-11-03
Various fixes/tweaks for resolv.conf handling:
Kenneth R Westerback
2012-10-30
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
Kenneth R Westerback
2011-04-04
Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,
Kenneth R Westerback
2009-06-06
Nuke debug() unless DEBUG is defined. Elminates debug output from
Kenneth R Westerback
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
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
2005-08-04
buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfd
Henning Brauer
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