CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/06/20 15:53:53
Modified files: libexec/security: security Log message: Restore changelist(5) wildcard support that we inadvertently killed by the recent security(8) rewrite. While here: 1) Skip relative paths in changelist(5), and complain about them. 2) Skip file names ending in a tilde ('~') unless the tilde is explicitly specified in the changelist(5). That is, trailing wildcards will not match trailing tildes, as suggested by matthew@. Bug reported by both mk@ and matthew@. OK Andrew Fresh, also tested by and "move forward" mk@