mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Sync with source file moves.
This commit is contained in:
parent
d6e7face2b
commit
d417d4e4e8
22
MANIFEST
22
MANIFEST
@ -7,6 +7,16 @@ README
|
|||||||
README.LDAP
|
README.LDAP
|
||||||
WHATSNEW
|
WHATSNEW
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
common/Makefile.in
|
||||||
|
common/alloc.c
|
||||||
|
common/atobool.c
|
||||||
|
common/fileops.c
|
||||||
|
common/fmt_string.c
|
||||||
|
common/gettime.c
|
||||||
|
common/lbuf.c
|
||||||
|
common/list.c
|
||||||
|
common/term.c
|
||||||
|
common/zero_bytes.c
|
||||||
compat/Makefile.in
|
compat/Makefile.in
|
||||||
compat/charclass.h
|
compat/charclass.h
|
||||||
compat/closefrom.c
|
compat/closefrom.c
|
||||||
@ -72,6 +82,7 @@ doc/sudoreplay.pod
|
|||||||
doc/visudo.cat
|
doc/visudo.cat
|
||||||
doc/visudo.man.in
|
doc/visudo.man.in
|
||||||
doc/visudo.pod
|
doc/visudo.pod
|
||||||
|
include/Makefile.in
|
||||||
include/alloc.h
|
include/alloc.h
|
||||||
include/compat.h
|
include/compat.h
|
||||||
include/error.h
|
include/error.h
|
||||||
@ -127,7 +138,6 @@ plugins/sudoers/find_path.c
|
|||||||
plugins/sudoers/getdate.c
|
plugins/sudoers/getdate.c
|
||||||
plugins/sudoers/getdate.y
|
plugins/sudoers/getdate.y
|
||||||
plugins/sudoers/getspwuid.c
|
plugins/sudoers/getspwuid.c
|
||||||
plugins/sudoers/gettime.c
|
|
||||||
plugins/sudoers/goodpath.c
|
plugins/sudoers/goodpath.c
|
||||||
plugins/sudoers/gram.c
|
plugins/sudoers/gram.c
|
||||||
plugins/sudoers/gram.h
|
plugins/sudoers/gram.h
|
||||||
@ -169,18 +179,12 @@ plugins/sudoers/vasgroups.c
|
|||||||
plugins/sudoers/visudo.c
|
plugins/sudoers/visudo.c
|
||||||
src/Makefile.in
|
src/Makefile.in
|
||||||
src/aix.c
|
src/aix.c
|
||||||
src/alloc.c
|
|
||||||
src/atobool.c
|
|
||||||
src/conversation.c
|
src/conversation.c
|
||||||
src/error.c
|
src/error.c
|
||||||
src/exec.c
|
src/exec.c
|
||||||
src/fileops.c
|
src/get_pty.c
|
||||||
src/fmt_string.c
|
|
||||||
src/lbuf.c
|
|
||||||
src/list.c
|
|
||||||
src/load_plugins.c
|
src/load_plugins.c
|
||||||
src/parse_args.c
|
src/parse_args.c
|
||||||
src/pty.c
|
|
||||||
src/selinux.c
|
src/selinux.c
|
||||||
src/sesh.c
|
src/sesh.c
|
||||||
src/sudo.c
|
src/sudo.c
|
||||||
@ -189,8 +193,6 @@ src/sudo_edit.c
|
|||||||
src/sudo_noexec.c
|
src/sudo_noexec.c
|
||||||
src/sudo_plugin_int.h
|
src/sudo_plugin_int.h
|
||||||
src/sudo_usage.h.in
|
src/sudo_usage.h.in
|
||||||
src/term.c
|
|
||||||
src/tgetpass.c
|
src/tgetpass.c
|
||||||
src/ttysize.c
|
src/ttysize.c
|
||||||
src/zero_bytes.c
|
|
||||||
sudo.psf
|
sudo.psf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user