Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-20 | Enable autoreconnection of Data Provider Backends to the Data Provider | Stephen Gallagher | 1 | -0/+12 | |
2009-03-19 | use pam_data as main data structure for dbus communication | Sumit Bose | 1 | -6/+0 | |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -1/+1 | |
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. | |||||
2009-02-24 | Add PAM responder | Sumit Bose | 1 | -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-13 | Make backend requests async | Simo Sorce | 1 | -4/+27 | |
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 1 | -10/+2 | |
rename everything with the sysdb suffix. | |||||
2009-01-11 | Add support for getpwuid in proxy backend | Simo Sorce | 1 | -0/+1 | |
2009-01-11 | Turn ldap_provider.c into proxy.c and make it possible to load just any | Simo Sorce | 1 | -0/+1 | |
libnss library through config directives on the domain object | |||||
2009-01-06 | Add more infrastructure to data provider to dispatch requests (still untested). | Simo Sorce | 1 | -0/+57 | |
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested). |