summaryrefslogtreecommitdiff
path: root/source3/lib/idmap_cache.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-28lib: Remove some unused codeVolker Lendecke1-50/+0
2019-02-28idmap_cache: Introduce idmap_cache_find_xid2sidVolker Lendecke1-0/+36
2019-02-28idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke1-3/+2
2019-02-28lib: Make idmap_cache return negative mappingsVolker Lendecke1-1/+6
2018-11-27idmap_cache: Use dom_sid_str_bufVolker Lendecke1-1/+2
2018-11-09idmap: Use dom_sid_str_bufVolker Lendecke1-4/+5
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-10-16lib: Move the "expired" for gencache_parse calculation into gencache.cVolker Lendecke1-2/+3
2016-12-27lib: Fix a comment in idmap_cache.cVolker Lendecke1-4/+4
2014-12-03s3:idmap_cache: remove unused idmap_cache_set_sid2[u|g]id()Stefan Metzmacher1-72/+0
2013-12-05idmap_cache: Use gencache_parseVolker Lendecke1-32/+47
2013-12-05idmap_cache: Use an fstring instead of talloc_asprintfVolker Lendecke1-12/+6
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-7/+7
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-4/+4
2012-06-21s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher1-0/+7
2012-05-18s3:idmap_cache: improve checks for format of value string in idmap_cache_find...Michael Adam1-0/+15
2012-05-18s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()Michael Adam1-12/+10
2012-05-18s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()Michael Adam1-5/+24
2012-05-06s3:idmap_cache: change DEBUG message to level 10Stefan Metzmacher1-1/+2
2012-05-02s3-idmap: remove (now) unused function idmap_cache_set_sid2both()Andrew Bartlett1-24/+0
2012-05-02s3-idmap: Rework idmap_cache to store ID_TYPE_BOTH valuesAndrew Bartlett1-172/+233
2011-09-23s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell1-1/+56
2011-03-02s3:idmap_cache: remove an leftover wip commentMichael Adam1-1/+1
2011-03-02s3: adjust loglevel for idmap_cacheGregor Beck1-10/+10
2011-02-28s3: add functions to remove entries from idmap cacheGregor Beck1-0/+116
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke1-0/+260