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-06-09
Make route adding interface more flexible by passing flags to be
Kenneth R Westerback
2013-06-09
Fix/clarify some comments. do memset()'s only when variable is going
Kenneth R Westerback
2013-06-09
Re-apply static route and classless static route support -- this time
Kenneth R Westerback
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-04
Add support for static routes option (33) and classless static
Kenneth R Westerback
2013-06-01
Refactor the default route adding code to use a general route adding
Kenneth R Westerback
2013-05-05
Add a flag to struct client_state (IS_RESPONSIBLE) to record when
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
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
[next]