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
Age
Commit message (
Expand
)
Author
2017-08-23
typo in error message
Jeremie Courreges-Anglas
2017-08-18
Truncating a file and then deciding not to change its
Kenneth R Westerback
2017-08-14
Try for consistency in sizeof() usage.
Kenneth R Westerback
2017-08-13
Simplify HUP handling now that proper error
Kenneth R Westerback
2017-08-12
sig_atomic_t is not (necessarily) an int. Use
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-09
Stop obsessively flushing the imsg connection. Just
Kenneth R Westerback
2017-08-09
Add some additional poll() error checking. Remove checks
Kenneth R Westerback
2017-08-08
Rename resolv_conf_priority() to default_route_index() to
Kenneth R Westerback
2017-08-08
KNF some long lines.
Kenneth R Westerback
2017-08-06
Simplify logic seeking/checking the interface over
Kenneth R Westerback
2017-08-05
Factor out get_routes() to do the sysctl() dance
Kenneth R Westerback
2017-08-05
Bring route creation into line with what route(8) does. In
Kenneth R Westerback
2017-08-05
Don't delete the address/netmask that is about to be
Kenneth R Westerback
2017-08-04
Do not attempt to parse zero'd input buffer after
Kenneth R Westerback
2017-08-03
Whitespace.
Kenneth R Westerback
2017-08-03
Flush static (RTF_STATIC) routes and not just
Kenneth R Westerback
2017-08-02
Delete duplicated switch {} case: block.
Kenneth R Westerback
2017-07-31
Shorten description and remove details regarding the parser implementation.
anton
2017-07-30
Use effective_proposal data to build resolv.conf contents.
Kenneth R Westerback
2017-07-30
Use effective_proposal data to set mtu and address.
Kenneth R Westerback
2017-07-29
Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES
Kenneth R Westerback
2017-07-27
Kill extra whitespace that snuck in.
Kenneth R Westerback
2017-07-27
Fold add_direct_route(), add_default_route() and
Kenneth R Westerback
2017-07-26
Check the option length, not its address (which will never be NULL)
Jeremie Courreges-Anglas
2017-07-26
Local declaration beautification.
Kenneth R Westerback
2017-07-26
Stray u_int16_t -> uint16_t.
Kenneth R Westerback
2017-07-26
Fix add_default_route() so -iface routes are actually
Kenneth R Westerback
2017-07-24
Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure
Kenneth R Westerback
2017-07-24
Shuffle some declarations and functions into the only
Kenneth R Westerback
2017-07-24
Tweak some comments
Kenneth R Westerback
2017-07-24
Move invocations of flush_routes() and delete_addresses() from
Kenneth R Westerback
2017-07-24
ROUNDUP() adjustment missed by great ROUNDUP() roundup.
Kenneth R Westerback
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-07-23
Cease pretending to support option 33 (classFULL static routes). They
Kenneth R Westerback
2017-07-22
Add set_routes() and move bind_lease() route magic
Kenneth R Westerback
2017-07-22
Whitespace.
Kenneth R Westerback
2017-07-22
Oops. Missed chunk keeping /32 netmask magic.
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-21
whitespace botch.
Kenneth R Westerback
2017-07-20
Restore RTM_DELADDR/RTM_NEWADDR monitoring to the
Kenneth R Westerback
2017-07-17
Nuke unused variables 'deleting' and 'adding'.
Kenneth R Westerback
2017-07-17
Nuke findproto() and get_ifa(). They are unused now that
Kenneth R Westerback
2017-07-17
Remove some magic formerly used to detect the presence of another
Kenneth R Westerback
2017-07-14
"ioctl() < 0" ==> "ioctl() == -1" as god and guenther@
Kenneth R Westerback
2017-07-14
Replace remaining "!var" expressions with
Kenneth R Westerback
2017-07-14
Replace remaining "!<pointer>" expressions with
Kenneth R Westerback
[next]