summaryrefslogtreecommitdiffstats
path: root/usr.bin/doas/env.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-07fix one last edge case regarding PATH, allows simpler config.tedu1-2/+5
2019-06-17setusercontext resets PATH (which we want). but then it becomestedu1-3/+9
2019-06-17always reset the "su" variables, which is more consistent and predictable.tedu1-14/+12
2019-06-16redo the environment inheritance to not inherit. it was intended to maketedu1-13/+34
2017-04-06prepenv can take a const ruletedu1-3/+3
2016-09-15use static in the right places to seperate modules betterderaadt1-2/+2
2016-07-10rename variable for consistencytedu1-6/+6
2016-06-27revise environment handling.tedu1-78/+105
2016-06-19Move the RB_ code from doas.h to env.c, and limit the environment interface to amartijn1-2/+29
2016-06-16the environment handling code was showing its age. just because environtedu1-0/+153