<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/include/interfaces.h, branch talloc-2.0.0</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>Fix bug 5681: Do not limit the number of network interfaces</title>
<updated>2009-05-18T11:38:55+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-05-18T08:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bbbf9f13add12906480e6697eb56a2680dabe160'/>
<id>bbbf9f13add12906480e6697eb56a2680dabe160</id>
<content type='text'>
Jeremy as far as I can see there is no real technical reason to limit the
number of interfaces. If you like this patch, can you please merge it to 3.4?
If you don't please tell me :-)

Thanks,

Volker
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy as far as I can see there is no real technical reason to limit the
number of interfaces. If you like this patch, can you please merge it to 3.4?
If you don't please tell me :-)

Thanks,

Volker
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Samba 3 and Samba 4 both use the same single copy of libreplace.</title>
<updated>2008-09-16T14:30:14+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-09-16T14:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0888ffa2b7382a1c4781ae54bad53eac3b229365'/>
<id>0888ffa2b7382a1c4781ae54bad53eac3b229365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to fix the build on systems without struct sockaddr_storage type</title>
<updated>2007-11-08T10:46:18+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2007-11-08T10:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1675802d4d8a8806989b963af9a96bf8656f6233'/>
<id>1675802d4d8a8806989b963af9a96bf8656f6233</id>
<content type='text'>
(like hape - HPUX 11.00).

Michael
(This used to be commit f3d762737540476bab7da1bf6db047b66f53d9ae)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(like hape - HPUX 11.00).

Michael
(This used to be commit f3d762737540476bab7da1bf6db047b66f53d9ae)
</pre>
</div>
</content>
</entry>
<entry>
<title>Two patches</title>
<updated>2007-10-27T19:50:36+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>Volker.Lendecke@SerNet.DE</email>
</author>
<published>2007-10-27T19:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a97b33baad5bbce7e8004346aa3a812ec4f91f0e'/>
<id>a97b33baad5bbce7e8004346aa3a812ec4f91f0e</id>
<content type='text'>
Hi!

Can you check and push them?

Thanks,

Volker

From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001
From: Volker Lendecke &lt;vl@sernet.de&gt;
Date: Sat, 27 Oct 2007 14:20:09 +0200
Subject: [PATCH] Fix some warnings and errors
(This used to be commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi!

Can you check and push them?

Thanks,

Volker

From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001
From: Volker Lendecke &lt;vl@sernet.de&gt;
Date: Sat, 27 Oct 2007 14:20:09 +0200
Subject: [PATCH] Fix some warnings and errors
(This used to be commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add start of IPv6 implementation. Currently most of this is avoiding</title>
<updated>2007-10-11T01:25:16+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-11T01:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8e54530b52fd256137740107e9fdf000f00a7a30'/>
<id>8e54530b52fd256137740107e9fdf000f00a7a30</id>
<content type='text'>
IPv6 in winbindd, but moves most of the socket functions that were
wrongly in lib/util.c into lib/util_sock.c and provides generic
IPv4/6 independent versions of most things. Still lots of work
to do, but now I can see how I'll fix the access check code.
Nasty part that remains is the name resolution code which is
used to returning arrays of in_addr structs.
Jeremy.
(This used to be commit 3f6bd0e1ec5cc6670f3d08f76fc2cd94c9cd1a08)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IPv6 in winbindd, but moves most of the socket functions that were
wrongly in lib/util.c into lib/util_sock.c and provides generic
IPv4/6 independent versions of most things. Still lots of work
to do, but now I can see how I'll fix the access check code.
Nasty part that remains is the name resolution code which is
used to returning arrays of in_addr structs.
Jeremy.
(This used to be commit 3f6bd0e1ec5cc6670f3d08f76fc2cd94c9cd1a08)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25472: Fix the interfaces code to detect IPv6 interfaces, using the</title>
<updated>2007-10-10T17:31:06+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-02T19:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3fbd1ae54ced2eb889a8fe0a6ea32dfd8175f941'/>
<id>3fbd1ae54ced2eb889a8fe0a6ea32dfd8175f941</id>
<content type='text'>
new standard getifaddrs() and freeifaddrs() interfaces. Currently
we only return IPv4 af_families. Needs fixing for binds to IPv6
but this has to be careful work.
Jeremy.
(This used to be commit 327875182c9219aeba687e10aaea93546d9a70ea)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new standard getifaddrs() and freeifaddrs() interfaces. Currently
we only return IPv4 af_families. Needs fixing for binds to IPv6
but this has to be careful work.
Jeremy.
(This used to be commit 327875182c9219aeba687e10aaea93546d9a70ea)
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from APPLIANCE_HEAD</title>
<updated>2001-11-28T21:51:11+00:00</updated>
<author>
<name>Gerald Carter</name>
<email>jerry@samba.org</email>
</author>
<published>2001-11-28T21:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bd8e916cb520d89a14a1cd13b2b261253729ac9b'/>
<id>bd8e916cb520d89a14a1cd13b2b261253729ac9b</id>
<content type='text'>
(This used to be commit c60aa6c06f376684b6d6d9a2c14305ca9f4657ef)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit c60aa6c06f376684b6d6d9a2c14305ca9f4657ef)
</pre>
</div>
</content>
</entry>
<entry>
<title>interfaces.h from 2.0.6</title>
<updated>1999-12-17T01:44:30+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>1999-12-17T01:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=20aba767ea2955c2849bb82bfe42ca231a74c4a1'/>
<id>20aba767ea2955c2849bb82bfe42ca231a74c4a1</id>
<content type='text'>
(This used to be commit a3d7ec0c9d06f18e656da354e2fec57aaf395fc5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit a3d7ec0c9d06f18e656da354e2fec57aaf395fc5)
</pre>
</div>
</content>
</entry>
</feed>
