[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Wed Dec 19 14:28:58 EST 2007


Module Name:	sudo
Committed By:	millert
Date:		Wed Dec 19 19:28:58 UTC 2007

Modified Files:
	sudo: config.h.in configure configure.in ldap.c

Log Message:
Use ldapssl_init() for ldaps support instead of trying
to do it manually with ldap_init() + ldapssl_install_routines().
Use tls_cert and tls_key for cert7.db and key3.db respectively.
Don't print debugging info for options that are not set.
Add warning if start_tls specified when not supported.


To generate a diff of this commit:
cvs rdiff -r1.224 -r1.225 sudo/config.h.in
cvs rdiff -r1.234 -r1.235 sudo/configure
cvs rdiff -r1.500 -r1.501 sudo/configure.in
cvs rdiff -r1.68 -r1.69 sudo/ldap.c




More information about the sudo-commits mailing list