<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/async_req, 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>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://git.exis.tech/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://git.exis.tech/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>
<entry>
<title>Add wait_for_read_send/recv</title>
<updated>2011-07-28T15:42:22+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-07-26T13:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=428196799028d80a5fe3b09392cb7015049c5397'/>
<id>428196799028d80a5fe3b09392cb7015049c5397</id>
<content type='text'>
Wait for readability of a socket as a tevent_req
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wait for readability of a socket as a tevent_req
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8197 - winbind does not properly detect when a DC connection is dead.</title>
<updated>2011-06-06T19:53:16+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-06-03T17:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0efcc94fb834aeb03e8edc3034aa0cdeefdc0985'/>
<id>0efcc94fb834aeb03e8edc3034aa0cdeefdc0985</id>
<content type='text'>
Only waiting for writability doesn't get fd errors back with poll.
So always begin by selecting for readability, and if we get it then
see if bytes were available to read or it really is an error condition.

If bytes were available, remove the select on read as we know we
will retrieve the error when we've finished writing and start
reading the reply (or the write will timeout or fail).

Metze and Volker please check.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Mon Jun  6 21:53:16 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only waiting for writability doesn't get fd errors back with poll.
So always begin by selecting for readability, and if we get it then
see if bytes were available to read or it really is an error condition.

If bytes were available, remove the select on read as we know we
will retrieve the error when we've finished writing and start
reading the reply (or the write will timeout or fail).

Metze and Volker please check.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Mon Jun  6 21:53:16 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>async_rec/async_sock.c - add an additional "const"</title>
<updated>2011-03-23T09:26:23+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-03-23T07:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7d2d902d51e05008cf29ef510082c5fd3f213e46'/>
<id>7d2d902d51e05008cf29ef510082c5fd3f213e46</id>
<content type='text'>
In order to suppress a build warning.

Acked-by: Volker and Metze

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Wed Mar 23 10:26:23 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to suppress a build warning.

Acked-by: Volker and Metze

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Wed Mar 23 10:26:23 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: add UTIL_TEVENT subsystem (as in ../lib/util/wscript)</title>
<updated>2011-02-14T12:38:53+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-02-08T07:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=89db591b2a79a85cc9127c67a2697bbc6f326ec6'/>
<id>89db591b2a79a85cc9127c67a2697bbc6f326ec6</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>Use sockaddr_storage in async sendto/recvfrom</title>
<updated>2010-12-29T21:44:06+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-12-29T07:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=65f4f22cb4a201fb3f4f4adbb576d3a8909d4bfd'/>
<id>65f4f22cb4a201fb3f4f4adbb576d3a8909d4bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>async_send-&gt;sendto, async_recv-&gt;recvfrom</title>
<updated>2010-12-28T11:59:11+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-12-26T15:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c4b18bd860bc18529249a8c54c7db6aba2347591'/>
<id>c4b18bd860bc18529249a8c54c7db6aba2347591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4: Remove the old perl/m4/make/mk-based build system.</title>
<updated>2010-10-31T02:01:44+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-10-31T01:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3deece559159150a0710d8160f39583ba7f2e582'/>
<id>3deece559159150a0710d8160f39583ba7f2e582</id>
<content type='text'>
The new waf-based build system now has all the same functionality, and
the old build system has been broken for quite some time.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new waf-based build system now has all the same functionality, and
the old build system has been broken for quite some time.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-waf: inline LIBREPLACE_NETWORK into 'replace'</title>
<updated>2010-04-12T07:13:43+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-04-11T17:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=33bb334e8030749cb675353df882730e3119ee9c'/>
<id>33bb334e8030749cb675353df882730e3119ee9c</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
