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

7 Commits

Author SHA1 Message Date
Volker Lendecke
6f22f7c13f Add comments
Jeremy was able to use this correctly without comments, so the code can't be
*that* bad :-)
2008-01-03 10:24:11 +01: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
c19363eb77 Add a singleton cache
First user is yp_default_domain
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