summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_mmap_cache.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14Allow mmap calls to gracefully return absent ctxSimo Sorce1-0/+25
This is to allow to freely call mc functions even if initialization failed. They will now gracefully fail instead of segfaulting.
2012-12-11NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek1-10/+16
https://fedorahosted.org/sssd/ticket/1704 The function is short enough so that we can simply stick with return and release resources before returning as appropriate.
2012-12-05mmap cache: public functions to invalidate recordsSimo Sorce1-0/+125
These functions can be called from the nss responder to invalidate records that have ceased to exist or that need to be refreshed the first time an application needs them.
2012-11-10Add helpers to set common mc record fieldsSimo Sorce1-16/+26
Les copy/paste and chance of errors when setting basic record fields that are shared among all object types.
2012-11-06sss_cache: Remove fastcache even if sssd is not running.Michal Zidek1-3/+23
https://fedorahosted.org/sssd/ticket/1584
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
https://fedorahosted.org/sssd/ticket/1318
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-10/+10
https://fedorahosted.org/sssd/ticket/1209
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