]> granicus.if.org Git - sudo/commit
Use ALIAS for the member type when storing an alias instead of
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Nov 2004 17:33:52 +0000 (17:33 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Nov 2004 17:33:52 +0000 (17:33 +0000)
commitd076091ab335ac421bdd8c20e254688381752813
tree877e921155e909b648720cee3eb8e2f335d0feaf
parent77cb1b56aac0f00cc7245077bab9efd581b95809
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.
gram.y
match.c