<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/memcache.c, branch talloc-2.0.7</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>s3-talloc Change TALLOC_ZERO_P() to talloc_zero()</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-07T01:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ad0a07c531fadd1639c5298951cfaf5cfe0cb10e'/>
<id>ad0a07c531fadd1639c5298951cfaf5cfe0cb10e</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_P isn't standard talloc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_P isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix Coverity ID 590: DEADCODE</title>
<updated>2011-03-27T20:22:10+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-03-27T17:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1a1675bbfee01ec2da6874cd3e71ff188ff448fd'/>
<id>1a1675bbfee01ec2da6874cd3e71ff188ff448fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-memcache: update memcache to use new DLIST macros</title>
<updated>2010-02-10T23:38:31+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-02-06T01:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7842b391b9ad1f6aaa77c0b8397e1dcc0b79e7e7'/>
<id>7842b391b9ad1f6aaa77c0b8397e1dcc0b79e7e7</id>
<content type='text'>
we don't need a separate lru pointer any more
(cherry picked from commit 4ffd7aca3e38728077bd80c2a65c4efbcfd216fc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we don't need a separate lru pointer any more
(cherry picked from commit 4ffd7aca3e38728077bd80c2a65c4efbcfd216fc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix the build</title>
<updated>2008-11-14T23:50:33+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-11-14T23:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=df21095ce8981827767e8646b6aefb053beb29a8'/>
<id>df21095ce8981827767e8646b6aefb053beb29a8</id>
<content type='text'>
I have no idea how this could have happened. Probably done a make and make
test in a different tree than the one I have done the push from. Sorry.

Volker
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have no idea how this could have happened. Probably done a make and make
test in a different tree than the one I have done the push from. Sorry.

Volker
</pre>
</div>
</content>
</entry>
<entry>
<title>Make memcache_add_talloc NULL out the source pointer</title>
<updated>2008-11-14T19:27:46+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-11-14T12:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3c98d5bd987358b1cbeb81fa8db37b97492cf0cc'/>
<id>3c98d5bd987358b1cbeb81fa8db37b97492cf0cc</id>
<content type='text'>
This is an orthogonality measure to make clear this pointer now belongs to the
cache.
(cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an orthogonality measure to make clear this pointer now belongs to the
cache.
(cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually finish memcache_add_talloc</title>
<updated>2008-11-14T19:07:29+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-11-13T22:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f50ad767505cc8847f5f574767b664b57326e468'/>
<id>f50ad767505cc8847f5f574767b664b57326e468</id>
<content type='text'>
This fixes a memleak found by Martin Zielinski &lt;mz@seh.de&gt;. Thanks for
looking closely!

Volker
(cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a memleak found by Martin Zielinski &lt;mz@seh.de&gt;. Thanks for
looking closely!

Volker
(cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL.</title>
<updated>2008-11-07T04:48:13+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-11-07T04:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8962be69c700224983af4effd2cd086f7f5800b0'/>
<id>8962be69c700224983af4effd2cd086f7f5800b0</id>
<content type='text'>
Remove the code in memcache that does a TALLOC_FREE on stored pointers. That's a disaster waiting
to happen. If you're storing talloc'ed pointers, you can't know their lifecycle and they should
be deleted when their parent context is deleted, so freeing them at some arbitrary point later
will be a double-free.
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the code in memcache that does a TALLOC_FREE on stored pointers. That's a disaster waiting
to happen. If you're storing talloc'ed pointers, you can't know their lifecycle and they should
be deleted when their parent context is deleted, so freeing them at some arbitrary point later
will be a double-free.
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move rbtree.[ch] to lib/util.</title>
<updated>2008-10-12T14:27:00+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-12T14:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a52e729f304c1edbd3842f837f4b2b11222bbc57'/>
<id>a52e729f304c1edbd3842f837f4b2b11222bbc57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memcache_flush()</title>
<updated>2008-05-20T16:38:31+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-05-20T16:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e84026a29b795ab5fc73c81d7790ec83aad83987'/>
<id>e84026a29b795ab5fc73c81d7790ec83aad83987</id>
<content type='text'>
I have no idea what I've been smoking when I checked this in :-(

Karolin, this fixes the join bug 3.0.28-&gt;3.2.0rc1

Thanks,

Volker
(This used to be commit f845dbbceeff032cd248117ddf63af3d3736b21c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have no idea what I've been smoking when I checked this in :-(

Karolin, this fixes the join bug 3.0.28-&gt;3.2.0rc1

Thanks,

Volker
(This used to be commit f845dbbceeff032cd248117ddf63af3d3736b21c)
</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>
</feed>
