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
2012-11-11
supersede/append/prepend actions should work even if the dhcp server
Kenneth R Westerback
2012-11-09
Remove now unused files.
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-08
Remove lie about dhclient configuring all interfaces. Mention
Kenneth R Westerback
2012-11-08
Close routing socket fd leak when deleting old address.
Kenneth R Westerback
2012-11-07
Nuke unused struct and function declarations.
Kenneth R Westerback
2012-11-07
Always memcpy() into/out of option data rather than hoping the char *
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-11-07
Use memcpy() consistently rather than tossing in a few bcopy()'s.
Kenneth R Westerback
2012-11-07
Kill some annoying extra spaces. No code change.
Kenneth R Westerback
2012-11-06
Kill two unused functions, subnet_number() and broadcast_addr().
Kenneth R Westerback
2012-11-05
Some systems give ENETUNREACH when trying to add the 'standard'
Kenneth R Westerback
2012-11-04
Properly clear the UP flag while forcing the interface down/up
Stefan Sperling
2012-11-04
Use consistant initialization idiom to reduce confusion.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when flushing routes.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when creating routes.
Kenneth R Westerback
2012-11-03
Various fixes/tweaks for resolv.conf handling:
Kenneth R Westerback
2012-11-03
While this identical idiom caused problems when building an ifaliasreq
Kenneth R Westerback
2012-11-02
Avoid some misaligned access on sparc64 (at least) by bcopy()'ing
Kenneth R Westerback
2012-11-02
Don't add a 'nameserver' line to resolv.conf if the nameserver in
Kenneth R Westerback
2012-11-02
Watch the non-privileged end of the pipe to the privileged child
Kenneth R Westerback
2012-11-01
KNF some leading spaces into tabs.
Kenneth R Westerback
2012-10-31
Delete some leftover debug code and the array it rode in on.
Kenneth R Westerback
2012-10-31
chris@ spotted a '2038' where a '2048' was meant and pointed out
Kenneth R Westerback
2012-10-31
Forcibly delete all existing ipv4 addresses from an interface when
Kenneth R Westerback
2012-10-30
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
Kenneth R Westerback
2012-10-30
New file holding functions to perform direct interface and routing
Kenneth R Westerback
2012-10-27
Change dhclient.conf directive 'ignore' to take a list of option names
Kenneth R Westerback
2012-10-11
Remove the new (as of r1.56) line of code which updates ifi->linkstat in
Stuart Henderson
2012-10-10
Revert r1.155. Routing breaks if dhclient-script flushes the
Kenneth R Westerback
2012-09-22
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
Jason McIntyre
2012-09-18
Once resolv.conf.saved has been copied back as resolv.conf, delete it so
Kenneth R Westerback
2012-09-18
Don't accept leases that offer a subnet that is already configured
Kenneth R Westerback
2012-09-17
When a link is lost, call dhclient-script with reason "FAIL". This
Kenneth R Westerback
2012-09-17
De-obfuscate and update reality correspondance of some comments.
Kenneth R Westerback
2012-09-01
Oops. Missed a reinitialize_interface() declaration.
Kenneth R Westerback
2012-09-01
Nuke a static global I can't get my head around - interfaces_invalidated.
Kenneth R Westerback
2012-08-31
Nuke a bunch of annoying "/* Send a packet. */" comments above
Kenneth R Westerback
2012-08-29
no point having two copies of this file - this copy never got
Jason McIntyre
2012-08-26
Junk global cur_time, and use time(NULL) or local variables where
Kenneth R Westerback
2012-08-22
add ignore keyword to conf file, allowing one to ignore unwanted info
Ted Unangst
2012-08-21
Don't abandon time_t precision for intervals. Use (long long) and %lld when
Kenneth R Westerback
2012-08-18
Don't store a time_t into an int. Make the variable time_t.
Kenneth R Westerback
2012-08-18
Don't try to printf() a time_t value with %d. Cast to (int) just
Kenneth R Westerback
2012-08-18
Remove unused field 'next' from struct timeout. There's only one
Kenneth R Westerback
2012-08-18
Update global cur_time after exiting poll() and before calling the
Kenneth R Westerback
2012-07-26
Make interface_status() assume that a link is up when IFM_AVALID
Kenneth R Westerback
2012-07-09
Terminate with extreme prejudice the multiple timeout queuing
Kenneth R Westerback
2012-06-26
Add some more paranoia and make code clearer. Check that the required
Kenneth R Westerback
2012-06-26
RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include
Kenneth R Westerback
[prev]
[next]