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-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
2017-07-14
Pour the few relevant bits of the current lease and the offered
Kenneth R Westerback
2017-07-14
bpf(4) *may* deliver more than one captured packet at a time. So when
Kenneth R Westerback
2017-07-10
Take some of the mystery out of who does what by
Kenneth R Westerback
2017-07-10
Use ioctlfd/routefd sockets rather than rolling one's own
Kenneth R Westerback
2017-07-10
Use a modern spacious idiom on all function local variable
Kenneth R Westerback
2017-07-09
Be consistent. "return (e);" -> "return e;"
Kenneth R Westerback
2017-07-09
Be consistent. "return (e);" -> "return e;"
Kenneth R Westerback
2017-07-09
Some parsing code cleanup: add parse_boolean(); pass literal format
Kenneth R Westerback
2017-07-09
Whitespace tweaks to assuage auto-indent.
Kenneth R Westerback
2017-07-08
Fold tables.c into options.c and stop exporting the one
Kenneth R Westerback
2017-07-08
Always use strcasecmp() when comparing user input to option
Kenneth R Westerback
2017-07-08
Always use uintNN_t instead of sometimes u_intNN_t
Kenneth R Westerback
2017-07-07
Replace the many occurances of '256' with a new #define
Kenneth R Westerback
2017-07-07
dispatch_imsg() only needs to know name and rdomain.
Kenneth R Westerback
2017-07-07
assemble_eh_header() needs only to know about hw_addr.
Kenneth R Westerback
2017-07-07
Rename cons_options() to pack_options(), and do_packet() to
Kenneth R Westerback
2017-07-06
cons_options() only needs to know a buffer and a length to
Kenneth R Westerback
2017-07-05
Remove knowledge of struct interface_info from clparse.c. Just
Kenneth R Westerback
2017-07-03
sizeof(struct sockaddr_in) != sizeof(struct in_addr).
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-29
Nuke undocumented long-deprecated and/or unsupported lease
Kenneth R Westerback
2017-06-29
delete_addresses(), interface_status(), addressinuse(),
Kenneth R Westerback
2017-06-28
reinstate .El removed in previous;
Jason McIntyre
[next]