<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/talloc/pytalloc.c, 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>DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.</title>
<updated>2009-07-30T18:04:42+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-07-30T18:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6768cfe624fffef13109989e9cc79ccb4df13d19'/>
<id>6768cfe624fffef13109989e9cc79ccb4df13d19</id>
<content type='text'>
				 Use py_talloc_reference in DCE/RPC code, fixes
					access to SAMR pipe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
				 Use py_talloc_reference in DCE/RPC code, fixes
					access to SAMR pipe.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed use of reference in pytalloc</title>
<updated>2009-07-01T05:15:37+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-07-01T04:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=956b5a0003a3ab82d2d7cffb7aee6e5281b4fbb4'/>
<id>956b5a0003a3ab82d2d7cffb7aee6e5281b4fbb4</id>
<content type='text'>
The previous code caused memory leaks, and also caused situations
where talloc_free could be called on pointers with multiple parents

The new approach is to have two functions:

  py_talloc_import : steals the pointer, so it becomes wholly owned by
                     the python object
  py_talloc_reference: uses a reference, so it is owned by both python
                     and C
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous code caused memory leaks, and also caused situations
where talloc_free could be called on pointers with multiple parents

The new approach is to have two functions:

  py_talloc_import : steals the pointer, so it becomes wholly owned by
                     the python object
  py_talloc_reference: uses a reference, so it is owned by both python
                     and C
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/talloc: include replace.h in pytalloc.c</title>
<updated>2009-01-30T18:38:09+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-01-30T18:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2f8a39829611da0ba4661744ff189f66907b43e6'/>
<id>2f8a39829611da0ba4661744ff189f66907b43e6</id>
<content type='text'>
This fixes the build on Tru64.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the build on Tru64.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>pytalloc: Add some comments, use talloc object location in repr rather</title>
<updated>2008-12-23T03:06:21+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-23T03:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=86cee0b28c50dd849fe919bbe3faa4deba5275bf'/>
<id>86cee0b28c50dd849fe919bbe3faa4deba5275bf</id>
<content type='text'>
than python object location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
than python object location.
</pre>
</div>
</content>
</entry>
<entry>
<title>py: Fix initialisation of subtypes, fix segfaults.</title>
<updated>2008-12-21T02:08:14+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-21T02:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2e7a6cb6bf32a49682ccadc07244d3a6ae4058d3'/>
<id>2e7a6cb6bf32a49682ccadc07244d3a6ae4058d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move pytalloc to talloc directory.</title>
<updated>2008-10-24T00:52:51+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-24T00:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0f043c197c473c801fc32c727194b5a2d6ae232f'/>
<id>0f043c197c473c801fc32c727194b5a2d6ae232f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
