summaryrefslogtreecommitdiff
path: root/lib/util/unix_match.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: Move unix_wild_match() from source3/lib/util to lib/util/Jeremy Allison2016-11-161-0/+183
Use top-level functions instead of source3 specific ones. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12419 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>