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_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   7 years  tedu   the environment handling code was showing its age. just because environ is a cha...
[TXT] doas.1  1.19   7 years  tedu   -L means no command
[TXT] doas.c  1.70   7 years  tedu   exit test for -L was reversed. spotted by Michael Forney
[TXT] doas.conf.5  1.32   7 years  tedu   simplify example. list of ports variables was non-exahustive, which means what e...
[TXT] doas.h  1.12   7 years  tedu   move yyparse decl next to yyfp
[TXT] env.c  1.5   7 years  deraadt   use static in the right places to seperate modules better ok tedu
[TXT] parse.y  1.26   7 years  tedu   envlist and arglist are both string lists; simplify ok benno