Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -12/+9 | |
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. | |||||
2009-02-13 | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 1 | -1/+9 | |
throw away databases Check version and init main db if empty | |||||
2009-02-12 | Fix copy&paste error | Simo Sorce | 1 | -1/+1 | |
2009-01-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -0/+2 | |
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. | |||||
2008-12-22 | libevents renamed upstream to libtevent | Simo Sorce | 1 | -2/+2 | |
events.h -> tevent.h | |||||
2008-12-10 | Convert leading tabs to 4 spaces | Simo Sorce | 1 | -36/+36 | |
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -1/+4 | |
and frontends (pam, nss, ... modules) can connect to. | |||||
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -112/+28 | |
using the same binary to fork off all services. | |||||
2008-11-25 | Move all server helpers in util/server.c | Simo Sorce | 1 | -0/+400 | |