499e4d6 Add a more flexible way to parse and filter names.

Authored and Committed by simo 15 years ago
    Add a more flexible way to parse and filter names.
    
    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.
    
        
file modified
+6 -3
file modified
+1 -0
file modified
+120 -8
file modified
+670 -253