[sudo-commits] sudo changeset 10445:60448afe813d

Todd C. Miller Todd.Miller at courtesan.com
Wed May 11 09:42:06 MDT 2016


changeset:	10445:60448afe813d in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/60448afe813d
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 11 09:40:31 2016 -0600

Log Message:
	Remove sudo_mkpwcache() and sudo_mkgrcache().  We now create the
	caches as needed on demand.  Also remove calls to sudo_freepwcache()
	and sudo_freegrcache() that are immediately followed by execve(),
	they are not needed.

diffstat:

 plugins/sudoers/iolog.c       |   5 --
 plugins/sudoers/pwutil.c      |  98 ++++++++++++++++++++++++++++--------------
 plugins/sudoers/sudoers.c     |   5 --
 plugins/sudoers/sudoers.h     |   2 -
 plugins/sudoers/testsudoers.c |   2 -
 plugins/sudoers/visudo.c      |   7 ---
 6 files changed, 66 insertions(+), 53 deletions(-)


More information about the sudo-commits mailing list