<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/include/memcache.h, branch talloc-2.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>Add comments</title>
<updated>2008-01-03T09:24:11+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-01-03T09:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2242f2673c66bcce530e5134920ed041e6b31af7'/>
<id>2242f2673c66bcce530e5134920ed041e6b31af7</id>
<content type='text'>
Jeremy was able to use this correctly without comments, so the code can't be
*that* bad :-)
(This used to be commit 6f22f7c13fd08ee772ac3aa593d2f4b37eb2cbee)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy was able to use this correctly without comments, so the code can't be
*that* bad :-)
(This used to be commit 6f22f7c13fd08ee772ac3aa593d2f4b37eb2cbee)
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert get_root_nt_token to memcache</title>
<updated>2007-12-28T16:24:39+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2007-12-28T16:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=245537f9bd1bddc496da0155012c34a2c7a18668'/>
<id>245537f9bd1bddc496da0155012c34a2c7a18668</id>
<content type='text'>
(This used to be commit fada689893314bed2fc78588b3fd9b144f4c808a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit fada689893314bed2fc78588b3fd9b144f4c808a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert csamuser to memcache</title>
<updated>2007-12-28T12:13:29+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2007-12-28T12:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3c99b7773ef62d13a7e3611be0603a5807315d9d'/>
<id>3c99b7773ef62d13a7e3611be0603a5807315d9d</id>
<content type='text'>
(This used to be commit 476d3abf9c6142d99822212141fc3d843aca4798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 476d3abf9c6142d99822212141fc3d843aca4798)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a singleton cache</title>
<updated>2007-12-21T08:58:20+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2007-12-20T15:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=89f7883fe9b62248e8cc9e508ddef3a26330f71c'/>
<id>89f7883fe9b62248e8cc9e508ddef3a26330f71c</id>
<content type='text'>
First user is yp_default_domain
(This used to be commit c19363eb77fcc3e1bf3341e6373d38f1e91fc08f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First user is yp_default_domain
(This used to be commit c19363eb77fcc3e1bf3341e6373d38f1e91fc08f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add memcache_add_talloc</title>
<updated>2007-12-21T08:58:20+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2007-12-20T13:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3d870cc07447cf08a776c714a39f40f9c72da2c'/>
<id>d3d870cc07447cf08a776c714a39f40f9c72da2c</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a global cache</title>
<updated>2007-12-21T08:58:20+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2007-12-20T09:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cc48010f41684b5ef8c2e8a5511528cc426d300f'/>
<id>cc48010f41684b5ef8c2e8a5511528cc426d300f</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename cache.[ch] to memcache.[ch]</title>
<updated>2007-12-19T15:07:19+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2007-12-19T14:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=712a28aaae6671be673f9b125cae59aec628d267'/>
<id>712a28aaae6671be673f9b125cae59aec628d267</id>
<content type='text'>
cache.h conflicts with an XFS DMAPI include on "opi" :-(
(This used to be commit b8db804e07cc19d406ba3892d6eecbe16132a89a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cache.h conflicts with an XFS DMAPI include on "opi" :-(
(This used to be commit b8db804e07cc19d406ba3892d6eecbe16132a89a)
</pre>
</div>
</content>
</entry>
</feed>
