summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_mmap_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Check slot validity before MC_SLOT_TO_PTR.Michal Zidek2013-09-231-15/+75
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* mmap_cache: Do not remove record from chain twiceLukas Slebodnik2013-09-091-0/+6
* mmap_cache: Use stricter check for hash keys.Lukas Slebodnik2013-08-281-4/+6
* mmap_cache: Skip records which doesn't have same hashLukas Slebodnik2013-08-281-2/+34
* mmap_cache: Use sss_atomic_write_s instead of write.Michal Zidek2013-08-221-2/+11
* mmap_cache: Store corrupted mmap cache before resetMichal Zidek2013-08-191-0/+66
* mmap_cache: Use better checks for corrupted mc in responderMichal Zidek2013-08-191-3/+53
* mmap_cache: Off by one error.Michal Zidek2013-08-191-6/+6
* mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2013-08-111-2/+52
* Inform about function duplication.Michal Zidek2013-04-171-0/+3
* Debug message in sss_mc_create_file.Michal Zidek2013-03-071-0/+5
* File descriptor leak in nss responder.Michal Zidek2013-03-071-18/+43
* memcache: add macro that validates record lengthPavel Březina2013-01-071-2/+1
* mmap cache: invalidate cache on fatal errorSimo Sorce2012-12-201-6/+26
* Carefully check records when forcibly invalidatingSimo Sorce2012-12-201-18/+101
* Update free table when records are invalidated.Simo Sorce2012-12-201-14/+23
* nss_mc: Add extra checks when dereferencing recordsSimo Sorce2012-12-201-0/+12
* Allow mmap calls to gracefully return absent ctxSimo Sorce2012-12-141-0/+25
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-111-10/+16
* mmap cache: public functions to invalidate recordsSimo Sorce2012-12-051-0/+125
* Add helpers to set common mc record fieldsSimo Sorce2012-11-101-16/+26
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-061-3/+23
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-241-0/+46
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-101-2/+2
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-10/+10
* NSS: Fix debug messageStephen Gallagher2012-03-201-0/+2
* nsssrv: add handling of memory cache group mapSimo Sorce2012-03-191-0/+70
* nsssrv: add handling of memory cache passwd mapSimo Sorce2012-03-191-0/+76
* nsssrv: Add memory cache record handling utilsSimo Sorce2012-03-191-0/+279
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-191-0/+300