summaryrefslogtreecommitdiff
path: root/src/responder/common
AgeCommit message (Expand)AuthorFilesLines
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher1-1/+18
2012-02-17RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2-0/+39
2012-02-13Remove setent structure when callback is calledJakub Hrozek2-11/+11
2012-02-10Fix group enumerationJakub Hrozek1-2/+7
2012-02-07DP: Add support for hosts in sss_dp_get_accountJan Cholasta2-2/+13
2012-02-05AUTOFS: responderJakub Hrozek1-0/+2
2012-02-05Split the logic to check cache expiration into separate functionJakub Hrozek2-0/+56
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek2-5/+90
2012-02-02RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2-0/+18
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek2-0/+39
2012-01-27NSS: Add service enumeration support to NSS providerStephen Gallagher1-0/+3
2012-01-27DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek2-239/+347
2012-01-27NSS: Add negative cache routines for servicesStephen Gallagher2-3/+132
2012-01-27DP: Add support for services in dp requestsStephen Gallagher2-0/+4
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 Gallagher2-8/+26
2011-12-20PAM: make initgroups timeout work across multiple clientsStephen Gallagher1-2/+0
2011-12-16DP: Remove processed callbacksJakub Hrozek1-3/+5
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek3-24/+122
2011-12-16Responders: Split getting domain by name into separate functionJakub Hrozek2-0/+15
2011-12-05Allow using Glib for UTF8 supportStephen Gallagher1-9/+1
2011-11-29RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher3-366/+481
2011-11-18RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2-0/+11
2011-11-02RESPONDER: Fix segfault in sss_packet_send()Stephen Gallagher1-0/+5
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-10-03Use explicit base 10 for converting strings to integersJakub Hrozek1-2/+2
2011-08-15Do not delete requests inside hash_iterate loopJakub Hrozek1-10/+12
2011-07-29Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher1-85/+50
2011-05-23Set _GNU_SOURCE globallySumit Bose1-3/+1
2011-05-06Allow changing the log level without restartStephen Gallagher2-0/+15
2011-05-06Create common sss_monitor_init()Stephen Gallagher1-34/+3
2011-04-15Add debug logging to the negative cacheStephen Gallagher1-0/+5
2010-12-22Update the ID cache for any PAM requestStephen Gallagher1-0/+2
2010-12-17Fix unchecked return value in set_nonblockingStephen Gallagher1-10/+53
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 Bose2-0/+21
2010-10-13Add netgroup support to the NSS responderStephen Gallagher2-0/+7
2010-10-13Add negative cache features for netgroupsStephen Gallagher2-0/+39
2010-09-08Handle multiple simultaneous enumeration requestsStephen Gallagher1-0/+11
2010-09-08Dead assignments cleanup in NSS responderJan Zeleny1-2/+0
2010-06-17Move setup of filter_users and filter_groups to negcache.cStephen Gallagher2-0/+215
2010-06-17Refactor the negative cacheStephen Gallagher2-0/+372
2010-06-14Properly null-terminate socket pathStephen Gallagher1-2/+4
2010-06-10Check the correct variable for NULL after creating timerStephen Gallagher1-1/+1
2010-04-16Use SO_PEERCRED on the PAM socketSumit Bose2-1/+55
2010-04-16Revert "Add better checks on PAM socket"Sumit Bose2-140/+1
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-1/+1
2010-03-17Fix a series of memory leaks in the SBUSStephen Gallagher1-4/+1