]> git.armaanb.net Git - opendoas.git/history - parse.y
Handle empty argv
[opendoas.git] / parse.y
2021-04-04 Armaan BhojwaniAdd insult option to doas.conf v6.9
2021-01-28 teduespie reminds me that EOF can happen for errors as...
2021-01-28 millertPromote nrules/maxrules to size_t and make sure they...
2021-01-28 teduafter reading a too long line, restart at the beginning...
2021-01-28 mikebincrement the line number after the line continuation...
2020-11-12 Duncan Overbruckuse config.h and link objects instead of libopenbsd.a
2020-11-05 knAdd nolog option to avoid syslog(3)
2019-01-30 krwDo for most running out of memory err() what was done...
2019-01-30 gsoaresadjust yyerror() to precede with "progname: " the error...
2017-12-11 teduenvlist and arglist are both string lists; simplify...
2017-12-11 teduit has been six months and two days... remove keepenv...
2017-12-11 tedumissing semicolon at end of rule. yacc doesn't seem...
2017-12-11 teduas a result of the env rework, arraylen() is only used...
2017-12-11 deraadtuse static in the right places to seperate modules...
2017-12-11 tedudon't allow combining nopass and persist in a single...
2017-12-11 teduadd support for the verified auth ioctls using 'persist...
2016-06-27 tedurevise environment handling. Add a setenv keyword for...
2016-06-08 DuncaenRevert "sync with upstream (setenv)"
2016-06-05 Duncaensync with upstream (setenv)
2015-08-05 Nathan HolsteinMerge doas.c 1.34 from OpenBSD CVS.
2015-08-05 Nathan HolsteinSwitch an unsigned for a size_t.
2015-08-05 Nathan HolsteinFix memory corruption bug in rules parsing.
2015-08-05 Nathan HolsteinFix a sign comparison warning.
2015-08-05 Nathan HolsteinHeader file revamp to build on MacOSX.
2015-07-28 Theo de Raadtwrap some exceedingly long lines
2015-07-24 Vadim ZhukovFurther improve syntax error reporting in doas:
2015-07-22 Vadim ZhukovImplement quoting support in doas.conf. Now you can...
2015-07-21 Ted Unangstcases should line up with switch, from Dimitris Papastamos
2015-07-21 Vadim ZhukovAdd argument matching support to doas.
2015-07-19 <benno@openbsd... wrap long lines and kill some whitespace
2015-07-19 <benno@openbsd... In the config file allow line continuations with backsl...
2015-07-16 Nicholas MarriottPrototype yy* functions, and use verrx in yyerror(...
2015-07-16 Vadim ZhukovAllow (almost) any non-space character to be a part...
2015-07-16 Nicholas MarriottMissing reallocarray check in doas.c (ok tedu) and...
2015-07-16 Ted Unangstimport doas. still subject to changes, large and small.