<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/interface.c, 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>Have nmbd check all available interfaces for WINS before failing</title>
<updated>2009-02-05T04:26:50+00:00</updated>
<author>
<name>Aravind Srinivasan</name>
<email>aravind.srinivasan@isilon.com</email>
</author>
<published>2009-02-05T00:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=83cf98f113541acca5a9b4d6ad084d401b64706f'/>
<id>83cf98f113541acca5a9b4d6ad084d401b64706f</id>
<content type='text'>
When nmbd is acting as WINS, it picks the first interface's IP as WINS
server's IP. If the first interface's IP is zero, we will just quit
(even though we might have other interfaces with valid IPs).

This patch makes nmbd look at all interfaces and pick the first interface
with a valid IP as the WINS server's IP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When nmbd is acting as WINS, it picks the first interface's IP as WINS
server's IP. If the first interface's IP is zero, we will just quit
(even though we might have other interfaces with valid IPs).

This patch makes nmbd look at all interfaces and pick the first interface
with a valid IP as the WINS server's IP.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Change sockaddr util function names for consistency</title>
<updated>2008-12-03T18:40:20+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2008-12-03T07:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1eb743ab8e8b1141f99fabd3e4a46895c6dcc17e'/>
<id>1eb743ab8e8b1141f99fabd3e4a46895c6dcc17e</id>
<content type='text'>
Also eliminates name conflicts with OneFS system libraries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also eliminates name conflicts with OneFS system libraries
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix prototype for set_sockaddr_port.</title>
<updated>2008-10-23T21:20:50+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-23T21:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ce0ac322b4a673e59e6e04467b2ceaf7a9637a68'/>
<id>ce0ac322b4a673e59e6e04467b2ceaf7a9637a68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sockaddr_storage only where we rely on the size, use sockaddr</title>
<updated>2008-10-23T17:53:15+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-23T17:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d6a5476ee7af464a381bbeeec576ee58f3650a43'/>
<id>d6a5476ee7af464a381bbeeec576ee58f3650a43</id>
<content type='text'>
otherwise (to clarify we can also pass in structs smaller than
sockaddr_storage, such as sockaddr_in).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise (to clarify we can also pass in structs smaller than
sockaddr_storage, such as sockaddr_in).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 address</title>
<updated>2008-08-20T00:30:30+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-08-20T00:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f23a6b7c93a419d70889f06b7b3ab18725399793'/>
<id>f23a6b7c93a419d70889f06b7b3ab18725399793</id>
<content type='text'>
reported by Ted Percival &lt;ted@midg3t.net&gt;.
Jeremy.
(This used to be commit ab06efccf31fbc899536d2681a2076e6dfd65b9e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reported by Ted Percival &lt;ted@midg3t.net&gt;.
Jeremy.
(This used to be commit ab06efccf31fbc899536d2681a2076e6dfd65b9e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove worrying warning message when safe_strcpy tries to copy a pseaudo interface</title>
<updated>2008-07-02T23:31:16+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-07-02T23:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=12f0163e26e6c39ba13335468b7a1bef4cf29e73'/>
<id>12f0163e26e6c39ba13335468b7a1bef4cf29e73</id>
<content type='text'>
name that's too long. Reported by James Kosin &lt;JKosin@intcomgrp.com&gt;.
Jeremy.
(This used to be commit 3a7542fd495223c3a504571a52e2d00551fea0e2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
name that's too long. Reported by James Kosin &lt;JKosin@intcomgrp.com&gt;.
Jeremy.
(This used to be commit 3a7542fd495223c3a504571a52e2d00551fea0e2)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in writing names into gencache</title>
<updated>2007-10-26T02:07:25+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-26T02:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e054affb7bb3e2aa00663c2d4dfa04c19870ddaf'/>
<id>e054affb7bb3e2aa00663c2d4dfa04c19870ddaf</id>
<content type='text'>
as well as 2 typos where AF_INET6 was mistypes as AF_INET.
JERRY YOU NEED THESE FIXES.
Fixes smbclient -L localhost -U%
Bugs reported by Kukks (thanks kukks).
Jeremy.
(This used to be commit f109f82622ca30ae2360e8300152e90b9587ffd8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as well as 2 typos where AF_INET6 was mistypes as AF_INET.
JERRY YOU NEED THESE FIXES.
Fixes smbclient -L localhost -U%
Bugs reported by Kukks (thanks kukks).
Jeremy.
(This used to be commit f109f82622ca30ae2360e8300152e90b9587ffd8)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix resolve name to resolve IPv6 addresses of link-local%ifaddr</title>
<updated>2007-10-26T01:28:36+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-26T01:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6128d116b3f09ce0b055d2df89b2f7282185782e'/>
<id>6128d116b3f09ce0b055d2df89b2f7282185782e</id>
<content type='text'>
Jeremy.
(This used to be commit e6609cab732d5cd5cc9a5ae50aee15147f2ec6ec)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit e6609cab732d5cd5cc9a5ae50aee15147f2ec6ec)
</pre>
</div>
</content>
</entry>
<entry>
<title>This is a large patch (sorry). Migrate from struct in_addr</title>
<updated>2007-10-24T21:16:54+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-24T21:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f88b7a076be74a29a3bf876b4e2705f4a1ecf42b'/>
<id>f88b7a076be74a29a3bf876b4e2705f4a1ecf42b</id>
<content type='text'>
to struct sockaddr_storage in most places that matter (ie.
not the nmbd and NetBIOS lookups). This passes make test
on an IPv4 box, but I'll have to do more work/testing on
IPv6 enabled boxes. This should now give us a framework
for testing and finishing the IPv6 migration. It's at
the state where someone with a working IPv6 setup should
(theorecically) be able to type :
smbclient //ipv6-address/share
and have it work.
Jeremy.
(This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to struct sockaddr_storage in most places that matter (ie.
not the nmbd and NetBIOS lookups). This passes make test
on an IPv4 box, but I'll have to do more work/testing on
IPv6 enabled boxes. This should now give us a framework
for testing and finishing the IPv6 migration. It's at
the state where someone with a working IPv6 setup should
(theorecically) be able to type :
smbclient //ipv6-address/share
and have it work.
Jeremy.
(This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd)
</pre>
</div>
</content>
</entry>
</feed>
