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
2017-08-31
Don't delete v4 routes that are going to be
Kenneth R Westerback
2017-08-13
Simplify HUP handling now that proper error
Kenneth R Westerback
2017-08-12
Stop trying to outfox the routing table
Kenneth R Westerback
2017-08-10
Add IMSG_SET_RESOLV_CONF and keep the cached contents
Kenneth R Westerback
2017-08-08
Rename resolv_conf_priority() to default_route_index() to
Kenneth R Westerback
2017-08-05
Bring route creation into line with what route(8) does. In
Kenneth R Westerback
2017-07-30
Use effective_proposal data to build resolv.conf contents.
Kenneth R Westerback
2017-07-27
Fold add_direct_route(), add_default_route() and
Kenneth R Westerback
2017-07-24
Shuffle some declarations and functions into the only
Kenneth R Westerback
2017-07-23
Cease pretending to support option 33 (classFULL static routes). They
Kenneth R Westerback
2017-07-22
Rename *_add_address to *_set_address to reflect that the
Kenneth R Westerback
2017-07-21
s/set_interface_mtu/set_mtu/g
Kenneth R Westerback
2017-07-10
Use ioctlfd/routefd sockets rather than rolling one's own
Kenneth R Westerback
2017-07-08
Always use uintNN_t instead of sometimes u_intNN_t
Kenneth R Westerback
2017-07-07
dispatch_imsg() only needs to know name and rdomain.
Kenneth R Westerback
2017-07-01
Eliminate multiple socket openings/closings and pass
Kenneth R Westerback
2017-06-28
Only pass required fields of interface_info to priv_* functions
Kenneth R Westerback
2017-06-28
Stop trying to clean up addresses, routes and "-L" file
Kenneth R Westerback
2017-06-24
Tweak handling of HUP and new LLADDR. Just use expose and use sighup()
Kenneth R Westerback
2017-06-24
Use a local variable rather than a global flag to record
Kenneth R Westerback
2017-06-23
Take reyk's imsg resolv.conf improvements of a while ago to their
Kenneth R Westerback
2017-04-11
Shuffle route/interface changing functions together into kroute.c. Try to
Kenneth R Westerback
2017-04-10
Rework -L logic to use the idiom used in handling the leases file.
Kenneth R Westerback
2017-03-08
Shuffle, shuffle, shuffle.
Kenneth R Westerback
2016-09-02
Kill 'ifi' global.
Martin Pieuchot
2016-08-23
Make the 'ifi' global local to dhclient.c and pass it as an argument to
Martin Pieuchot
2016-07-20
Shrink priv_write_file() API so that it does less, and the callers ask
Theo de Raadt
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
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
[next]