summaryrefslogtreecommitdiff
path: root/server/providers/dp_backend.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24Add PAM responderSumit Bose1-0/+8
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>
2009-02-13Make backend requests asyncSimo Sorce1-4/+27
2009-01-12Regroup database rleated functions under db andSimo Sorce1-10/+2
rename everything with the sysdb suffix.
2009-01-11Add support for getpwuid in proxy backendSimo Sorce1-0/+1
2009-01-11Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce1-0/+1
libnss library through config directives on the domain object
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-0/+57
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested).