OpenBSD CVS

src/usr.bin/doas/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / doas

Current tag: OPENBSD_5_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.1   8 years  tedu   import doas. still subject to changes, large and small.
[TXT] doas.1  1.15   8 years  sthen   Support -a <auth_style> in doas(1). Allows specifying a non-default auth style, ...
[TXT] doas.c  1.51   8 years  martijn   Do a carriage return before password prompt. OK tedu@
[TXT] doas.conf.5  1.18   8 years  jmc   tweak previous;
[TXT] doas.h  1.4   8 years  zhuk   Further improve syntax error reporting in doas: - teach parser to recover aft...
[TXT] parse.y  1.14   8 years  tedu   espie reminds me that EOF can happen for errors as well, so check for that happe...