<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/util/talloc_stack.h, 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>talloc: added talloc_stackframe_exists()</title>
<updated>2011-06-17T05:25:42+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-06-17T04:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b07e4933b7ed4b2452cfdd9d223eecb8c0b74fec'/>
<id>b07e4933b7ed4b2452cfdd9d223eecb8c0b74fec</id>
<content type='text'>
This can be used to tell if a talloc stackframe is currently
available. Callers can use this to decide if they will use
talloc_tos() or instead use an alternative strategy. This gives us a
way to safely have calls to talloc_tos() in common code that may end
up in external libraries, as long as all talloc_tos() calls in these
pieces of common code check first that a stackframe is available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be used to tell if a talloc stackframe is currently
available. Callers can use this to decide if they will use
talloc_tos() or instead use an alternative strategy. This gives us a
way to safely have calls to talloc_tos() in common code that may end
up in external libraries, as long as all talloc_tos() calls in these
pieces of common code check first that a stackframe is available.
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc: use &lt;talloc.h&gt; not "talloc.h"</title>
<updated>2011-03-15T01:22:19+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-03-03T05:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7293c370d3283c07112e5ce9d0555f91b514cec3'/>
<id>7293c370d3283c07112e5ce9d0555f91b514cec3</id>
<content type='text'>
this ensures we use the right header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this ensures we use the right header
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix builds with external talloc</title>
<updated>2009-10-09T17:14:08+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-10-09T17:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=99cdbe35717dcd7b8adabae2b8b366dd87357807'/>
<id>99cdbe35717dcd7b8adabae2b8b366dd87357807</id>
<content type='text'>
Make sure we do not reference our internal talloc directly.
Let configure define what talloc.h file to use so that builds that use an
extrenal talloc do not include 2 different versions of the talloc header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure we do not reference our internal talloc directly.
Let configure define what talloc.h file to use so that builds that use an
extrenal talloc do not include 2 different versions of the talloc header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import talloc_stack into util library.</title>
<updated>2008-10-23T15:27:30+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-23T15:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf659fa4fe7369ac58ef547f744c0ff3f9fb137a'/>
<id>cf659fa4fe7369ac58ef547f744c0ff3f9fb137a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
