Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-13 | Make backend requests async | Simo Sorce | 1 | -14/+223 | |
2009-02-13 | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 1 | -1/+1 | |
throw away databases Check version and init main db if empty | |||||
2009-02-12 | Remove dp_cli_sbus_init | Simo Sorce | 1 | -12/+5 | |
2009-01-27 | Refactoring the monitor code and SBUS utility functions. | Stephen Gallagher | 1 | -11/+59 | |
2009-01-14 | Add code to make it easier to reconnect in case the server | Simo Sorce | 1 | -15/+3 | |
is not available immediately or drops the dbus connection. First step is the nss connection to the data provider. | |||||
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 1 | -3/+2 | |
rename everything with the sysdb suffix. | |||||
2009-01-11 | Turn ldap_provider.c into proxy.c and make it possible to load just any | Simo Sorce | 1 | -1/+2 | |
libnss library through config directives on the domain object | |||||
2009-01-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -18/+53 | |
and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet. | |||||
2009-01-06 | Add more infrastructure to data provider to dispatch requests (still untested). | Simo Sorce | 1 | -153/+87 | |
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested). | |||||
2009-01-05 | Fix dp client to connect to the right dbus pipe | Simo Sorce | 1 | -11/+16 | |
2008-12-15 | Adding a parameter to the sbus_service_sbus_init function to allow passing ↵ | Stephen Gallagher | 1 | -1/+1 | |
in an sbus_conn_destructor_fn to the sbus_new_connection() function. Fixing minor warning about the usage of talloc_reference. | |||||
2008-12-10 | Initial work on a test provider using the gross hack of dlopen()ing nss_ldap | Simo Sorce | 1 | -8/+9 | |
:-) | |||||
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -0/+515 | |
and frontends (pam, nss, ... modules) can connect to. |