]> granicus.if.org Git - sudo/commit
Allow sudoers programs (visudo, sudoreplay, visudo) to use
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 25 Nov 2012 14:33:52 +0000 (09:33 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 25 Nov 2012 14:33:52 +0000 (09:33 -0500)
commit90147bb6056df4af190fde87405dd6d13c1d8119
treebd3bc7894efc95f811bd277c3d2c811d139d00e8
parent3e5bd8dc52e3eaa2b863da68280e5b0bf8bb5510
Allow sudoers programs (visudo, sudoreplay, visudo) to use
plugin_error.c instead of the error.c from the front-end.  This
means sudoers_setlocale() needs to be independent of the sudo_user
struct and the defaults table.  The sudoers locale is now updated
via a callback.
plugins/sudoers/Makefile.in
plugins/sudoers/locale.c
plugins/sudoers/logging.h
plugins/sudoers/sudoers.c
plugins/sudoers/sudoers.h
plugins/sudoers/sudoreplay.c
plugins/sudoers/testsudoers.c
plugins/sudoers/visudo.c