summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* accept_fd_handler: add missing returnSumit Bose2012-08-211-0/+1
* Fix LOCAL domain lookupsPavel Březina2012-08-151-19/+22
* Change subdomain_infoSimo Sorce2012-08-011-1/+1
* Fix segfault when using local providerStephen Gallagher2012-07-101-6/+5
* pac responder: limit access by checking UIDsSumit Bose2012-07-102-4/+142
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1
* Make the client idle timeout configurableStephen Gallagher2012-06-182-4/+19
* Add support for terminating idle connectionsShantanu Goel2012-06-182-2/+67
* Log message if close() fails in destructor.Shantanu Goel2012-06-181-1/+12
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-124-17/+19
* SSH: Add dp_get_host_send to common responder codeJakub Hrozek2012-05-032-13/+2
* RESPONDER: check return value from confdb_get_intJakub Hrozek2012-05-021-0/+7
* Two fixes in responder subdomain codeJan Zeleny2012-04-241-0/+6
* Add domain name to get_account_info requestSumit Bose2012-04-241-0/+1
* Modified responder_get_domain()Jan Zeleny2012-04-244-10/+39
* Responder part of the subdomain retrieval workJan Zeleny2012-04-243-0/+359
* Add conn_name to allow different names for domains and connectionsJan Zeleny2012-04-241-1/+1
* Free entry found in negative cacheJakub Hrozek2012-03-161-0/+3
* Use the correct hash table for pending requestsSimo Sorce2012-03-083-6/+10
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-171-1/+18
* RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2012-02-172-0/+39
* Remove setent structure when callback is calledJakub Hrozek2012-02-132-11/+11
* Fix group enumerationJakub Hrozek2012-02-101-2/+7
* 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