summaryrefslogtreecommitdiff
path: root/sbin/dhclient/privsep.h
AgeCommit message (Expand)Author
2015-02-10Groundwork for better route support over multiple interfaces byKenneth R Westerback
2015-02-07Add support for interface-mtu (option 26).Kenneth R Westerback
2015-02-06The write_file() privsep interface was too permissive andReyk Floeter
2015-02-06matthew@ points out that it's a bad idea to rely on the non-privileged,Kenneth R Westerback
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-12-10Oops. Missed file.Kenneth R Westerback
2013-06-09Make route adding interface more flexible by passing flags to beKenneth R Westerback
2013-06-09Re-apply route adding code refactoring -- it wasn't the problem thatKenneth R Westerback
2013-06-09Backout static/classless route handling and default route refactoringKenneth R Westerback
2013-06-01Refactor the default route adding code to use a general route addingKenneth R Westerback
2013-03-30Since deleting all the addresses on an interface removes all theKenneth R Westerback
2013-03-11When binding a lease, check for and clear out any 'zombie' routesKenneth R Westerback
2013-02-20Nuke unused imsg_resolv_conf struct and declaration for non-existant function...Kenneth R Westerback
2013-02-18Rework log messages to be more useful. RenameKenneth R Westerback
2013-02-02Fix resolv.conf magic. Add identifying comment to generated resolv.confKenneth R Westerback
2013-01-27Refactor code a bit. Calculate resolv.conf contents once when binding aKenneth R Westerback
2013-01-17Try harder to clear out default routes on the interface beingKenneth R Westerback
2013-01-15Add IMSG_WRITE_FILE and associated bits to allow the unprivilegedKenneth R Westerback
2012-12-02Try harder to cleanup when exiting. In particular catch signalsKenneth R Westerback
2012-12-01A couple of whitespace nits.Kenneth R Westerback
2012-11-29Nuke unused 'extern' declaration.Kenneth R Westerback
2012-11-23Use the libutil imsg framework rather than a hand-rolled localKenneth R Westerback
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
2007-02-13move includes only needed in dhclient.c; ok henning@Kevin Steves
2005-08-07Simplify code by calling error() from inside buf_* functions ratherKenneth R Westerback
2005-08-05remove duplicate privsep prototypes and put allMoritz Jodeit
2004-05-04$OpenBSD$Henning Brauer
2004-05-04privilege seperate dhclient.Henning Brauer