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
/
options.c
Age
Commit message (
Expand
)
Author
2015-10-26
Give dhclient(8) the ability to use option 119, a.k.a. "Domain
Kenneth R Westerback
2014-10-27
Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy();
Kenneth R Westerback
2014-10-27
htonl(ntohl(memcpy'd buf)) seems like the long way around to copy
Kenneth R Westerback
2014-10-27
Zap extraneous whitespace and a stuttered extra 'break;'.
Kenneth R Westerback
2014-07-28
Fix memory exhaustion occurring on DHCP options with 0 length.
Tobias Stoeckmann
2014-07-09
Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES and
Kenneth R Westerback
2014-05-05
Zap trailing whitespace. Started by pointed comments from andre@.
Kenneth R Westerback
2014-01-21
Add parsing for options 121 (classless-static-routes) and 249
Kenneth R Westerback
2014-01-19
We don't have any (and I can't find elsewhere) signed 16 bit or
Kenneth R Westerback
2013-12-30
Replace yet another hand-rolled list with a TAILQ. reject_list this
Kenneth R Westerback
2013-12-22
Setting format id to 't' when it's already 't' is a waste of
Kenneth R Westerback
2013-12-22
No need to change format id 'X' (ascii or hex) to 'x' (hex) while
Kenneth R Westerback
2013-12-21
Introduce pretty_print_string() and use for printing both text
Kenneth R Westerback
2013-12-18
Code existed to print non-printable characters in strings written
Kenneth R Westerback
2013-12-14
Start cleanup/fixup of pretty printing of option data. Use snprintf()
Kenneth R Westerback
2013-12-12
Delete spurious blank line.
Kenneth R Westerback
2013-12-12
Eliminate (most) double decrements of remaining space in the pretty
Kenneth R Westerback
2013-12-06
Having stopped pretending we handle anything but ethernet packets,
Kenneth R Westerback
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
Fix a lie in one comment and zap a pointless sentence in another.
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
2013-04-05
Nuke parameter to do_packet() not used since 2006. From dhill.
Kenneth R Westerback
2013-02-14
Don't rely on the packet buffer (client->packet) being preserved between
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-13
More informative error message.
Kenneth R Westerback
2013-01-13
Make pretty_print_option() return "" rather than "<fmt error>" when
Kenneth R Westerback
2012-11-15
Shuffle #include's to use the majority idiom everywhere - i.e. use
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-10-27
Change dhclient.conf directive 'ignore' to take a list of option names
Kenneth R Westerback
2012-06-26
Add some more paranoia and make code clearer. Check that the required
Kenneth R Westerback
2012-06-26
RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include
Kenneth R Westerback
2011-05-11
Make dhclient more friendly to sequential option processing by
Kenneth R Westerback
2011-04-17
fix a possible division by zero if a server sends us a broken option
Peter Hessler
2009-03-10
Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER.
Kenneth R Westerback
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-02-14
spacing and a typo that fell out of the read
Theo de Raadt
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
Reject all packets with an option claiming to extend past the end of
Kenneth R Westerback
2007-01-06
Fix options parsing. Last commit lost the proper length of the
Kenneth R Westerback
2007-01-04
Another round of cleanup. There is only one instance of struct
Kenneth R Westerback
2006-12-26
Our dhclient only handles one interface. Simplify code by using the
Kenneth R Westerback
2006-12-15
typo in comment
Kevin Steves
2005-08-22
Fix problems with some Linksys DHCP servers (and probably others) by
Kenneth R Westerback
[next]