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
/
dhcpd.h
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-05
Nuke parameter to do_packet() not used since 2006. From dhill.
Kenneth R Westerback
2013-03-30
Since deleting all the addresses on an interface removes all the
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-02-17
Using the value SIGQUIT to cause the dispatch loops to exit produced
Kenneth R Westerback
2013-02-14
Don't rely on the packet buffer (client->packet) being preserved between
Kenneth R Westerback
2013-02-03
Remove unused (a.k.a. always passed NULL) parameter 'data' from
Kenneth R Westerback
2013-01-27
Refactor code a bit. Calculate resolv.conf contents once when binding a
Kenneth R Westerback
2013-01-26
Read /etc/resolv.conf.tail once on startup and save contents for
Kenneth R Westerback
2013-01-26
Whitespace tweaks.
Kenneth R Westerback
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-05
Change write_client_lease() into lease_as_string() and modify
Kenneth R Westerback
2012-12-19
Don't attempt to delete an address that has already been deleted
Kenneth R Westerback
2012-12-04
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
Kenneth R Westerback
2012-12-02
Try harder to cleanup when exiting. In particular catch signals
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 6.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 1.
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-14
Remove useless _new_ and _old_ from various function names to make
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
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-06
Kill two unused functions, subnet_number() and broadcast_addr().
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-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-27
Change dhclient.conf directive 'ignore' to take a list of option names
Kenneth R Westerback
2012-09-18
Don't accept leases that offer a subnet that is already configured
Kenneth R Westerback
2012-09-01
Oops. Missed a reinitialize_interface() declaration.
Kenneth R Westerback
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-18
Remove unused field 'next' from struct timeout. There's only one
Kenneth R Westerback
2012-07-09
Terminate with extreme prejudice the multiple timeout queuing
Kenneth R Westerback
2012-06-24
Nuke interface_link_status() (check media status only) and use
Kenneth R Westerback
2011-12-10
Tweak leases file handling.
Kenneth R Westerback
2011-05-11
Make dhclient more friendly to sequential option processing by
Kenneth R Westerback
2011-04-04
Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,
Kenneth R Westerback
2010-07-02
garbage collect an unused function; ok claudio
Theo de Raadt
2010-06-02
Have dhclient obey the interface's rdomain, instead of doing routes on
Peter Hessler
2009-06-06
Nuke debug() unless DEBUG is defined. Elminates debug output from
Kenneth R Westerback
2009-03-10
Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER.
Kenneth R Westerback
2008-05-26
If an interface has no link at startup, try to force it up, and then
Theo de Raadt
2008-05-09
- don't give up when the link is not available on startup: dhclient
Reyk Floeter
[next]