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
2013-11-11
Shuffle function prototypes and extern declarations around to
Kenneth R Westerback
2013-11-11
Nuke 'cur_time' variable used only to assign time(NULL) to a field.
Kenneth R Westerback
2013-11-11
Argh. Set 'to' address to INADDR_BROADCAST, not 'from' address,
Kenneth R Westerback
2013-11-11
RFC 2131 and friends state that when renewing a lease the client
Kenneth R Westerback
2013-10-22
Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the
Kenneth R Westerback
2013-09-09
Calculate the lease time fields (expiry, renew, rebind) after
Kenneth R Westerback
2013-08-22
this full stop has lost its way...
Jason McIntyre
2013-08-17
Do not create a route to the bound address via 127.0.0.1. Our stack
Kenneth R Westerback
2013-08-14
Only skip address deleting/adding and route deleting/adding on
Florian Obser
2013-07-16
Add missing .Mt macros for AUTHORS email addresses.
Ingo Schwarze
2013-07-15
If a DHCPREQUEST returns a lease identical to the one currently bound to
Kenneth R Westerback
2013-07-14
merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),
Jason McIntyre
2013-07-11
update (or add) STANDARDS;
Jason McIntyre
2013-07-11
Put more debug verbiage under DEBUG. Add a few more debug messages.
Kenneth R Westerback
2013-07-07
Remove erroneous warnings -- we do not reject offers just because the
Kenneth R Westerback
2013-07-06
Tone down verbosity by putting the "Unexpected <blah>" messages under
Kenneth R Westerback
2013-07-06
Fix a lie in one comment and zap a pointless sentence in another.
Kenneth R Westerback
2013-07-06
Zap leading whitespace.
Kenneth R Westerback
2013-07-05
Zap trailing whitespace.
Kenneth R Westerback
2013-06-18
Don't use inet_ntoa() twice in one parameter list. You'll just print
Kenneth R Westerback
2013-06-18
Split RTM_NEWADDR and RTM_DELADDR handling into separate cases
Kenneth R Westerback
2013-06-17
Check calloc() return value. Plug leak of resulting memory.
Kenneth R Westerback
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
Add back backslash fixes caught in rollback.
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-04
Fix "\" escape handling in read_string().
Kenneth R Westerback
2013-06-01
Refactor the default route adding code to use a general route adding
Kenneth R Westerback
2013-05-10
Fix subnet check. Check our rdomain against the rdomains of the other
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-04-24
Follow ISC and freebsd by increasing ip_ttl on packets from 16 to
Kenneth R Westerback
2013-04-05
send_packet() and writev() return ssize_t, not int. Use correct
Kenneth R Westerback
2013-04-05
Nuke parameter to do_packet() not used since 2006. From dhill.
Kenneth R Westerback
2013-04-02
Don't assume sizeof(time_t)==4
Philip Guenther
2013-03-30
Since deleting all the addresses on an interface removes all the
Kenneth R Westerback
2013-03-24
Simplify logic when processing route dump by using a helper function
Kenneth R Westerback
2013-03-22
Ignore client-identifier option in leases from a server. They're not supposed
Kenneth R Westerback
2013-03-21
Free lease with free_client_lease() rather than free().
Kenneth R Westerback
2013-03-21
create realloc() loops around sysctl for array-based mibs, in programs
Theo de Raadt
2013-03-13
Make sure dhclient doesn't delete IPv6 routes.
Paul de Weerd
2013-03-11
When binding a lease, check for and clear out any 'zombie' routes
Kenneth R Westerback
2013-03-08
Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry
Kenneth R Westerback
2013-03-07
Refactor code around route label creation and checking to make it easier
Kenneth R Westerback
[next]