summaryrefslogtreecommitdiffstats
path: root/src/sss_client/nss_mc_common.c
Commit message (Expand)AuthorAgeFilesLines
* sss_client: Fix race condition in memory cacheLukas Slebodnik2014-11-241-8/+38
* sss_client: Extract destroying of mmap cache to functionLukas Slebodnik2014-11-241-16/+14
* sss_client: Fix "struct sss_cli_mc_ctx" reinitialize-on-errorsNalin Dahyabhai2014-08-221-0/+2
* sss_client: thread safe initialisation of sss_cli_mc_ctxLukas Slebodnik2014-07-231-7/+37
* mmap_cache: Use two chains for hash collision.Lukas Slebodnik2013-09-231-0/+13
* Rename _SSS_MC_SPECIALMichal Zidek2013-09-131-2/+2
* Fix sss_client breakage.Lukas Slebodnik2013-03-181-1/+1
* Reuse sss_open_cloexec at other places in code.Lukas Slebodnik2013-03-131-17/+2
* Potential resource leak in sss_nss_mc_get_recordJakub Hrozek2013-01-081-0/+1
* explicit null dereferenced in sss_nss_mc_get_record()Pavel Březina2013-01-071-0/+5
* Add a macro to copy with barriersSimo Sorce2012-12-131-17/+30
* Add memory barrier to mmap cache client code loopSimo Sorce2012-12-051-0/+3
* Fix errors reported by rpmlintJan Cholasta2012-11-221-3/+2
* Add close on exec support for old platformsSimo Sorce2012-06-211-1/+16
* Do not leak file descriptors in client libs.Simo Sorce2012-06-211-1/+1
* sss_client: Add common shared memory cache utilsSimo Sorce2012-03-191-0/+272