summaryrefslogtreecommitdiffstats
path: root/source3/lib/memcache.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memcache_flush()Volker Lendecke2008-05-201-5/+34
| | | | | | | | | | | 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 (This used to be commit f845dbbceeff032cd248117ddf63af3d3736b21c)
* Convert get_root_nt_token to memcacheVolker Lendecke2007-12-281-0/+1
| | | | (This used to be commit fada689893314bed2fc78588b3fd9b144f4c808a)
* Convert csamuser to memcacheVolker Lendecke2007-12-281-0/+1
| | | | (This used to be commit 476d3abf9c6142d99822212141fc3d843aca4798)
* Fix the build on SolarisVolker Lendecke2007-12-211-1/+1
| | | | (This used to be commit 5f5e52ba7b3862dc72a16d84e07503e98ccbbf8a)
* Some C++ warningsVolker Lendecke2007-12-211-1/+1
| | | | (This used to be commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)
* Add memcache_add_tallocVolker Lendecke2007-12-211-0/+52
| | | | | | | 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. (This used to be commit ea0e5ad9a15c848904dee8cb2d3e392b6a894705)
* Add a global cacheVolker Lendecke2007-12-211-0/+36
| | | | | | | 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. (This used to be commit c131d0dc52ec09c9227eff3d68877369c37aaed5)
* Rename cache.[ch] to memcache.[ch]Volker Lendecke2007-12-191-0/+298
cache.h conflicts with an XFS DMAPI include on "opi" :-( (This used to be commit b8db804e07cc19d406ba3892d6eecbe16132a89a)