[sudo-cvs] CVS commit: sudo

Todd.Miller at courtesan.com Todd.Miller at courtesan.com
Sat Jun 9 07:24:49 EDT 2007


Module Name:	sudo
Committed By:	millert
Date:		Sat Jun  9 11:24:49 UTC 2007

Modified Files:
	sudo: config.h.in configure.in
	sudo/auth: kerb5.c

Log Message:
 o use krb5_verify_user() if available instead of doing it by hand
 o use krb5_init_secure_context() if we have it
 o pass an encryption type of 0 to krb5_kt_read_service_key() instead of
   ENCTYPE_DES_CBC_MD5 to let kerberos choose.


To generate a diff of this commit:
cvs rdiff -r1.210 -r1.211 sudo/config.h.in
cvs rdiff -r1.463 -r1.464 sudo/configure.in
cvs rdiff -r1.28 -r1.29 sudo/auth/kerb5.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