[sudo-commits] sudo changeset 10025:45fb50775249

Todd C. Miller Todd.Miller at courtesan.com
Tue May 26 20:25:13 MDT 2015


changeset:	10025:45fb50775249 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/45fb50775249
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 26 15:46:41 2015 -0600

Log Message:
	Add sudo_strsplit(), similar to strtok_r() but non-destructive and
	operates on non-C strings (requires a length parameter).

diffstat:

 MANIFEST                  |   1 +
 include/sudo_util.h       |   4 ++
 lib/util/Makefile.in      |  33 ++++++++++--------
 lib/util/strsplit.c       |  80 +++++++++++++++++++++++++++++++++++++++++++++
 lib/util/util.exp.in      |   1 +
 plugins/sudoers/sudoers.c |  82 ++++++++++++++++++++++++++++------------------
 6 files changed, 154 insertions(+), 47 deletions(-)


More information about the sudo-commits mailing list