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
/
usr.bin
/
doas
/
parse.y
Age
Commit message (
Expand
)
Author
2022-03-22
minor KNF cleanups during a re-read
Theo de Raadt
2021-11-30
Improved error handling in config parser.
Tobias Stoeckmann
2021-01-27
Promote nrules/maxrules to size_t and make sure they can't overflow.
Todd C. Miller
2020-10-09
Add nolog option to avoid syslog(3)
kn
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2017-01-02
envlist and arglist are both string lists; simplify
Ted Unangst
2016-12-29
it has been six months and two days... remove keepenv { obsolete } syntax
Ted Unangst
2016-11-10
missing semicolon at end of rule. yacc doesn't seem to mind, though.
Ted Unangst
2016-10-05
as a result of the env rework, arraylen() is only used in parse.y.
Ted Unangst
2016-09-15
use static in the right places to seperate modules better
Theo de Raadt
2016-09-04
don't allow combining nopass and persist in a single rule
Ted Unangst
2016-09-02
add support for the verified auth ioctls using 'persist' rules.
Ted Unangst
2016-06-27
revise environment handling.
Ted Unangst
2016-06-07
revert recent changes to allow setenv. everybody now has an idea about
Ted Unangst
2016-06-07
merge setenv feature into keepenv. less grammar, more better.
Ted Unangst
2016-06-05
add a doas.conf setenv directive that allows setting environment
Damien Miller
2016-04-27
adjust yyerror() to precede with "progname: " the error message string
Gleydson Soares
2015-12-04
espie reminds me that EOF can happen for errors as well, so check for that
Ted Unangst
2015-11-27
after reading a too long line, restart at the beginning of the buffer so
Ted Unangst
2015-09-01
increment the line number after the line continuation; ok tedu
Mike Belopuhov
2015-07-28
wrap some exceedingly long lines
Theo de Raadt
2015-07-24
Further improve syntax error reporting in doas:
Vadim Zhukov
2015-07-22
Implement quoting support in doas.conf. Now you can pass environment
Vadim Zhukov
2015-07-21
cases should line up with switch, from Dimitris Papastamos
Ted Unangst
2015-07-21
Add argument matching support to doas.
Vadim Zhukov
2015-07-19
wrap long lines and kill some whitespace
Sebastian Benoit
2015-07-19
In the config file allow line continuations with backslashes.
Sebastian Benoit
2015-07-16
Prototype yy* functions, and use verrx in yyerror(). ok tedu
Nicholas Marriott
2015-07-16
Allow (almost) any non-space character to be a part of "word" in doas.conf.
Vadim Zhukov
2015-07-16
Missing reallocarray check in doas.c (ok tedu) and a calloc in parse.y
Nicholas Marriott
2015-07-16
import doas. still subject to changes, large and small.
Ted Unangst