summaryrefslogtreecommitdiff
path: root/server/external/libpcre.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-09-01check if libpcre version is above or below 7Sumit Bose1-1/+7
PCRE_DUPNAMES is a new feature of libpcre 7. It is used in sssd to make the splitting of fully qualified user names more flexible.
2009-06-18Add configure check for PCRE >= 7Stephen Gallagher1-0/+2
2009-04-07Clean up warnings in SSSDStephen Gallagher1-1/+1
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce1-0/+7
A new nss_parse_name function uses pcre to parse names, this makes it possible, in future, to make the filter user configurable. Add a new filter mechanism to filter out users that uses the negative cache by setting a permanet negative entry. Rework the entry points where the negative cache is checked for.