summaryrefslogtreecommitdiff
path: root/source3/lib/idmap_cache.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-02s3:idmap_cache: remove an leftover wip commentMichael Adam1-1/+1
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 14:55:20 CET 2011 on sn-devel-104
2011-03-02s3: adjust loglevel for idmap_cacheGregor Beck1-10/+10
Signed-off-by: Michael Adam <obnox@samba.org>
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
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
Guenther
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke1-0/+260
(This used to be commit fe70dcc1b63b1969c13f7fb03ec374b6e5a376a1)