]> granicus.if.org Git - sudo/commit
Modular sudo front-end which loads policy and I/O plugins that do
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Feb 2010 14:41:49 +0000 (09:41 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Feb 2010 14:41:49 +0000 (09:41 -0500)
commitb6a4cf7233e93f8f4c1dcc9b569a9388463ffffc
treed510cfbccb4463d6db6df8a6c8184c414dd52405
parent90c06ad7f297c38f41224ac17a4fa91d2da9901f
Modular sudo front-end which loads policy and I/O plugins that do
most the actual work.  Currently relies on dynamic loading using
dlopen().  See doc/plugin.pod for the plugin API.
18 files changed:
Makefile [new file with mode: 0644]
configure
configure.in
install-sh [moved from plugins/sudoers/install-sh with 100% similarity]
pathnames.h.in
src/Makefile.in [new file with mode: 0644]
src/conversation.c [new file with mode: 0644]
src/fileops.c
src/fmt_string.c [new file with mode: 0644]
src/load_plugins.c [new file with mode: 0644]
src/parse_args.c [new file with mode: 0644]
src/pty.c
src/script.c
src/sudo.c [new file with mode: 0644]
src/sudo.h [new file with mode: 0644]
src/sudo_plugin_int.h [new file with mode: 0644]
src/sudo_usage.h.in [moved from sudo_usage.h.in with 100% similarity]
src/tgetpass.c