summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* DP: Add support for hosts in sss_dp_get_accountJan Cholasta2012-02-072-2/+13
* AUTOFS: responderJakub Hrozek2012-02-051-0/+2
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-052-0/+56
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-052-5/+90
* RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2012-02-022-0/+18
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-312-0/+39
* NSS: Add service enumeration support to NSS providerStephen Gallagher2012-01-271-0/+3
* DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek2012-01-272-239/+347
* NSS: Add negative cache routines for servicesStephen Gallagher2012-01-272-3/+132
* DP: Add support for services in dp requestsStephen Gallagher2012-01-272-0/+4
* DP: Fix bugs in sss_dp_get_account_intStephen Gallagher2012-01-231-66/+44
* RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher2012-01-212-8/+26
* PAM: make initgroups timeout work across multiple clientsStephen Gallagher2011-12-201-2/+0
* DP: Remove processed callbacksJakub Hrozek2011-12-161-3/+5
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-163-24/+122
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-162-0/+15
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-051-9/+1
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-293-366/+481
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-182-0/+11
* RESPONDER: Fix segfault in sss_packet_send()Stephen Gallagher2011-11-021-0/+5
* Fixed timeout handling in respondersJan Zeleny2011-10-141-72/+72
* Check if dp_requests hash table exists before using itJakub Hrozek2011-10-131-0/+5
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-2/+2
* Do not delete requests inside hash_iterate loopJakub Hrozek2011-08-151-10/+12
* Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher2011-07-291-85/+50
* Set _GNU_SOURCE globallySumit Bose2011-05-231-3/+1
* Allow changing the log level without restartStephen Gallagher2011-05-062-0/+15
* Create common sss_monitor_init()Stephen Gallagher2011-05-061-34/+3
* Add debug logging to the negative cacheStephen Gallagher2011-04-151-0/+5
* Update the ID cache for any PAM requestStephen Gallagher2010-12-221-0/+2
* Fix unchecked return value in set_nonblockingStephen Gallagher2010-12-171-10/+53
* Add a special filter type to handle enumerationsSumit Bose2010-12-021-1/+1
* Fix double free issueSumit Bose2010-10-261-2/+2
* Remove all nss requests after a reconnectSumit Bose2010-10-262-0/+21
* Add netgroup support to the NSS responderStephen Gallagher2010-10-132-0/+7
* Add negative cache features for netgroupsStephen Gallagher2010-10-132-0/+39
* Handle multiple simultaneous enumeration requestsStephen Gallagher2010-09-081-0/+11
* Dead assignments cleanup in NSS responderJan Zeleny2010-09-081-2/+0
* Move setup of filter_users and filter_groups to negcache.cStephen Gallagher2010-06-172-0/+215
* Refactor the negative cacheStephen Gallagher2010-06-172-0/+372
* Properly null-terminate socket pathStephen Gallagher2010-06-141-2/+4
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-1/+1
* Use SO_PEERCRED on the PAM socketSumit Bose2010-04-162-1/+55
* Revert "Add better checks on PAM socket"Sumit Bose2010-04-162-140/+1
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-121-1/+1
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-171-4/+1
* Fixes for client communicationSumit Bose2010-03-172-9/+17
* Fixed buffer alignment in exchange_credentials().George McCollister2010-03-151-3/+7
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-151-22/+10
* Add better checks on PAM socketSumit Bose2010-03-112-1/+136