summaryrefslogtreecommitdiff
path: root/src/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2013-09-25NSS: Failure to store entry negative cache should not be fatalJakub Hrozek1-18/+31
2013-09-25NSS: Set UID and GID to negative cache after searching all domainsJakub Hrozek1-66/+105
2013-09-23mmap_cache: Use two chains for hash collision.Lukas Slebodnik1-18/+48
2013-09-23Revert "mmap_cache: Skip records which doesn't have same hash"Lukas Slebodnik1-34/+2
2013-09-17nss: Wrong debug message.Michal Zidek1-1/+2
2013-09-17util: add sss_idmap_talloc[_free]Pavel Březina1-11/+2
2013-09-16Add missing new line in DEBUG messageLukas Slebodnik1-2/+3
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik1-6/+7
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-09-09mmap_cache: Do not remove record from chain twiceLukas Slebodnik1-0/+6
2013-08-28NSS: Descend into subdomains if enumerate=trueJakub Hrozek1-12/+12
2013-08-28mmap_cache: Use stricter check for hash keys.Lukas Slebodnik1-4/+6
2013-08-28mmap_cache: Skip records which doesn't have same hashLukas Slebodnik1-2/+34
2013-08-22mmap_cache: Use sss_atomic_write_s instead of write.Michal Zidek1-2/+11
2013-08-19mmap_cache: Store corrupted mmap cache before resetMichal Zidek1-0/+66
2013-08-19mmap_cache: Use better checks for corrupted mc in responderMichal Zidek1-3/+53
2013-08-19mmap_cache: Off by one error.Michal Zidek1-6/+6
2013-08-19fill_initgr: add original primary GID if availableSumit Bose1-0/+27
2013-08-11mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2-2/+54
2013-08-08NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik3-0/+54
2013-08-08NSS: allow removing entries from netgroup hash tableLukas Slebodnik3-1/+32
2013-07-31Fix netgroup lookup when using fully qualified namePavel Březina1-2/+2
2013-07-29Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher1-8/+6
2013-07-16remove unused variablePavel Březina1-4/+0
2013-07-16Remove unused function parameterLukas Slebodnik1-3/+1
2013-06-27Do not call sss_cmd_done in function check_cache.Lukas Slebodnik1-6/+0
2013-06-27Handle too many results from getnetgr.Lukas Slebodnik1-1/+13
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-30Remove branching to improve readabilityJakub Hrozek1-23/+11
2013-05-30Allow flat name in the FQname formatJakub Hrozek1-3/+3
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-30/+19
2013-05-20Fixing critical format string issues.Lukas Slebodnik2-6/+11
2013-05-03Add SID related calls to the NSS responderSumit Bose2-3/+795
2013-05-02Add idmap context to nss contextSumit Bose2-0/+22
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose3-4/+4
2013-04-26DB: Switch to new libini_config APIOndrej Kos2-2/+1
2013-04-21Refactoring: remove duplicated code in nss responderSumit Bose2-622/+240
2013-04-17Inform about function duplication.Michal Zidek1-0/+3
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek1-4/+6
2013-03-20change responder contexts hierarchyPavel Březina1-15/+20
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-7/+12
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-1/+0
2013-03-07Debug message in sss_mc_create_file.Michal Zidek1-0/+5
2013-03-07File descriptor leak in nss responder.Michal Zidek1-18/+43
2013-03-04Use the same dbg level for all ncache hits.Michal Zidek1-18/+25
2013-03-04Remove unused functionsJakub Hrozek2-18/+0
2013-02-14Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek1-3/+3
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-3/+3
2013-02-10Add function get_next_domain()Simo Sorce3-75/+55
2013-02-10NSS: Add original homedir to home directory template optionsStephen Gallagher1-5/+6