summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2012-06-25SELinux user maps: pick just one mapJan Zeleny1-12/+11
2012-06-21Fix re_expression matching with subdomainsJan Zeleny3-70/+154
2012-06-21Add range support to PAC responderSumit Bose3-45/+140
2012-06-21PAC responder: add the core functionalitySumit Bose2-2/+471
2012-06-21PAC responder: add some utility functionsJan Zeleny2-0/+549
2012-06-21PAC responder: add basic infrastructureSumit Bose3-0/+340
2012-06-20Move some debug lines to new debug log levelsStef Walter2-2/+2
2012-06-18Make the client idle timeout configurableStephen Gallagher2-4/+19
2012-06-18Add support for terminating idle connectionsShantanu Goel2-2/+67
2012-06-18Log message if close() fails in destructor.Shantanu Goel1-1/+12
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter13-55/+57
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny3-5/+15
2012-06-10PAM: Better pam_reply messageStephen Gallagher1-1/+2
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-31Ghost members - NSS responder changesJan Zeleny1-89/+147
2012-05-25NSS: Restore original protocol for getservbyportStephen Gallagher1-1/+1
2012-05-25Send 16bit protocol numbers from the sss_clientJakub Hrozek1-1/+1
2012-05-24NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher1-2/+2
2012-05-16NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher1-1/+9
2012-05-15Use sized_string correctly in FQDN domainsJakub Hrozek1-2/+2
2012-05-15NSS: keep a pointer to body after body is reallocatedJakub Hrozek1-0/+3
2012-05-10Send the correct enumeration requestJakub Hrozek1-1/+1
2012-05-09NSS: Add default_shell optionStephen Gallagher3-1/+15
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher3-2/+27
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-35/+0
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek5-22/+186
2012-05-03AUTOFS: remove unused assignmentsJakub Hrozek1-4/+9
2012-05-02NSS: fix returning group from cacheJakub Hrozek1-1/+1
2012-05-02NSS: Check return code of sss_mmap_cache_gr_storeJakub Hrozek1-0/+5
2012-05-02RESPONDER: check return value from confdb_get_intJakub Hrozek1-0/+7
2012-05-02SSH: return NULL on error in ssh_host_pubkeys_format_known_host_plainJakub Hrozek1-1/+2
2012-04-24NSS: Only return data from initgroups onceJakub Hrozek1-3/+10
2012-04-24Lowercase group members in case-insensitive domainsJakub Hrozek1-1/+7
2012-04-24Two fixes in responder subdomain codeJan Zeleny1-0/+6
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta3-36/+171
2012-04-24Send PAM requests for subdomains to the right providerJan Zeleny1-3/+41
2012-04-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny1-108/+1
2012-04-24Add domain name to get_account_info requestSumit Bose1-0/+1
2012-04-24Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose1-4/+26
2012-04-24Ask for subdomains in responder in the first request after startupJan Zeleny1-0/+30
2012-04-24Retrieve subdomains if there is a request for fully qualified userJan Zeleny3-31/+192
2012-04-24Modified responder_get_domain()Jan Zeleny13-22/+51
2012-04-24Responder part of the subdomain retrieval workJan Zeleny3-0/+359
2012-04-24Add conn_name to allow different names for domains and connectionsJan Zeleny2-2/+2
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek2-11/+11
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek3-5/+10
2012-03-21NSS: Look for services with correct case when cache is updatedJakub Hrozek1-7/+7
2012-03-21Save alias of the primary name, tooJakub Hrozek1-8/+14
2012-03-20NSS: Fix debug messageStephen Gallagher1-0/+2
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce5-4/+98