summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_backend.h
Commit message (Collapse)AuthorAgeFilesLines
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-1/+1
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add PAM responderSumit Bose2009-02-241-0/+8
| | | | | | | Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Make backend requests asyncSimo Sorce2009-02-131-4/+27
|
* Regroup database rleated functions under db andSimo Sorce2009-01-121-10/+2
| | | | rename everything with the sysdb suffix.
* Add support for getpwuid in proxy backendSimo Sorce2009-01-111-0/+1
|
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-0/+1
| | | | libnss library through config directives on the domain object
* Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce2009-01-061-0/+57
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested).