summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_mmap_cache.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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-11mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek1-2/+52
2013-04-17Inform about function duplication.Michal Zidek1-0/+3
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-01-07memcache: add macro that validates record lengthPavel Březina1-2/+1
2012-12-20mmap cache: invalidate cache on fatal errorSimo Sorce1-6/+26
2012-12-20Carefully check records when forcibly invalidatingSimo Sorce1-18/+101
2012-12-20Update free table when records are invalidated.Simo Sorce1-14/+23
2012-12-20nss_mc: Add extra checks when dereferencing recordsSimo Sorce1-0/+12
2012-12-14Allow mmap calls to gracefully return absent ctxSimo Sorce1-0/+25
2012-12-11NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek1-10/+16
2012-12-05mmap cache: public functions to invalidate recordsSimo Sorce1-0/+125
2012-11-10Add helpers to set common mc record fieldsSimo Sorce1-16/+26
2012-11-06sss_cache: Remove fastcache even if sssd is not running.Michal Zidek1-3/+23
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek1-0/+46
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny1-2/+2
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-10/+10
2012-03-20NSS: Fix debug messageStephen Gallagher1-0/+2
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce1-0/+70
2012-03-19nsssrv: add handling of memory cache passwd mapSimo Sorce1-0/+76
2012-03-19nsssrv: Add memory cache record handling utilsSimo Sorce1-0/+279
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce1-0/+300