summaryrefslogtreecommitdiff
path: root/src/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek3-2/+126
2012-09-13NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek1-1/+1
2012-07-20NSS: Add override_shell optionStephen Gallagher3-2/+18
2012-07-18Fix uninitialized valuesNick Guay1-3/+3
2012-07-12Add newline to DEBUG messagesJakub Hrozek1-2/+2
2012-06-21Fix re_expression matching with subdomainsJan Zeleny2-37/+99
2012-06-20Move some debug lines to new debug log levelsStef Walter1-1/+1
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter4-20/+21
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny3-5/+15
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-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-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-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny1-108/+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 Zeleny4-6/+6
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-10/+10
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek2-4/+8
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
2012-03-19nsssrv: add handling of memory cache passwd mapSimo Sorce3-3/+101
2012-03-19nsssrv: Add memory cache record handling utilsSimo Sorce1-0/+279
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce4-0/+350
2012-03-08Handle errors from lookup_netgr_step gracefullyJakub Hrozek1-3/+10
2012-03-08Save original name into the in-memory cacheJakub Hrozek1-1/+1
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-1/+1
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose3-25/+26
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-6/+6
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher1-1/+12
2012-02-17RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher1-0/+4
2012-02-17Fix case insensitive service lookupsJakub Hrozek1-6/+6
2012-02-17NSS: Always return the same protocol that was requestedStephen Gallagher2-9/+26
2012-02-13Check for failure in sss_packet_grow()Stephen Gallagher1-5/+5
2012-02-13Avoid uninitialized value comparisonStephen Gallagher1-0/+3
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek3-7/+7