<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/async_req, 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>lib: Move "iov_buf.[ch]" to lib/util</title>
<updated>2015-02-24T16:52:08+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2015-02-14T15:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a610336886259b960317f172d3084de6ecc5a396'/>
<id>a610336886259b960317f172d3084de6ecc5a396</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Use iov_advance in writev_handler</title>
<updated>2014-12-29T23:25:08+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-12-27T16:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=475cfb8dee6cdb5a89e8f15b32ad3886f949005f'/>
<id>475cfb8dee6cdb5a89e8f15b32ad3886f949005f</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Make set_blocking() available independently</title>
<updated>2014-09-18T18:36:11+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-09-16T20:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=32d190a0209fb3202c71afb193b38f573b545276'/>
<id>32d190a0209fb3202c71afb193b38f573b545276</id>
<content type='text'>
async_connect_send() needs this, and I don't want to pull in samba-util
just for this

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
async_connect_send() needs this, and I don't want to pull in samba-util
just for this

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()</title>
<updated>2013-12-09T06:05:45+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2013-10-16T12:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=94b2641a530b3bd6bb67017c2a3c571f0ff41921'/>
<id>94b2641a530b3bd6bb67017c2a3c571f0ff41921</id>
<content type='text'>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10185

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10185

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Add before/after hooks to async_connect</title>
<updated>2013-05-17T09:22:45+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-05-16T14:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d67e614a07cbf143293436d380aba9a022c0e31b'/>
<id>d67e614a07cbf143293436d380aba9a022c0e31b</id>
<content type='text'>
This will facilitiate [un]become_root for smbd to connect safely to ctdbd.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Christian Ambach &lt;ambi@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will facilitiate [un]become_root for smbd to connect safely to ctdbd.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Christian Ambach &lt;ambi@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Make async_sock includable on its own</title>
<updated>2012-09-25T16:03:46+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-08-12T12:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=849648cdb2ee07d5a0ec687bf5eba900db5c9001'/>
<id>849648cdb2ee07d5a0ec687bf5eba900db5c9001</id>
<content type='text'>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/async_req: Retry read_packet with read(2)</title>
<updated>2012-03-23T16:31:24+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-03-23T14:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9e17e7d7f28bc186d316f8b8c89e0c6d266a2196'/>
<id>9e17e7d7f28bc186d316f8b8c89e0c6d266a2196</id>
<content type='text'>
This way it will also work with pipes

Autobuild-User: Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date: Fri Mar 23 17:31:24 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way it will also work with pipes

Autobuild-User: Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date: Fri Mar 23 17:31:24 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>build: avoid util.h as a public header name due to conflict with MacOS</title>
<updated>2011-09-23T07:24:03+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-09-20T21:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d40fe50a6755ab701f2fe8a434f1d3331769a4c0'/>
<id>d40fe50a6755ab701f2fe8a434f1d3331769a4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix bug 8385</title>
<updated>2011-08-25T17:39:12+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-08-22T12:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=50e30afa608dfdeae8a260730ead9761ed424dad'/>
<id>50e30afa608dfdeae8a260730ead9761ed424dad</id>
<content type='text'>
Poll and select behave differently regarding error handling. When doing the
connect(2), we can not rely on poll telling us both readability and writability
upon error. Just always try a second connect(2). At least on Linux it returns 0
when it succeeded.

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Aug 25 19:39:12 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Poll and select behave differently regarding error handling. When doing the
connect(2), we can not rely on poll telling us both readability and writability
upon error. Just always try a second connect(2). At least on Linux it returns 0
when it succeeded.

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Aug 25 19:39:12 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>build: provide tevent-util as a public library</title>
<updated>2011-08-08T11:34:06+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-07-29T07:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=af5f494bd2defe598dd8530359a249e0dd5ae20e'/>
<id>af5f494bd2defe598dd8530359a249e0dd5ae20e</id>
<content type='text'>
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced
by generated PIDL output.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced
by generated PIDL output.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
</feed>
