summaryrefslogtreecommitdiffstats
path: root/server/util/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-12/+9
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-1/+9
| | | | | throw away databases Check version and init main db if empty
* Fix copy&paste errorSimo Sorce2009-02-121-1/+1
|
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-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.
* libevents renamed upstream to libteventSimo Sorce2008-12-221-2/+2
| | | | events.h -> tevent.h
* Convert leading tabs to 4 spacesSimo Sorce2008-12-101-36/+36
|
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-1/+4
| | | | and frontends (pam, nss, ... modules) can connect to.
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-112/+28
| | | | using the same binary to fork off all services.
* Move all server helpers in util/server.cSimo Sorce2008-11-251-0/+400