]> git.armaanb.net Git - opendoas.git/shortlog
opendoas.git
2015-07-21 Vadim ZhukovAdd argument matching support to doas.
2015-07-20 Ted UnangstSHELL is out, from Michael Reed
2015-07-20 Jean-Marie... whitespace;
2015-07-20 Ted Unangstsf points out sudo doesn't allow SHELL in children
2015-07-20 Ted Unangstcheck that badlisted env has = after the name
2015-07-20 Ted Unangstrescope and rename some variables to reduce pressure...
2015-07-20 Ted Unangstintroduce a minimal badset ($ENV) for environment strip...
2015-07-19 <benno@openbsd... wrap long lines and kill some whitespace
2015-07-19 <benno@openbsd... In the config file allow line continuations with backsl...
2015-07-19 Jean-Marie... whitespace;
2015-07-19 Marc Espiespell out complete path to config file, okay tedu@
2015-07-19 Ted Unangstsudo emulation: if execvpe fails with ENOENT, print...
2015-07-18 Ted Unangstrearrange variable decls a little
2015-07-18 Brian CallahanAdd RCS ID.
2015-07-18 <bentley@openbsd... identity isn't optional.
2015-07-18 Nicholas MarriottAdd doas -s as a shorthand for doas $SHELL. ok tedu
2015-07-18 <doug@openbsd... Add more error checking and use named constants when...
2015-07-17 Ingo Schwarzeadd some missing content and markup and optimize some...
2015-07-17 Ted Unangsttweak wording
2015-07-17 Ted Unangstimprove wording, from Thanos Tsouanas
2015-07-16 Nicholas MarriottFail if /etc/doas.conf is g+w or o+w or is not owned...
2015-07-16 Nicholas MarriottPrototype yy* functions, and use verrx in yyerror(...
2015-07-16 Vadim ZhukovAllow (almost) any non-space character to be a part...
2015-07-16 Nicholas MarriottMissing reallocarray check in doas.c (ok tedu) and...
2015-07-16 Theo de Raadtwrap long lines
2015-07-16 Ted Unangstdoas grows up. no insults.
2015-07-16 Nicholas MarriottTypo: exeucte -> execute
2015-07-16 Ted Unangstcombine fprintfs and use a constant format string....
2015-07-16 Ted Unangstimport doas. still subject to changes, large and small.