<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/talloc/pytalloc.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>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>Fix more introduced regressions in new bindings.</title>
<updated>2008-12-21T03:36:16+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-21T03:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eeb25cf548457b9c5a880252d2807be99f5e31d6'/>
<id>eeb25cf548457b9c5a880252d2807be99f5e31d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create and use convenience function for creating new talloc-wrapping Python Objects, support subtypes of DCE/RPC interfaces properly</title>
<updated>2008-12-20T23:37:31+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-20T23:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c1a9b68623a663c36451df31aa44fe5f0e22af17'/>
<id>c1a9b68623a663c36451df31aa44fe5f0e22af17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial work using manual Python bindings for LDB, rather than SWIG-generated ones.</title>
<updated>2008-12-19T01:22:07+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-19T01:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a57b1aa0f1df4fb5ec5a5b38f0505302ae20f001'/>
<id>a57b1aa0f1df4fb5ec5a5b38f0505302ae20f001</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>
