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
2009-02-01
Let this compile with gcc2.
Miod Vallat
2009-01-28
use claudios new rtsocket filters to restrict which messages on the route
David Gwynne
2009-01-24
improve indentation without wasting space on the install media;
Igor Sobrado
2009-01-24
Improve comment about resolv.conf creation. Prodded by sobrado@.
Kenneth R Westerback
2009-01-10
Use the kernel set ifam_hdrlen so that ABI changes won't cause older
Claudio Jeker
2008-10-05
- talk about the "client configuration script" consistenly
Jason McIntyre
2008-10-05
Oops. Missed one typo jmc@ spotted.
Kenneth R Westerback
2008-10-05
Clarify discussion of option modifiers. They only affect values passed
Kenneth R Westerback
2008-06-07
stop spurious "got link" which nooone noticed, but everyone should have; ok krw
Theo de Raadt
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
2008-03-12
Code was not passing script exit status; fix with macro.
Hugh Graham
2007-11-12
dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY.
David Gwynne
2007-10-16
sync the synopsis and usage of commands
Igor Sobrado
2007-10-16
"script" does not belong in the lease declaration section;
Jason McIntyre
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-08-14
make default_lease_time a #define; ok krw@ henning@
Kevin Steves
2007-08-11
Kill a couple of 'echo' statements that can never produce visible
Kenneth R Westerback
2007-07-18
eliminate duplicate code to open lease file and just open at
Kevin Steves
2007-06-02
safer snprintf construct with more paranoid length calculation
Peter Valchev
2007-05-31
fix a funny memory miscalculation bug in options parsing
Peter Valchev
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-03-02
caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org>
Henning Brauer
2007-03-02
and the second use of the spaces array might overflow too, in another
Henning Brauer
2007-03-02
If a syntax error is found past 80 columns, parse_warn accessed memory
Henning Brauer
2007-02-25
No point in using zero'd fields in the parsed options. Use the options
Kenneth R Westerback
2007-02-25
remove unused/dangling prototypes and comment reference;
Kevin Steves
2007-02-25
no need to quote/escape here; ok krw@
Kevin Steves
2007-02-15
make read connection closed message a debug(); ok henning@
Kevin Steves
2007-02-14
spacing and a typo that fell out of the read
Theo de Raadt
2007-02-14
use errwarn functions vs. syslog(); ok henning@ krw@
Kevin Steves
2007-02-13
move includes only needed in dhclient.c; ok henning@
Kevin Steves
2007-02-13
error check socket() return; ok henning@
Kevin Steves
2007-02-01
Don't count ethernet as overhead for UDP packet constuction. Gives
Kenneth R Westerback
2007-01-29
Don't malloc memory to store option data in leases, just appropriate
Kenneth R Westerback
2007-01-27
We only poll on the bpf fd and the routing socket fd. No need for
Kenneth R Westerback
2007-01-25
Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by
Kenneth R Westerback
2007-01-16
More cleanup. Eliminate 'struct packet' by cleverly passing as
Kenneth R Westerback
2007-01-14
Don't treat any packet with an invalid option buffer or an invalid
Kenneth R Westerback
2007-01-11
Since bootp_packet_handler is always set to do_packet before we
Kenneth R Westerback
2007-01-11
remove unused #define DHCP_MIN_LEN
Kevin Steves
2007-01-11
Reject all packets with an option claiming to extend past the end of
Kenneth R Westerback
2007-01-08
Don't leak strings.
Kenneth R Westerback
2007-01-08
Initialize incoming packet buffer with DHO_END (0xff) rather than
Kenneth R Westerback
2007-01-06
Fix options parsing. Last commit lost the proper length of the
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-28
please lint
Theo de Raadt
2006-12-28
parenthesis not needed here; consistent with usage in other areas.
Kevin Steves
[next]