]> granicus.if.org Git - sudo/commit
Fully qualified hosts w/ wildcards were not matching the FQHOST token type.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Mar 2000 04:38:22 +0000 (04:38 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Mar 2000 04:38:22 +0000 (04:38 +0000)
commitffca544b6c1afb64970b49983b82d3407c0e211e
tree49f93ef1f4702f26dc5b3442f81d1e38ecb952b7
parentd72d7ec3fd1586b75a896cc5ccf2e24c8fd6bbbd
Fully qualified hosts w/ wildcards were not matching the FQHOST token type.
There's really no need for a separate token for fully-qualified vs.
unqualified anymore so FQHOST is now history and hostname_matches
now decides which hostname (short or long) to check based on whether
or not the pattern contains a '.'.
sudo.tab.c
sudo.tab.h
testsudoers.c
visudo.c