summaryrefslogtreecommitdiff
path: root/usr.bin/doas
AgeCommit message (Expand)Author
2015-07-23tweak previous;Jason McIntyre
2015-07-22Implement quoting support in doas.conf. Now you can pass environmentVadim Zhukov
2015-07-22Small tweaks:Vadim Zhukov
2015-07-22tweak previous; ok zhukJason McIntyre
2015-07-22one whitespace out of placeTheo de Raadt
2015-07-21options w/o args go first in SYNOPSIS, and add -C to usage();Jason McIntyre
2015-07-21oops, previous commit regarding cases should have just been for parse.y.Ted Unangst
2015-07-21cases should line up with switch, from Dimitris PapastamosTed Unangst
2015-07-21Add argument matching support to doas.Vadim Zhukov
2015-07-20SHELL is out, from Michael ReedTed Unangst
2015-07-20whitespace;Jason McIntyre
2015-07-20sf points out sudo doesn't allow SHELL in childrenTed Unangst
2015-07-20check that badlisted env has = after the nameTed Unangst
2015-07-20rescope and rename some variables to reduce pressure on the alphabetTed Unangst
2015-07-20introduce a minimal badset ($ENV) for environment stripping so thatTed Unangst
2015-07-19wrap long lines and kill some whitespaceSebastian Benoit
2015-07-19In the config file allow line continuations with backslashes.Sebastian Benoit
2015-07-19whitespace;Jason McIntyre
2015-07-19spell out complete path to config file, okay tedu@Marc Espie
2015-07-19sudo emulation: if execvpe fails with ENOENT, print "command not found"Ted Unangst
2015-07-18rearrange variable decls a littleTed Unangst
2015-07-18Add RCS ID.Brian Callahan
2015-07-18identity isn't optional.Anthony J. Bentley
2015-07-18Add doas -s as a shorthand for doas $SHELL. ok teduNicholas Marriott
2015-07-18Add more error checking and use named constants when useful.Doug Hogan
2015-07-17add some missing content and markup and optimize some indentationIngo Schwarze
2015-07-17tweak wordingTed Unangst
2015-07-17improve wording, from Thanos TsouanasTed Unangst
2015-07-16Fail if /etc/doas.conf is g+w or o+w or is not owned by root. ok teduNicholas Marriott
2015-07-16Prototype yy* functions, and use verrx in yyerror(). ok teduNicholas Marriott
2015-07-16Allow (almost) any non-space character to be a part of "word" in doas.conf.Vadim Zhukov
2015-07-16Missing reallocarray check in doas.c (ok tedu) and a calloc in parse.yNicholas Marriott
2015-07-16wrap long linesTheo de Raadt
2015-07-16doas grows up. no insults.Ted Unangst
2015-07-16Typo: exeucte -> executeNicholas Marriott
2015-07-16combine fprintfs and use a constant format string. hint from reykTed Unangst
2015-07-16import doas. still subject to changes, large and small.Ted Unangst