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
/
clparse.c
Age
Commit message (
Expand
)
Author
2014-11-03
Don't leak static leases when the 'lease {}' parsing fails or one static
Kenneth R Westerback
2014-11-02
Pesky whitespace and spurious parenthesis.
Kenneth R Westerback
2014-10-27
Zap extraneous whitespace and a stuttered extra 'break;'.
Kenneth R Westerback
2014-05-12
Since all static leases are in one file, /etc/dhclient.conf, there is no
Kenneth R Westerback
2014-05-11
Rework/restore recorded lease handling. Actually use 'lease'
Kenneth R Westerback
2014-05-05
Zap trailing whitespace. Started by pointed comments from andre@.
Kenneth R Westerback
2014-05-05
A couple of malloc()+memset(0) -> calloc.
Kenneth R Westerback
2014-01-25
Correct parsing of dhclient.conf statements 'fixed-address' and
Kenneth R Westerback
2014-01-21
Allow dhclient.conf to specify 'fixed-address', 'next-server',
Kenneth R Westerback
2014-01-21
Add parsing for options 121 (classless-static-routes) and 249
Kenneth R Westerback
2014-01-20
Don't silently skip the next statement when encountering an
Kenneth R Westerback
2014-01-20
Cast pointer to (u_int8_t *) when assigning it to a u_int8_t *
Kenneth R Westerback
2014-01-19
We don't have any (and I can't find elsewhere) signed 16 bit or
Kenneth R Westerback
2014-01-19
Redo the parsing of numbers to improve the error messages and
Kenneth R Westerback
2014-01-19
Rename parse_hardware_param() to parse_ethernet() to reflect what
Kenneth R Westerback
2014-01-18
Remove superfluous assignment to local variable 'val' just before
Kenneth R Westerback
2014-01-18
Make parse_warn() messages consistantly use 'expecting' rather
Kenneth R Westerback
2014-01-18
Never silently consume the following statement when unexpectedly
Kenneth R Westerback
2014-01-17
Make parse_X return -1 when it encounters a parsing error. Enables
Kenneth R Westerback
2014-01-13
peek_token() a bit more to replace a bunch of manual checks with
Kenneth R Westerback
2014-01-13
Don't eat another token looking for a ';' after skip_to_semi() has
Kenneth R Westerback
2014-01-13
No need to 'clear the peek buffer' when closing a file. The next
Kenneth R Westerback
2014-01-12
Since the return value of read_client_conf() is not checked, don't
Kenneth R Westerback
2014-01-10
skip_to_semi() is gilding the lily when the next statement breaks out
Kenneth R Westerback
2014-01-10
KNF (UNF?). Split annoying long line.
Kenneth R Westerback
2013-12-30
Replace yet another hand-rolled list with a TAILQ. reject_list this
Kenneth R Westerback
2013-12-28
Remove unused variable 'token'. Spotted by deraadt@
Kenneth R Westerback
2013-12-22
Don't look for two semi-colons when encountering an unrecognized
Kenneth R Westerback
2013-11-11
Shuffle function prototypes and extern declarations around to
Kenneth R Westerback
2013-10-22
Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the
Kenneth R Westerback
2013-06-09
Re-apply static route and classless static route support -- this time
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-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-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-02-09
As tedu@ pointed out a while ago, it makes little sense to discard
Kenneth R Westerback
2013-02-01
do not leak lease in error path; found by llvm
Florian Obser
2013-01-02
Delete misleading comment and a pointless check of !ifi. Since ifi
Kenneth R Westerback
2012-12-04
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 7 (and final).
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 6.
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 5.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 3.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 2.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 1.
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
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
[next]