<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/librpc/ndr, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>samba:python - Py_RETURN_NONE remove compatibility code for releases &lt; 2.4</title>
<updated>2014-01-09T15:27:47+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2014-01-08T14:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=0c2fbe5a0c1a12751510840e285b7e45cc02ea22'/>
<id>0c2fbe5a0c1a12751510840e285b7e45cc02ea22</id>
<content type='text'>
http://www.python.org/doc//current/c-api/none.html

Reviewed-By: Jelmer Vernooij &lt;jelmer@samba.org&gt;

Autobuild-User(master): Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date(master): Thu Jan  9 16:27:47 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://www.python.org/doc//current/c-api/none.html

Reviewed-By: Jelmer Vernooij &lt;jelmer@samba.org&gt;

Autobuild-User(master): Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date(master): Thu Jan  9 16:27:47 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>py_security: Fix comparison between two dom_sid objects</title>
<updated>2011-08-19T06:35:03+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-08-18T05:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c71e781e7d66022cd6181e910f5fb8b7d750cbc1'/>
<id>c71e781e7d66022cd6181e910f5fb8b7d750cbc1</id>
<content type='text'>
dom_sid_compare() function can return values other than -1, 0, 1.
Python requires compare function to return value from [-1, 0, 1].

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dom_sid_compare() function can return values other than -1, 0, 1.
Python requires compare function to return value from [-1, 0, 1].

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pytalloc: Use consistent prefix for functions, add ABI file.</title>
<updated>2011-08-10T13:36:21+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-08-10T13:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f8ec7f6cb19c4cc27398bdc0482b531e601d4291'/>
<id>f8ec7f6cb19c4cc27398bdc0482b531e601d4291</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: Move auth_session_info into IDL</title>
<updated>2011-04-05T21:46:04+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-05T06:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=663dc94e630910b0b5b61801a03622641b2b83b4'/>
<id>663dc94e630910b0b5b61801a03622641b2b83b4</id>
<content type='text'>
This changes auth_session_info_transport to just be a wrapper, rather
than a copy that has to be kept in sync.

As auth_session_info was already wrapped in python, this required
changes to the existing pyauth wrapper and it's users.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes auth_session_info_transport to just be a wrapper, rather
than a copy that has to be kept in sync.

As auth_session_info was already wrapped in python, this required
changes to the existing pyauth wrapper and it's users.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-librpc Handle all types of GUID in the GUID() initialiser</title>
<updated>2010-11-30T23:14:40+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-11-30T04:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=4ea840c3a50557a5c084694d5d30fc3d0532f4ff'/>
<id>4ea840c3a50557a5c084694d5d30fc3d0532f4ff</id>
<content type='text'>
By taking a length-limited string, we can parse binary and string GUID
values, which is particularly useful when reading from ldb.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By taking a length-limited string, we can parse binary and string GUID
values, which is particularly useful when reading from ldb.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>librpc: finally merge ndr_string.c.</title>
<updated>2010-05-20T11:57:22+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-05-20T11:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=b75384546ac2300896b58a4474bce5f09dcc924a'/>
<id>b75384546ac2300896b58a4474bce5f09dcc924a</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish removal of iconv_convenience in public API's.</title>
<updated>2010-05-18T09:45:30+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-05-09T15:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f9ca9e46ad24036bf00cb361a6cef4b2e7e98d7d'/>
<id>f9ca9e46ad24036bf00cb361a6cef4b2e7e98d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-libndr: fix ndr_pull_string_array() for non utf16 arrays in s4 as well.</title>
<updated>2010-05-14T12:51:44+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-05-14T12:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=3edb95a487b3330408392cb856ae42cde5f679f9'/>
<id>3edb95a487b3330408392cb856ae42cde5f679f9</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>pyxattr: Fix memory leaks.</title>
<updated>2010-01-21T03:44:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-01-21T03:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=253a232d300ac6a508983bbbb6eb6d0235d48722'/>
<id>253a232d300ac6a508983bbbb6eb6d0235d48722</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyxattr: Fix return value, raise exception, fix memory leak.</title>
<updated>2010-01-21T03:29:15+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-01-21T03:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=7092e220b57867c35425f17d09c4cc1031932eda'/>
<id>7092e220b57867c35425f17d09c4cc1031932eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
