[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Mon Apr 11 21:37:08 EDT 2005


Module Name:	sudo
Committed By:	millert
Date:		Tue Apr 12 01:37:08 UTC 2005

Modified Files:
	sudo: parse.c sudo.c sudo.h

Log Message:
In -l mode, only check local sudoers file if def_ignore_sudoers is not set
and call LDAP versions from display_privs() and display_cmnd() instead
of directly from main().  Because of this we need to defer closing
the ldap connection until after -l processing has ocurred and we
must pass in the ldap pointer to display_privs() and display_cmnd().


To generate a diff of this commit:
cvs rdiff -r1.185 -r1.186 sudo/parse.c
cvs rdiff -r1.416 -r1.417 sudo/sudo.c
cvs rdiff -r1.233 -r1.234 sudo/sudo.h

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