summaryrefslogtreecommitdiffstats
path: root/server/external/libpcre.m4
Commit message (Collapse)AuthorAgeFilesLines
* Add configure check for PCRE >= 7Stephen Gallagher2009-06-181-0/+2
|
* Clean up warnings in SSSDStephen Gallagher2009-04-071-1/+1
|
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-011-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.