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
/
doas.h
Age
Commit message (
Expand
)
Author
2021-11-30
Improved error handling in config parser.
Tobias Stoeckmann
2021-09-07
Retry up to 3 times on password authentication failure
Joshua Stein
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
2019-06-17
setusercontext resets PATH (which we want). but then it becomes
Ted Unangst
2019-06-16
redo the environment inheritance to not inherit. it was intended to make
Ted Unangst
2017-04-06
prepenv can take a const rule
Ted Unangst
2016-10-05
move yyparse decl next to yyfp
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-02
add support for the verified auth ioctls using 'persist' rules.
Ted Unangst
2016-06-19
Move the RB_ code from doas.h to env.c, and limit the environment interface to a
Martijn van Duren
2016-06-16
the environment handling code was showing its age. just because environ
Ted Unangst
2016-06-07
revert recent changes to allow setenv. everybody now has an idea about
Ted Unangst
2016-06-05
add a doas.conf setenv directive that allows setting environment
Damien Miller
2015-07-24
Further improve syntax error reporting in doas:
Vadim Zhukov
2015-07-21
Add argument matching support to doas.
Vadim Zhukov
2015-07-18
Add RCS ID.
Brian Callahan
2015-07-16
import doas. still subject to changes, large and small.
Ted Unangst