[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Mon Apr 11 21:33:24 EDT 2005


Module Name:	sudo
Committed By:	millert
Date:		Tue Apr 12 01:33:24 UTC 2005

Modified Files:
	sudo: ldap.c

Log Message:
Reorganize LDAP code to better match normal sudoers parsing.  Instead
of storing strings for later printing in -l mode we do another query
since the authenticating user and the user being listed may not be
the same (the new -U flag).  Also add support for "sudo -l command".

There is still a fair bit if duplicated code that can probably
be refactored.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 sudo/ldap.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