]> git.armaanb.net Git - opendoas.git/history - doas.c
refine a comment
[opendoas.git] / doas.c
2015-07-29 Ted Unangstrefine a comment
2015-07-28 Theo de Raadtwrap some exceedingly long lines
2015-07-28 Vadim ZhukovRename some variables and add few comments in keepenv...
2015-07-28 Vadim ZhukovFix keepenv handling. Initially reported by Ze Loff...
2015-07-27 Marc EspieAdd -n to usage. As noticed by Theo Buehler.
2015-07-26 Ted Unangstcheckconfig doesn't return anymore, noted by zhuk
2015-07-26 Marc Espienflag (as in sudo, force non-interactive mode)
2015-07-26 Vadim ZhukovOops, CVS mismerged changes, resulting in compilable...
2015-07-26 Ted Unangsttweak config checking slightly
2015-07-26 Vadim ZhukovStop exiting on cmdline overflow: it's used only for...
2015-07-26 Vadim ZhukovImplement command matching without execution. This...
2015-07-24 Vadim ZhukovFurther improve syntax error reporting in doas:
2015-07-22 Vadim ZhukovSmall tweaks:
2015-07-22 Theo de Raadtone whitespace out of place
2015-07-21 Jean-Marie Cannieoptions w/o args go first in SYNOPSIS, and add -C to...
2015-07-21 Ted Unangstoops, previous commit regarding cases should have just...
2015-07-21 Ted Unangstcases should line up with switch, from Dimitris Papastamos
2015-07-21 Vadim ZhukovAdd argument matching support to doas.
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 Ted Unangstsudo emulation: if execvpe fails with ENOENT, print...
2015-07-18 Ted Unangstrearrange variable decls a little
2015-07-18 Nicholas MarriottAdd doas -s as a shorthand for doas $SHELL. ok tedu
2015-07-18 <doug@openbsd.org>Add more error checking and use named constants when...
2015-07-16 Nicholas MarriottFail if /etc/doas.conf is g+w or o+w or is not owned...
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 Ted Unangstcombine fprintfs and use a constant format string....
2015-07-16 Ted Unangstimport doas. still subject to changes, large and small.