summaryrefslogtreecommitdiffstats
path: root/server/util/usertools.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.