summaryrefslogtreecommitdiffstats
path: root/server/infopipe/infopipe_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Store the InfoPipe introspection XML for subsequent requests.Stephen Gallagher2009-02-251-0/+8
| | | | | | | Right now, the introspection XML file is read in every time a client service requests it. Since the XML cannot change during process lifetime, we'll store it on the infp_ctx object so we don't need to hit the filesystem for requests after the first.
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-241-0/+64
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.