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
2020-11-21
No need to update resolv.conf when renewing a lease does not result in any
Kenneth R Westerback
2020-05-20
Replace fixed 128-byte fields for search domains, static routes and
Kenneth R Westerback
2020-05-19
Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} as
Kenneth R Westerback
2019-11-19
Inform unwind about DNS servers it finds in leases.
Kenneth R Westerback
2019-02-12
Restructure code to simplifiy imsg communications, further separating
Kenneth R Westerback
2019-01-19
Since dhclient no longer tries to clean up when exiting, there is no
Kenneth R Westerback
2019-01-19
IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart.
Kenneth R Westerback
2019-01-19
Drop pseudo-signal idiom. Rename INTERNALSIG to TERMINATE. Use RESTART
Kenneth R Westerback
2017-09-20
Tweak, shorten, use more consistant verbiage.
Kenneth R Westerback
2017-09-17
Create global 'log_procname' and set it to '<ifname>' or
Kenneth R Westerback
2017-09-15
Use a poll() loop when trying read the default route from
Kenneth R Westerback
2017-09-14
Strive to rationalize fatal[x]() usage and
Kenneth R Westerback
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-11
Don't write out resolv.conf unless the contents
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-06
Simplify logic seeking/checking the interface over
Kenneth R Westerback
2017-08-05
Bring route creation into line with what route(8) does. In
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-14
Replace remaining "!var" expressions with
Kenneth R Westerback
2017-07-10
Use ioctlfd/routefd sockets rather than rolling one's own
Kenneth R Westerback
2017-07-07
dispatch_imsg() only needs to know name and rdomain.
Kenneth R Westerback
2017-07-02
Unbreak tree by putting revised resolv_conf_priority() declaration in
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
Oops. Remove extraneous 'return' and some braces from
Kenneth R Westerback
2017-06-23
Take reyk's imsg resolv.conf improvements of a while ago to their
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 another bit of code closer to its friends.
Kenneth R Westerback
2017-02-12
Eliminate most strerror() invocations by using log_warn() and fatal()
Kenneth R Westerback
2017-02-12
Switch from 'legacy' errwarn.c to standard daemon logging functions.
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-02-06
Eliminate #include inside *.h files and include only needed headers in
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
2014-10-27
Zap extraneous whitespace and a stuttered extra 'break;'.
Kenneth R Westerback
2014-02-09
Missing {} around multi-statement else. Malformed IMSG_HUP messages should
Kenneth R Westerback
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
[next]