summaryrefslogtreecommitdiffstats
path: root/source/include/memcache.h
Commit message (Collapse)AuthorAgeFilesLines
* Add commentsVolker Lendecke2008-01-031-1/+54
| | | | | Jeremy was able to use this correctly without comments, so the code can't be *that* bad :-)
* Convert get_root_nt_token to memcacheVolker Lendecke2007-12-281-0/+1
|
* Convert csamuser to memcacheVolker Lendecke2007-12-281-0/+1
|
* Add a singleton cacheVolker Lendecke2007-12-211-1/+2
| | | | First user is yp_default_domain
* Add memcache_add_tallocVolker Lendecke2007-12-211-1/+7
| | | | | | 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.
* Add a global cacheVolker Lendecke2007-12-211-0/+2
| | | | | | 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.
* Rename cache.[ch] to memcache.[ch]Volker Lendecke2007-12-191-0/+51
cache.h conflicts with an XFS DMAPI include on "opi" :-(