[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Mon Nov 15 09:53:06 EST 2004


Module Name:	sudo
Committed By:	millert
Date:		Mon Nov 15 14:53:06 UTC 2004

Modified Files:
	sudo: getspwuid.c mon_systrace.c mon_systrace.h sudo.c

Log Message:
Cache passwd db entries in 2 reb-black trees; one indexed by uid,
the other by user name.  The data returned from the cache should
be considered read-only and is destroyed by sudo_endpwent().


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 sudo/getspwuid.c
cvs rdiff -r1.21 -r1.22 sudo/mon_systrace.c
cvs rdiff -r1.6 -r1.7 sudo/mon_systrace.h
cvs rdiff -r1.384 -r1.385 sudo/sudo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the sudo-commits mailing list