summaryrefslogtreecommitdiff
path: root/usr.bin/doas/doas.h
AgeCommit message (Expand)Author
2021-11-30Improved error handling in config parser.Tobias Stoeckmann
2021-09-07Retry up to 3 times on password authentication failureJoshua Stein
2021-01-27Promote nrules/maxrules to size_t and make sure they can't overflow.Todd C. Miller
2020-10-09Add nolog option to avoid syslog(3)kn
2019-06-17setusercontext resets PATH (which we want). but then it becomesTed Unangst
2019-06-16redo the environment inheritance to not inherit. it was intended to makeTed Unangst
2017-04-06prepenv can take a const ruleTed Unangst
2016-10-05move yyparse decl next to yyfpTed Unangst
2016-10-05as a result of the env rework, arraylen() is only used in parse.y.Ted Unangst
2016-09-15use static in the right places to seperate modules betterTheo de Raadt
2016-09-02add support for the verified auth ioctls using 'persist' rules.Ted Unangst
2016-06-19Move the RB_ code from doas.h to env.c, and limit the environment interface to aMartijn van Duren
2016-06-16the environment handling code was showing its age. just because environTed Unangst
2016-06-07revert recent changes to allow setenv. everybody now has an idea aboutTed Unangst
2016-06-05add a doas.conf setenv directive that allows setting environmentDamien Miller
2015-07-24Further improve syntax error reporting in doas:Vadim Zhukov
2015-07-21Add argument matching support to doas.Vadim Zhukov
2015-07-18Add RCS ID.Brian Callahan
2015-07-16import doas. still subject to changes, large and small.Ted Unangst