]> git.armaanb.net Git - opendoas.git/log
opendoas.git
8 years agoadd some missing content and markup and optimize some indentation
Ingo Schwarze [Fri, 17 Jul 2015 20:50:31 +0000 (20:50 +0000)]
add some missing content and markup and optimize some indentation
ok tedu@

8 years agotweak wording
Ted Unangst [Fri, 17 Jul 2015 20:24:41 +0000 (20:24 +0000)]
tweak wording

8 years agoimprove wording, from Thanos Tsouanas
Ted Unangst [Fri, 17 Jul 2015 17:11:18 +0000 (17:11 +0000)]
improve wording, from Thanos Tsouanas

8 years agoFail if /etc/doas.conf is g+w or o+w or is not owned by root. ok tedu
Nicholas Marriott [Thu, 16 Jul 2015 23:22:08 +0000 (23:22 +0000)]
Fail if /etc/doas.conf is g+w or o+w or is not owned by root. ok tedu

8 years agoPrototype yy* functions, and use verrx in yyerror(). ok tedu
Nicholas Marriott [Thu, 16 Jul 2015 23:02:56 +0000 (23:02 +0000)]
Prototype yy* functions, and use verrx in yyerror(). ok tedu

8 years agoAllow (almost) any non-space character to be a part of "word" in doas.conf.
Vadim Zhukov [Thu, 16 Jul 2015 22:33:01 +0000 (22:33 +0000)]
Allow (almost) any non-space character to be a part of "word" in doas.conf.
This allows weird commands like /bin/echo to be used for real. No command
arguments handling yet, though, as well as quoting.

okay tedu@

8 years agoMissing reallocarray check in doas.c (ok tedu) and a calloc in parse.y
Nicholas Marriott [Thu, 16 Jul 2015 22:11:01 +0000 (22:11 +0000)]
Missing reallocarray check in doas.c (ok tedu) and a calloc in parse.y
as well.

8 years agowrap long lines
Theo de Raadt [Thu, 16 Jul 2015 21:57:54 +0000 (21:57 +0000)]
wrap long lines

8 years agodoas grows up. no insults.
Ted Unangst [Thu, 16 Jul 2015 21:55:03 +0000 (21:55 +0000)]
doas grows up. no insults.

8 years agoTypo: exeucte -> execute
Nicholas Marriott [Thu, 16 Jul 2015 21:24:07 +0000 (21:24 +0000)]
Typo: exeucte -> execute

8 years agocombine fprintfs and use a constant format string. hint from reyk
Ted Unangst [Thu, 16 Jul 2015 21:00:59 +0000 (21:00 +0000)]
combine fprintfs and use a constant format string. hint from reyk

8 years agoimport doas. still subject to changes, large and small.
Ted Unangst [Thu, 16 Jul 2015 20:44:21 +0000 (20:44 +0000)]
import doas. still subject to changes, large and small.