summaryrefslogtreecommitdiffstats
path: root/server/providers/data_provider_be.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix dp client to connect to the right dbus pipeSimo Sorce2009-01-051-11/+16
|
* Adding a parameter to the sbus_service_sbus_init function to allow passing ↵Stephen Gallagher2008-12-151-1/+1
| | | | in an sbus_conn_destructor_fn to the sbus_new_connection() function. Fixing minor warning about the usage of talloc_reference.
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-8/+9
| | | | :-)
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-0/+515
and frontends (pam, nss, ... modules) can connect to.