[sudo-commits] sudo changeset 11501:a15902cde4eb

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 27 07:26:55 MDT 2018


changeset:	11501:a15902cde4eb in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a15902cde4eb
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Aug 26 19:48:14 2018 -0600

Log Message:
	Move string list functions to their own file.

diffstat:

 MANIFEST                            |   2 +
 plugins/sudoers/Makefile.in         |  38 +++++++++------
 plugins/sudoers/cvtsudoers.c        |  65 +------------------------
 plugins/sudoers/cvtsudoers.h        |  25 ++--------
 plugins/sudoers/cvtsudoers_ldif.c   |  48 +++++++++---------
 plugins/sudoers/cvtsudoers_pwutil.c |   8 +-
 plugins/sudoers/strlist.c           |  92 +++++++++++++++++++++++++++++++++++++
 plugins/sudoers/strlist.h           |  38 +++++++++++++++
 8 files changed, 191 insertions(+), 125 deletions(-)


More information about the sudo-commits mailing list