<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/lib/socket, branch talloc-2.0.8</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>lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and server</title>
<updated>2012-07-27T07:59:51+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-07-27T02:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b181a0b96b8313206923e6f5b46b0803aaf64907'/>
<id>b181a0b96b8313206923e6f5b46b0803aaf64907</id>
<content type='text'>
In these other cases, control of the sockets to bind to can be obtained using
"bind interfaces only = yes" and "interfaces = ".

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In these other cases, control of the sockets to bind to can be obtained using
"bind interfaces only = yes" and "interfaces = ".

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix the clustering build</title>
<updated>2011-12-17T17:41:39+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-12-17T16:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=79fe4bbf731272ea21f34bd2653673fe1a34e2c4'/>
<id>79fe4bbf731272ea21f34bd2653673fe1a34e2c4</id>
<content type='text'>
ctdb_private.h already defines set_close_on_exec.

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Sat Dec 17 18:41:39 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ctdb_private.h already defines set_close_on_exec.

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Sat Dec 17 18:41:39 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-socket: use set_close_on_exec()</title>
<updated>2011-12-15T22:36:22+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-11-30T04:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9f4c3da734adbabf457074563f3fb3fae7b85585'/>
<id>9f4c3da734adbabf457074563f3fb3fae7b85585</id>
<content type='text'>
this prevents a fd leak to child processes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this prevents a fd leak to child processes
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/socket: add socket_connect_multi_ex_*</title>
<updated>2011-11-30T12:41:08+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-11-29T15:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=706e10820d490e0865b73f66a8665951aa6a71e3'/>
<id>706e10820d490e0865b73f66a8665951aa6a71e3</id>
<content type='text'>
This add an async establish hook, that gets called
before a connection success is detected.

This can be used to do a NBT session request
and it makes sure that we don't cancel the connection
on port 445, just because the tcp connect on port
139 worked.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This add an async establish hook, that gets called
before a connection success is detected.

This can be used to do a NBT session request
and it makes sure that we don't cancel the connection
on port 445, just because the tcp connect on port
139 worked.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-socket: allow connect_multi_next_socket to try all the IP for a given host</title>
<updated>2011-11-11T19:28:11+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2011-11-10T14:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5d18e57bec9db9444ae738c24ef63b21e3197a77'/>
<id>5d18e57bec9db9444ae738c24ef63b21e3197a77</id>
<content type='text'>
This fix an incorrect behavior which was that if a host has 2 IP but
was listening on only 1 (and the second one) connect_multi_next_socket
was not able to connect because it used only the first result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix an incorrect behavior which was that if a host has 2 IP but
was listening on only 1 (and the second one) connect_multi_next_socket
was not able to connect because it used only the first result.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-socket: detect NULL server in socket connection code</title>
<updated>2011-11-10T03:24:20+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-11-07T04:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a7c1add5c49e4c241bfe95ca018b75a2889a2141'/>
<id>a7c1add5c49e4c241bfe95ca018b75a2889a2141</id>
<content type='text'>
return NT_STATUS_NOT_FOUND instead of a segfault

Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return NT_STATUS_NOT_FOUND instead of a segfault

Pair-Programmed-With: Amitay Isaacs &lt;amitay@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-socket: do not segfault if the socket is NULL</title>
<updated>2011-11-01T18:02:52+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2011-10-26T21:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f5fde21ec15c7086311ed297601471b75f03c917'/>
<id>f5fde21ec15c7086311ed297601471b75f03c917</id>
<content type='text'>
Autobuild-User: Matthieu Patou &lt;mat@samba.org&gt;
Autobuild-Date: Tue Nov  1 19:02:52 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Matthieu Patou &lt;mat@samba.org&gt;
Autobuild-Date: Tue Nov  1 19:02:52 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/socket: don't pass -1 to close()</title>
<updated>2011-10-31T15:02:42+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-10-31T08:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8386b2079937907fdcb6d080423a40ede5dfc9df'/>
<id>8386b2079937907fdcb6d080423a40ede5dfc9df</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>s4-interfaces: allow pure ipv6 to work</title>
<updated>2011-10-15T22:01:36+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2011-10-15T09:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8741b90334a2b9f0143f839e8ff65101d4a70e71'/>
<id>8741b90334a2b9f0143f839e8ff65101d4a70e71</id>
<content type='text'>
This is the complementary part of patch
abe5afc580dcaaab70f136904d98fa83bfae7b6e for samba4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the complementary part of patch
abe5afc580dcaaab70f136904d98fa83bfae7b6e for samba4.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/socket/interface.c - "ifaces" strictly needs to be initialised</title>
<updated>2011-09-12T21:49:12+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-09-12T13:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d0df75701e529e2d872691f8be047c5b55118930'/>
<id>d0df75701e529e2d872691f8be047c5b55118930</id>
<content type='text'>
Please consider a failing "get_interfaces" call and the "talloc_free()"
operation on a possible uninitialised "ifaces" on line 326.

https://bugzilla.samba.org/show_bug.cgi?id=8397

Reviewed-by: Jelmer

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Mon Sep 12 23:49:12 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Please consider a failing "get_interfaces" call and the "talloc_free()"
operation on a possible uninitialised "ifaces" on line 326.

https://bugzilla.samba.org/show_bug.cgi?id=8397

Reviewed-by: Jelmer

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Mon Sep 12 23:49:12 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
