Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-14 | Allow mmap calls to gracefully return absent ctx | Simo Sorce | 1 | -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-11 | NSS: Fix the error handler in sss_mc_create_file | Jakub Hrozek | 1 | -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-05 | mmap cache: public functions to invalidate records | Simo Sorce | 1 | -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-10 | Add helpers to set common mc record fields | Simo Sorce | 1 | -16/+26 | |
Les copy/paste and chance of errors when setting basic record fields that are shared among all object types. | |||||
2012-11-06 | sss_cache: Remove fastcache even if sssd is not running. | Michal Zidek | 1 | -3/+23 | |
https://fedorahosted.org/sssd/ticket/1584 | |||||
2012-09-24 | sss_cache tool invalidates records in memory cache. | Michal Zidek | 1 | -0/+46 | |
2012-06-10 | Allow fast memcache timeout to be configurable | Jan Zeleny | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1318 | |||||
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 1 | -10/+10 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-03-20 | NSS: Fix debug message | Stephen Gallagher | 1 | -0/+2 | |
2012-03-19 | nsssrv: add handling of memory cache group map | Simo Sorce | 1 | -0/+70 | |
2012-03-19 | nsssrv: add handling of memory cache passwd map | Simo Sorce | 1 | -0/+76 | |
2012-03-19 | nsssrv: Add memory cache record handling utils | Simo Sorce | 1 | -0/+279 | |
2012-03-19 | nsssrv: shared memory cache server initialization | Simo Sorce | 1 | -0/+300 | |