]> git.armaanb.net Git - opendoas.git/history - env.c
Handle empty argv
[opendoas.git] / env.c
2020-11-12 Duncan Overbruckremove includes.h and move the prototypes to doas.h
2020-11-12 Duncan Overbruckuse config.h and link objects instead of libopenbsd.a
2019-10-19 tedufix one last edge case regarding PATH, allows simpler...
2019-10-19 tedusetusercontext resets PATH (which we want). but then...
2019-10-19 tedualways reset the "su" variables, which is more consiste...
2019-10-19 teduredo the environment inheritance to not inherit. it...
2017-12-11 teduprepenv can take a const rule
2017-12-11 deraadtuse static in the right places to seperate modules...
2016-06-27 Duncaenminor tweaks
2016-06-27 tedurevise environment handling. Add a setenv keyword for...
2016-06-27 Duncaenfix sys/tree.h test
2016-06-24 Duncaenimport sys-tree.h from openssh-portable
2016-06-24 martijnMove the RB_ code from doas.h to env.c, and limit the...
2016-06-24 teduthe environment handling code was showing its age....