1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-18 19:17:08 +03:00

8 Commits

Author SHA1 Message Date
Volker Lendecke
f845dbbcee Fix memcache_flush()
I have no idea what I've been smoking when I checked this in :-(

Karolin, this fixes the join bug 3.0.28->3.2.0rc1

Thanks,

Volker
2008-05-20 18:38:31 +02:00
Volker Lendecke
fada689893 Convert get_root_nt_token to memcache 2007-12-28 17:24:39 +01:00
Volker Lendecke
476d3abf9c Convert csamuser to memcache 2007-12-28 13:13:29 +01:00
Volker Lendecke
5f5e52ba7b Fix the build on Solaris 2007-12-21 12:53:12 +01:00
Volker Lendecke
5ab82d4f57 Some C++ warnings 2007-12-21 09:58:20 +01:00
Volker Lendecke
ea0e5ad9a1 Add memcache_add_talloc
The first memcache API only had blobs, but we have quite a few objects that are
more complex talloc'ed structues. The current one I'm looking at is the
getpwnam cache, but there are others around.
2007-12-21 09:58:20 +01:00
Volker Lendecke
c131d0dc52 Add a global cache
It hurts, but I think this global variable is necessary for transition, and it
has the potential to remove quite a few other global variables without messing
with APIs too much.
2007-12-21 09:58:20 +01:00
Volker Lendecke
b8db804e07 Rename cache.[ch] to memcache.[ch]
cache.h conflicts with an XFS DMAPI include on "opi" :-(
2007-12-19 16:07:19 +01:00