summaryrefslogtreecommitdiffstats
path: root/server/util/usertools.c
Commit message (Collapse)AuthorAgeFilesLines
* Free the PCRE regexp with destructorJakub Hrozek2009-11-041-0/+10
|
* Use correct talloc context in sss_names_init()Martin Nagy2009-10-221-2/+2
|
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-6/+4
| | | | | This converts a great many configuration options to the new standard format.
* more fixes for older libpcre versionssbose2009-09-091-2/+4
| | | | | - older version of libpcre only support the Python syntax (?P<name>) for named subpatterns
* check if libpcre version is above or below 7Sumit Bose2009-09-011-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.
* Move parsing of names and domains into util/Jakub Hrozek2009-08-051-0/+118
|
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-241-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.