]> granicus.if.org Git - sudo/commit
o Add '!' correctly when expanding Aliases.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Aug 1999 17:28:47 +0000 (17:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Aug 1999 17:28:47 +0000 (17:28 +0000)
commit16ab37701897465433613d86c6580fa3e9feab7f
treeaecda2d589e31aa70cbc8f90f4530d69adfa726a
parent0d5a675f5b0a96c77f32921d0aca79fecb745b2b
o Add '!' correctly when expanding Aliases.
o Add shortcut macros for append() to make things more readable.
o The separator in append() is now a string instead of a char.
o In append(), only prepend the separator if the last char is not a '!'.
  This is a hack but it greatly simplifies '!' handling.
o In -l mode, Runas lists and NOPASSWD/PASSWD tags are now inherited
  across entries in a list (matches current behavior).
o Fix formatting in -l mode such that items in a list are separated by
  a space.  Greatlt improves readability.
o Space for name field in struct aliasinfo is now allocated dyanically
  instead of using a (big) buffer.
o In add_alias(), only search the list once (lsearch instead of lfind + lsearch)
parse.yacc
sudo.tab.c