[sudo-commits] sudo changeset 8455:b419b48a436f

Todd C. Miller Todd.Miller at courtesan.com
Fri Oct 26 14:42:42 EDT 2012


changeset:	8455:b419b48a436f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b419b48a436f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Oct 23 14:27:52 2012 -0400

Log Message:
	Move expand_prompt() into its own source file for easier unit testing.

diffstat:

 MANIFEST                    |    1 +
 plugins/sudoers/Makefile.in |   15 ++-
 plugins/sudoers/check.c     |  129 ---------------------------------
 plugins/sudoers/prompt.c    |  172 ++++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudoers.h   |    4 +-
 5 files changed, 187 insertions(+), 134 deletions(-)


More information about the sudo-commits mailing list