summaryrefslogtreecommitdiff
path: root/usr.bin/doas/env.c
AgeCommit message (Expand)Author
2019-07-07fix one last edge case regarding PATH, allows simpler config.Ted Unangst
2019-06-17setusercontext resets PATH (which we want). but then it becomesTed Unangst
2019-06-17always reset the "su" variables, which is more consistent and predictable.Ted 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-09-15use static in the right places to seperate modules betterTheo de Raadt
2016-07-10rename variable for consistencyTed Unangst
2016-06-27revise environment handling.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