<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/socket_wrapper, 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>socket-wrapped: added wrappers for dup() and dup2()</title>
<updated>2011-08-12T07:38:26+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-08-12T04:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=63e5b395d00535c88274bafb9d5e4b0e9d753b36'/>
<id>63e5b395d00535c88274bafb9d5e4b0e9d753b36</id>
<content type='text'>
The Samba4 standard process model uses dup() on incoming sockets as an
optimisation (it makes select() a tiny bit faster when used).

Adding dup() to socket wrapper allows us to use the standard process
model in selftest

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Samba4 standard process model uses dup() on incoming sockets as an
optimisation (it makes select() a tiny bit faster when used).

Adding dup() to socket wrapper allows us to use the standard process
model in selftest

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: make sure interfaces are in the valid range on bind()</title>
<updated>2011-07-10T16:24:14+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-10T14:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=86b7b5cd9621946a3ea20905c0559d662c84770b'/>
<id>86b7b5cd9621946a3ea20905c0559d662c84770b</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sun Jul 10 18:24:14 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sun Jul 10 18:24:14 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/socket_wrapper: allow up to 32 interfaces for a bigger 'make test'</title>
<updated>2011-04-19T00:03:49+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-19T00:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=29d8c597fc0414658b6234b0bbc136670228e108'/>
<id>29d8c597fc0414658b6234b0bbc136670228e108</id>
<content type='text'>
The combined s3/s4 'make test' needs more interfaces.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The combined s3/s4 'make test' needs more interfaces.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: fix handling of addr and addrlen</title>
<updated>2011-03-09T11:27:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-03-09T10:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a29999392af7085a65714c92029733a1c2dfbe85'/>
<id>a29999392af7085a65714c92029733a1c2dfbe85</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/socket_wrapper: try to fix the build on solaris</title>
<updated>2011-03-04T20:19:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-03-04T20:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2c7c3d03d5c6b99370f9007aa6fe874d36512be2'/>
<id>2c7c3d03d5c6b99370f9007aa6fe874d36512be2</id>
<content type='text'>
struct msg does not contain msg_control, msg_controllen and msg_flags
on solaris.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct msg does not contain msg_control, msg_controllen and msg_flags
on solaris.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()</title>
<updated>2011-03-03T22:43:39+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-10-30T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a5d54579ea949f4cd7c975c3f5d0006a90777735'/>
<id>a5d54579ea949f4cd7c975c3f5d0006a90777735</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Mar  3 23:43:39 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Mar  3 23:43:39 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()</title>
<updated>2011-03-03T21:57:26+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-10-30T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e831376f914d729b9ff3f39c5841846359c712aa'/>
<id>e831376f914d729b9ff3f39c5841846359c712aa</id>
<content type='text'>
This also adds the same logic for broadcast as in swrap_sendto()
for SOCK_DGRAM.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds the same logic for broadcast as in swrap_sendto()
for SOCK_DGRAM.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()</title>
<updated>2011-03-03T21:57:26+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-10-30T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4a736f0fbe58fabf6c0a0650cbc38882cb0446ab'/>
<id>4a736f0fbe58fabf6c0a0650cbc38882cb0446ab</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendto()</title>
<updated>2011-03-03T21:57:26+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-10-30T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a2db6b4dba2650c582aa4572276d96dac521a3d8'/>
<id>a2db6b4dba2650c582aa4572276d96dac521a3d8</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: add swrap_sendmsg_before/after helper functions</title>
<updated>2011-03-03T21:57:26+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-10-30T14:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8c6d7d7b2797c051885e12e3cdf3da158cf4fe25'/>
<id>8c6d7d7b2797c051885e12e3cdf3da158cf4fe25</id>
<content type='text'>
Currently have almost the same logic in swrap_send(), swrap_sendto(),
swrap_writev() and swrap_sendmsg(), this helper functions
let combine all the logic in 2 places.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently have almost the same logic in swrap_send(), swrap_sendto(),
swrap_writev() and swrap_sendmsg(), this helper functions
let combine all the logic in 2 places.

metze
</pre>
</div>
</content>
</entry>
</feed>
