Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-01 | check if libpcre version is above or below 7 | Sumit Bose | 1 | -1/+13 | |
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-08-05 | Move parsing of names and domains into util/ | Jakub Hrozek | 1 | -0/+118 | |
2009-02-24 | Adding support for CheckPermissions to InfoPipe. | Stephen Gallagher | 1 | -0/+35 | |
CheckPermissions will currently return unrestricted access to the root user, and no access to any other user. Once we decide on an ACL mechanism, this will be easy to change. I have also added very basic tests for the Introspect and CheckPermissions methods. |