[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Wed Dec 19 14:29:32 EST 2007


Module Name:	sudo
Committed By:	millert
Date:		Wed Dec 19 19:29:32 UTC 2007

Modified Files:
	sudo [SUDO_1_6_9]: 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.186.2.19 -r1.186.2.20 sudo/config.h.in
cvs rdiff -r1.159.2.31 -r1.159.2.32 sudo/configure
cvs rdiff -r1.413.2.33 -r1.413.2.34 sudo/configure.in
cvs rdiff -r1.11.2.27 -r1.11.2.28 sudo/ldap.c




More information about the sudo-commits mailing list