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
2007-01-16
More cleanup. Eliminate 'struct packet' by cleverly passing as
Kenneth R Westerback
2007-01-11
Since bootp_packet_handler is always set to do_packet before we
Kenneth R Westerback
2007-01-04
Eliminate the 'len' parameter from send_packet() since it always
Kenneth R Westerback
2007-01-04
Another round of cleanup. There is only one instance of struct
Kenneth R Westerback
2007-01-04
<sys/un.h> not needed
Kevin Steves
2006-12-27
Since we only have the single global struct interface_info, we
Kenneth R Westerback
2006-12-26
Our dhclient only handles one interface. Simplify code by using the
Kenneth R Westerback
2006-12-22
delete prototypes for functions that don't exist
Kevin Steves
2006-12-16
make /sbin/dhclient-script consistent with other paths; ok henning@
Kevin Steves
2006-11-27
Recognize when we are sending to a unicast destination IP address and
Kevin Steves
2006-11-27
remove invalid comment
Kevin Steves
2006-11-21
remove unused #defines, no binary change; ok henning@
Kevin Steves
2006-11-21
re-order includes and eliminate duplicates, no binary change; ok henning@
Kevin Steves
2006-08-29
some net if devices do not media negotiate (for link) until brought up.
Theo de Raadt
2006-05-08
add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org
Theo de Raadt
2005-08-05
remove duplicate privsep prototypes and put all
Moritz Jodeit
2005-08-02
Rip out code dealing with multiple/nested interfaces. Each instance of
Kenneth R Westerback
2005-07-17
Insist on correct hardware addresses in dhclient.conf and
Kenneth R Westerback
2005-07-16
Rejig struct string_list to use char array rather than char pointer, and
Kenneth R Westerback
2005-07-16
Eliminate unnecessary 'code' field from struct option. Make
Kenneth R Westerback
2005-07-13
Repair/rationalize option handling to ensure valid option section is
Kenneth R Westerback
2005-07-11
Expunge unused hashing code and variables.
Kenneth R Westerback
2005-07-09
Clean out a few more unused/uninitialized variables.
Kenneth R Westerback
2005-07-09
Clean out a few more unused/uninitialized variables.
Kenneth R Westerback
2005-07-09
Since we never add more than the default dhcp_universe, expunge the
Kenneth R Westerback
2005-07-08
More dead and moribund code removal/cleanup. This time unused parameters
Kenneth R Westerback
2005-07-08
Eliminate unused code and associated parameters.
Kenneth R Westerback
2005-07-07
Eliminate unused code and associated parameter.
Kenneth R Westerback
2005-07-07
Eliminate tree_cache structure in favour of option_data. Eliminate
Kenneth R Westerback
2004-05-06
remove more unused code
Theo de Raadt
2004-05-04
do not overload libc function names causing linker troubles
Michael Shalayeff
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-05-04
more shrink and lint fixes; henning ok
Theo de Raadt
2004-05-04
privilege seperate dhclient.
Henning Brauer
2004-04-14
get rif of the few dmalloc/dfree occurances that were left
Henning Brauer
2004-04-14
turns out more is obsolete now
Henning Brauer
2004-03-05
remove even more goo
Theo de Raadt
2004-03-02
more pruning; henning ok
Theo de Raadt
2004-03-02
zap interface flags
Henning Brauer
2004-03-02
we deal with one interface at a time, so remove the interface list gunk.
Henning Brauer
2004-03-02
remove dummy_interfaces and fallback_interface gunk
Henning Brauer
2004-03-02
our interface discovery is so quiet now (nonexistant) that we don't need a
Henning Brauer
2004-03-02
since we're dealing with one interface and not quite a few ones we can give
Henning Brauer
2004-02-25
doesn't quite make sense to have a wrapper to a wrapper to the incredible
Henning Brauer
2004-02-24
whack unused token ring code and a few empty functions
Henning Brauer
2004-02-24
zap more unused crap
Henning Brauer
2004-02-24
get rid of tons of structs we never use, a lot of new_someotherjunk functions
Henning Brauer
2004-02-24
discover_interfaces doesn't run in multiple modes any more - kill unreachable
Henning Brauer
2004-02-24
remove dynamic port gunk
Henning Brauer
2004-02-24
cut unreachable code
Henning Brauer
[next]