Age | Commit message (Expand) | Author |
2015-09-19 | doas doesn't need any files to be passed in. closefrom STDERR+1. ok benno | Ted Unangst |
2015-09-03 | replace permfail calls with errc. the permfail calls had been retained for | Ted Unangst |
2015-09-01 | increment the line number after the line continuation; ok tedu | Mike Belopuhov |
2015-09-01 | only need to restrict exec path if the rule specifies a command. | Ted Unangst |
2015-08-28 | Document an example that lets root run unrestricted doas commands as | Reyk Floeter |
2015-08-27 | add a type of "auth-doas" to the perm check to allow login.conf fiddling | Ted Unangst |
2015-08-22 | Add cwd context to syslog entry. | Doug Hogan |
2015-08-20 | Show program name for permission failure messages. | Rafael Zalamena |
2015-08-13 | and now we can unify the code. okay tedu@ | Marc Espie |
2015-08-12 | more explicit warnings. Okay tedu@ | Marc Espie |
2015-08-03 | remove an extra getuid call, reported by Martijn van Duren | Ted Unangst |
2015-07-30 | make gid parsing look like uid parsing. from Martijn van Duren | Ted Unangst |
2015-07-30 | Fix usage examples. | Vadim Zhukov |
2015-07-29 | refine a comment | Ted Unangst |
2015-07-28 | wrap some exceedingly long lines | Theo de Raadt |
2015-07-28 | Rename some variables and add few comments in keepenv handling code. | Vadim Zhukov |
2015-07-28 | Fix keepenv handling. Initially reported by Ze Loff on misc@. | Vadim Zhukov |
2015-07-27 | default permitted target is all users, not root. | Ted Unangst |
2015-07-27 | some improvements from michael reed; | Jason McIntyre |
2015-07-27 | Add -n to usage. As noticed by Theo Buehler. | Marc Espie |
2015-07-26 | small clarifications | Ted Unangst |
2015-07-26 | checkconfig doesn't return anymore, noted by zhuk | Ted Unangst |
2015-07-26 | nflag (as in sudo, force non-interactive mode) | Marc Espie |
2015-07-26 | Oops, CVS mismerged changes, resulting in compilable and mostly working, | Vadim Zhukov |
2015-07-26 | tweak config checking slightly | Ted Unangst |
2015-07-26 | Stop exiting on cmdline overflow: it's used only for logging, so aborting | Vadim Zhukov |
2015-07-26 | Implement command matching without execution. This just extends | Vadim Zhukov |
2015-07-24 | Further improve syntax error reporting in doas: | Vadim Zhukov |
2015-07-23 | tweak previous; | Jason McIntyre |
2015-07-22 | Implement quoting support in doas.conf. Now you can pass environment | Vadim Zhukov |
2015-07-22 | Small tweaks: | Vadim Zhukov |
2015-07-22 | tweak previous; ok zhuk | Jason McIntyre |
2015-07-22 | one whitespace out of place | Theo de Raadt |
2015-07-21 | options w/o args go first in SYNOPSIS, and add -C to usage(); | Jason McIntyre |
2015-07-21 | oops, previous commit regarding cases should have just been for parse.y. | Ted Unangst |
2015-07-21 | cases should line up with switch, from Dimitris Papastamos | Ted Unangst |
2015-07-21 | Add argument matching support to doas. | Vadim Zhukov |
2015-07-20 | SHELL is out, from Michael Reed | Ted Unangst |
2015-07-20 | whitespace; | Jason McIntyre |
2015-07-20 | sf points out sudo doesn't allow SHELL in children | Ted Unangst |
2015-07-20 | check that badlisted env has = after the name | Ted Unangst |
2015-07-20 | rescope and rename some variables to reduce pressure on the alphabet | Ted Unangst |
2015-07-20 | introduce a minimal badset ($ENV) for environment stripping so that | Ted Unangst |
2015-07-19 | wrap long lines and kill some whitespace | Sebastian Benoit |
2015-07-19 | In the config file allow line continuations with backslashes. | Sebastian Benoit |
2015-07-19 | whitespace; | Jason McIntyre |
2015-07-19 | spell out complete path to config file, okay tedu@ | Marc Espie |
2015-07-19 | sudo emulation: if execvpe fails with ENOENT, print "command not found" | Ted Unangst |
2015-07-18 | rearrange variable decls a little | Ted Unangst |
2015-07-18 | Add RCS ID. | Brian Callahan |