summaryrefslogtreecommitdiff
path: root/server/responder/common
AgeCommit message (Expand)AuthorFilesLines
2009-12-08dhash: Add private pointer for delete callbackSimo Sorce1-1/+1
2009-12-08Fix potential uninitialized value error in responder_dp.cStephen Gallagher1-1/+1
2009-11-23Speed up user requests while offlineStephen Gallagher2-2/+8
2009-11-12Change var name to make its use more clear.Simo Sorce2-7/+7
2009-10-09Remove DP processSimo Sorce3-34/+78
2009-10-06Remove unused btreemap codeStephen Gallagher2-2/+0
2009-10-05Make dp requests more robustSimo Sorce1-36/+109
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-2/+2
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-38/+38
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-38/+38
2009-09-11Add copyright noticesJakub Hrozek1-0/+21
2009-09-08Split database in multiple filesSimo Sorce2-3/+3
2009-08-27Fix group replies when using member/memberofSimo Sorce2-6/+41
2009-08-18added missing hash_create which was remove by a previous patchSumit Bose1-5/+14
2009-08-17Fix reconnection codeSimo Sorce3-145/+35
2009-08-14Refactor responder_dp.cStephen Gallagher2-91/+91
2009-08-14Don't go to the backend for identical cache entry requestsStephen Gallagher2-54/+294
2009-08-12Eliminate unnecessary explicit timeout for DP account requestsStephen Gallagher1-33/+19
2009-08-11Change the why DP clients identifySimo Sorce3-5/+38
2009-08-11Change services identification mechanismSimo Sorce2-4/+14
2009-08-10Simplify interfaces initializationSimo Sorce3-47/+19
2009-08-10merge server and connection structuresSimo Sorce2-4/+4
2009-08-10Cosmetic changesSimo Sorce3-13/+13
2009-08-10Remove redundant memory contextsSimo Sorce3-22/+28
2009-08-05Move parsing of names and domains into util/Jakub Hrozek2-120/+1
2009-07-20Raise debug level for version negotiationSimo Sorce1-2/+2
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose1-1/+1
2009-05-26Silence warningsSimo Sorce1-2/+2
2009-05-26Do not fire up backend search when the data provider is localJakub Hrozek1-0/+4
2009-05-15added more flexible handling of client protocolSumit Bose2-1/+41
2009-04-27Eliminate segfault on NSS and PAM responder startup.Stephen Gallagher1-0/+4
2009-04-17Force user check and discover user's domainSimo Sorce2-0/+274
2009-04-08Change the way we retrieve domainsSimo Sorce2-37/+2
2009-04-07Unify name parsing and reposnder headersSimo Sorce6-60/+147
2009-03-27Make nsssrv use the common responder functionsSimo Sorce4-35/+13
2009-03-26Enable autoreconnection to the Data Provider in PAMStephen Gallagher2-3/+6
2009-03-26Refactor nss_ctx to resp_ctx in respondersStephen Gallagher4-98/+98
2009-03-10added generic PAM return messages and a false login delaySumit Bose1-1/+1
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose3-56/+67
2009-03-05added a privileged pipeSumit Bose5-5/+135
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+22
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher1-68/+3
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce5-27/+27
2009-02-24Add PAM responderSumit Bose8-0/+1077