[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Mon Nov 15 12:33:52 EST 2004


Module Name:	sudo
Committed By:	millert
Date:		Mon Nov 15 17:33:52 UTC 2004

Modified Files:
	sudo: gram.y match.c

Log Message:
Use ALIAS for the member type when storing an alias instead of
HOSTALIAS/RUNASALIAS/CMNDALIAS/USERALIAS since match.c relies on
the more generic type.  Expand runas_matches instead of calling
user_matches() inside of it since user_matches() looks up USERALIASes,
not RUNASALIASes.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 sudo/gram.y sudo/match.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