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
/
conflex.c
Age
Commit message (
Expand
)
Author
2017-07-14
Replace remaining "!var" expressions with
Kenneth R Westerback
2017-07-10
Use a modern spacious idiom on all function local variable
Kenneth R Westerback
2017-07-09
Be consistent. "return (e);" -> "return e;"
Kenneth R Westerback
2017-06-29
Nuke undocumented long-deprecated and/or unsupported lease
Kenneth R Westerback
2017-06-10
Nuke unused global warnings_occurred.
Kenneth R Westerback
2017-04-09
Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the
Kenneth R Westerback
2017-04-08
Reduce the overburden of signed vs unsigned comparisons by sprinkling
Kenneth R Westerback
2017-04-03
Simplify read_string() to just read the characters between the '"'s.
Kenneth R Westerback
2017-02-12
Switch from 'legacy' errwarn.c to standard daemon logging functions.
Kenneth R Westerback
2016-08-16
Track SSID in leases file and only consider leases from the current SSID when
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-05-18
Tweak parsing so that hostnames starting with 0-9 are accepted.
Kenneth R Westerback
2015-05-02
Hoist common assignments out of a series of if/if-else statements
Kenneth R Westerback
2015-05-02
Correct switch between current and previous line buffers when
Kenneth R Westerback
2014-05-05
Zap trailing whitespace. Started by pointed comments from andre@.
Kenneth R Westerback
2014-01-19
Adjust lexchar position by ugflag once only.
Kenneth R Westerback
2014-01-18
If ugflag (indicating a character from the file being parsed has been
Kenneth R Westerback
2013-12-18
Code existed to print non-printable characters in strings written
Kenneth R Westerback
2013-12-05
Stop pretending we still support FDDI or token ring hardware types.
Kenneth R Westerback
2013-11-12
add a variety of missing prototypes
Theo de Raadt
2013-10-22
Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the
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
Fix "\" escape handling in read_string().
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
2012-11-15
Shuffle #include's to use the majority idiom everywhere - i.e. use
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-10-30
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
Kenneth R Westerback
2012-08-22
add ignore keyword to conf file, allowing one to ignore unwanted info
Ted Unangst
2011-12-10
Try harder to re-initialize parsing state so nothing accidentally
Kenneth R Westerback
2006-12-17
fix comment
Kevin Steves
2006-05-08
add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org
Theo de Raadt
2006-04-18
cleanup keyword lookup for the lexer, and remove keywords not valid in
Theo de Raadt
2005-08-02
add missing break; ok henning@
Moritz Jodeit
2005-07-26
Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.
Kenneth R Westerback
2005-07-09
Clean out a few more unused/uninitialized variables.
Kenneth R Westerback
2004-09-15
variable set but not used
Theo de Raadt
2004-02-24
cut more crap - no binary change
Henning Brauer
2004-02-07
more style fixes from Emil Mikulic <emikulic@dmr.ath.cx>
Henning Brauer
2004-02-04
$OpenBSD$, tedu
Henning Brauer
2004-02-04
more KNF
Henning Brauer
2004-02-04
8579 lines of KNF, ANSO and zap-junk diff without the resulting binary
Henning Brauer
2004-01-18
this is where dhclient will start surgery
Theo de Raadt