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.h
Age
Commit message (
Expand
)
Author
2015-02-10
Groundwork for better route support over multiple interfaces by
Kenneth R Westerback
2015-02-07
Add support for interface-mtu (option 26).
Kenneth R Westerback
2015-02-06
The write_file() privsep interface was too permissive and
Reyk Floeter
2015-02-06
matthew@ points out that it's a bad idea to rely on the non-privileged,
Kenneth R Westerback
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-12-10
Oops. Missed file.
Kenneth R Westerback
2013-06-09
Make route adding interface more flexible by passing flags to be
Kenneth R Westerback
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-03-11
When binding a lease, check for and clear out any 'zombie' routes
Kenneth R Westerback
2013-02-20
Nuke unused imsg_resolv_conf struct and declaration for non-existant function...
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-02-02
Fix resolv.conf magic. Add identifying comment to generated resolv.conf
Kenneth R Westerback
2013-01-27
Refactor code a bit. Calculate resolv.conf contents once when binding a
Kenneth R Westerback
2013-01-17
Try harder to clear out default routes on the interface being
Kenneth R Westerback
2013-01-15
Add IMSG_WRITE_FILE and associated bits to allow the unprivileged
Kenneth R Westerback
2012-12-02
Try harder to cleanup when exiting. In particular catch signals
Kenneth R Westerback
2012-12-01
A couple of whitespace nits.
Kenneth R Westerback
2012-11-29
Nuke unused 'extern' declaration.
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-10-30
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
Kenneth R Westerback
2007-02-13
move includes only needed in dhclient.c; ok henning@
Kevin Steves
2005-08-07
Simplify code by calling error() from inside buf_* functions rather
Kenneth R Westerback
2005-08-05
remove duplicate privsep prototypes and put all
Moritz Jodeit
2004-05-04
$OpenBSD$
Henning Brauer
2004-05-04
privilege seperate dhclient.
Henning Brauer