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
Age
Commit message (
Expand
)
Author
2015-07-23
tweak previous;
Jason McIntyre
2015-07-22
Implement quoting support in doas.conf. Now you can pass environment
Vadim Zhukov
2015-07-22
Small tweaks:
Vadim Zhukov
2015-07-22
tweak previous; ok zhuk
Jason McIntyre
2015-07-22
one whitespace out of place
Theo de Raadt
2015-07-21
options w/o args go first in SYNOPSIS, and add -C to usage();
Jason McIntyre
2015-07-21
oops, previous commit regarding cases should have just been for parse.y.
Ted Unangst
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-20
SHELL is out, from Michael Reed
Ted Unangst
2015-07-20
whitespace;
Jason McIntyre
2015-07-20
sf points out sudo doesn't allow SHELL in children
Ted Unangst
2015-07-20
check that badlisted env has = after the name
Ted Unangst
2015-07-20
rescope and rename some variables to reduce pressure on the alphabet
Ted Unangst
2015-07-20
introduce a minimal badset ($ENV) for environment stripping so that
Ted Unangst
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-19
whitespace;
Jason McIntyre
2015-07-19
spell out complete path to config file, okay tedu@
Marc Espie
2015-07-19
sudo emulation: if execvpe fails with ENOENT, print "command not found"
Ted Unangst
2015-07-18
rearrange variable decls a little
Ted Unangst
2015-07-18
Add RCS ID.
Brian Callahan
2015-07-18
identity isn't optional.
Anthony J. Bentley
2015-07-18
Add doas -s as a shorthand for doas $SHELL. ok tedu
Nicholas Marriott
2015-07-18
Add more error checking and use named constants when useful.
Doug Hogan
2015-07-17
add some missing content and markup and optimize some indentation
Ingo Schwarze
2015-07-17
tweak wording
Ted Unangst
2015-07-17
improve wording, from Thanos Tsouanas
Ted Unangst
2015-07-16
Fail if /etc/doas.conf is g+w or o+w or is not owned by root. ok tedu
Nicholas Marriott
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
wrap long lines
Theo de Raadt
2015-07-16
doas grows up. no insults.
Ted Unangst
2015-07-16
Typo: exeucte -> execute
Nicholas Marriott
2015-07-16
combine fprintfs and use a constant format string. hint from reyk
Ted Unangst
2015-07-16
import doas. still subject to changes, large and small.
Ted Unangst