]> granicus.if.org Git - sudo/commit
Add NOTBEFORE and NOTAFTER command options similar to what is
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 18 Feb 2017 22:35:48 +0000 (15:35 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 18 Feb 2017 22:35:48 +0000 (15:35 -0700)
commite5dee1557e5d539cc2138a8000dee4f1cc5007bb
treea2a1ac0f434009a47252e3970daf29873b5c2045
parent3b19d05fe9f0d58cd2b036010c1a54ab8001401c
Add NOTBEFORE and NOTAFTER command options similar to what is
already available in LDAP.
29 files changed:
MANIFEST
config.h.in
configure
configure.ac
doc/sudoers.cat
doc/sudoers.man.in
doc/sudoers.mdoc.in
include/sudo_debug.h
lib/util/sudo_debug.c
lib/util/util.exp.in
plugins/sudoers/Makefile.in
plugins/sudoers/gentime.c [new file with mode: 0644]
plugins/sudoers/gmtoff.c [new file with mode: 0644]
plugins/sudoers/gram.c
plugins/sudoers/gram.h
plugins/sudoers/gram.y
plugins/sudoers/parse.c
plugins/sudoers/parse.h
plugins/sudoers/regress/parser/check_gentime.c [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test19.in [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test19.json.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test19.out.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test19.toke.ok [new file with mode: 0644]
plugins/sudoers/regress/visudo/test10.out.ok [new file with mode: 0644]
plugins/sudoers/regress/visudo/test10.sh [new file with mode: 0755]
plugins/sudoers/sudoers_version.h
plugins/sudoers/testsudoers.c
plugins/sudoers/toke.c
plugins/sudoers/toke.l