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
/
dhclient.c
Age
Commit message (
Expand
)
Author
2013-05-02
Enough of the hand-rolling of queues. Turn client->leases and
Kenneth R Westerback
2013-04-27
Use same parse_date() and date writing logic as in dhcpd. i.e.
Kenneth R Westerback
2013-04-25
big int_t/time_t fixes; ok deraadt@ krw@
Otto Moerbeek
2013-03-30
Since deleting all the addresses on an interface removes all the
Kenneth R Westerback
2013-03-22
Ignore client-identifier option in leases from a server. They're not supposed
Kenneth R Westerback
2013-02-27
Avoid alignment errors when processing routing messages by reading
Kenneth R Westerback
2013-02-24
When no acceptable offers are received within the allowed timeframe call
Kenneth R Westerback
2013-02-19
Cancel any outstanding protocol timeout when a link goes away. When
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-02-17
Suppress some pointless debugging message:
Kenneth R Westerback
2013-02-17
Put the processes in the routing domain of the interface. Tweak
Kenneth R Westerback
2013-02-16
Remove accidentally committed debug statement ("Got RTM_IFINFO").
Kenneth R Westerback
2013-02-15
Take more care to use the correct xid, rather than packet garbage.
Kenneth R Westerback
2013-02-15
Make code a tad less obscure by using sizeof() actual variable being
Kenneth R Westerback
2013-02-15
Even if no one uses it, record the seconds since we started in the
Kenneth R Westerback
2013-02-15
Unbreak DISCOVER by initializing xid from correct field.
Kenneth R Westerback
2013-02-14
When an interface generates an RTM_IFINFO message, it may be as the
Kenneth R Westerback
2013-02-14
Don't rely on the packet buffer (client->packet) being preserved between
Kenneth R Westerback
2013-02-13
Restore previous behaviour of not cleaning up in response to SIGTERM.
Kenneth R Westerback
2013-02-09
As tedu@ pointed out a while ago, it makes little sense to discard
Kenneth R Westerback
2013-02-02
Expunge unused variables and pointless construction of same in
Kenneth R Westerback
2013-02-02
Fix resolv.conf magic. Add identifying comment to generated resolv.conf
Kenneth R Westerback
2013-02-02
Dereference correct pointer. Fix crash when checking whether resolv.conf
Kenneth R Westerback
2013-02-01
do not leak dn if there is no resolv.conf contents; found by llvm
Florian Obser
2013-02-01
always initialize cur_time; found by llvm
Florian Obser
2013-02-01
Increment size of buffer to accomodate terminating NUL *after* using
Kenneth R Westerback
2013-02-01
Handle a non-existant resolv.conf.tail without issuing an error
Kenneth R Westerback
2013-02-01
Write out resolv.conf only if the default route is under the control
Kenneth R Westerback
2013-01-27
Refactor code a bit. Calculate resolv.conf contents once when binding a
Kenneth R Westerback
2013-01-26
Oops. Restore "no domain-name, no domain-name-seervers means don't
Kenneth R Westerback
2013-01-26
Read /etc/resolv.conf.tail once on startup and save contents for
Kenneth R Westerback
2013-01-22
Whitespace nit. Better error messages.
Kenneth R Westerback
2013-01-18
-L before -l;
Jason McIntyre
2013-01-18
Add command line option '-L' that specifies an optional file into which
Kenneth R Westerback
2013-01-17
Try harder to clear out default routes on the interface being
Kenneth R Westerback
2013-01-16
Unrevert last reversion. otto@ pointed out that it wasn't asprintf()
Kenneth R Westerback
2013-01-16
Revert last. asprintf() breaks something.
Kenneth R Westerback
2013-01-16
Use the magic of asprintf() to produce more informative error
Kenneth R Westerback
2013-01-16
Don't tell the priviledged process to discard active_addr if there is
Kenneth R Westerback
2013-01-15
Add IMSG_WRITE_FILE and associated bits to allow the unprivileged
Kenneth R Westerback
2013-01-14
First convert packet to lease, which validates option data and
Kenneth R Westerback
2013-01-13
Make pretty_print_option() return "" rather than "<fmt error>" when
Kenneth R Westerback
2013-01-13
Check results of strdup() of domainname and nameservers options.
Kenneth R Westerback
2013-01-06
Make buffer for lease_as_string() 8192 bytes. A pathological lease
Kenneth R Westerback
2013-01-05
Change write_client_lease() into lease_as_string() and modify
Kenneth R Westerback
2013-01-02
Only check '-l' parameter for regular-fileness. Not built-in default
Kenneth R Westerback
2012-12-29
Make HUP to either one of the processes cause a restart that will
Kenneth R Westerback
2012-12-21
When binding to a new lease, wait for the RTM_NEWADDR message in
Kenneth R Westerback
2012-12-19
Don't attempt to delete an address that has already been deleted
Kenneth R Westerback
2012-12-18
Don't clean up twice when the non-privileged process exits. Let the
Kenneth R Westerback
[next]