summaryrefslogtreecommitdiff
path: root/src/responder/common/responder_dp.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: unsigned longLukas Slebodnik1-1/+1
2013-05-02Add two new request types to the data-provider interfaceSumit Bose1-0/+6
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-4/+14
2013-03-20coding style fixPavel Březina1-1/+1
2012-12-18responder_dp: Add timeout to side requetsSimo Sorce1-1/+25
2012-10-29Free the internal DP requestJakub Hrozek1-0/+8
2012-10-11do not call dp callbacks when responder is shutting downPavel Březina1-0/+8
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek1-11/+1
2012-04-24Add domain name to get_account_info requestSumit Bose1-0/+1
2012-04-24Add conn_name to allow different names for domains and connectionsJan Zeleny1-1/+1
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-5/+4
2012-02-10Fix group enumerationJakub Hrozek1-2/+7
2012-02-07DP: Add support for hosts in sss_dp_get_accountJan Cholasta1-1/+11
2012-01-27DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek1-232/+298
2012-01-27DP: Add support for services in dp requestsStephen Gallagher1-0/+3
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher1-66/+44
2012-01-21RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher1-7/+24
2011-12-16DP: Remove processed callbacksJakub Hrozek1-3/+5
2011-11-29RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher1-360/+441
2011-10-14Fixed timeout handling in respondersJan Zeleny1-72/+72
2011-10-13Check if dp_requests hash table exists before using itJakub Hrozek1-0/+5
2011-08-15Do not delete requests inside hash_iterate loopJakub Hrozek1-10/+12
2010-12-02Add a special filter type to handle enumerationsSumit Bose1-1/+1
2010-10-26Fix double free issueSumit Bose1-2/+2
2010-10-26Remove all nss requests after a reconnectSumit Bose1-0/+19
2010-10-13Add netgroup support to the NSS responderStephen Gallagher1-0/+3
2010-06-10Check the correct variable for NULL after creating timerStephen Gallagher1-1/+1
2010-03-17Fix a series of memory leaks in the SBUSStephen Gallagher1-4/+1
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher1-22/+10
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy1-3/+3
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+590