]> granicus.if.org Git - sudo/commit
Use a common function for resolviong the user's editor in sudoedit
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Jun 2015 15:51:36 +0000 (09:51 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Jun 2015 15:51:36 +0000 (09:51 -0600)
commitac13264b447d50ad298735e7b544d74f944b4fc1
treef03ac45f170dc49f1cb76f1b69eba4f718bbd61f
parenta38253b1012293e0547bdc311d428d4efc209930
Use a common function for resolviong the user's editor in sudoedit
and visudo.  The find_path() function now returns a dynamically
allocated path instead of using a static string.
MANIFEST
plugins/sudoers/Makefile.in
plugins/sudoers/editor.c [new file with mode: 0644]
plugins/sudoers/find_path.c
plugins/sudoers/goodpath.c
plugins/sudoers/sudoers.c
plugins/sudoers/sudoers.h
plugins/sudoers/visudo.c