<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/web_server, 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>s4:misc: remove last usage of legacy event_ fn names</title>
<updated>2011-08-13T22:38:13+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-05-25T19:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c84caabf8c5061af75d9e046813c1e2e8eff3722'/>
<id>c84caabf8c5061af75d9e046813c1e2e8eff3722</id>
<content type='text'>
Autobuild-User: Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date: Sun Aug 14 00:38:13 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date: Sun Aug 14 00:38:13 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-ipv6: update callers to load_interface_list()</title>
<updated>2011-06-06T02:26:10+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-06-02T05:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=40dc94a53f4f0f5dee285daf486912b0996d5f3e'/>
<id>40dc94a53f4f0f5dee285daf486912b0996d5f3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-webserver: fixed a talloc reference error on startup failure</title>
<updated>2011-06-06T02:26:10+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-05-12T10:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=78a8087213e0ae67d1071367dd304fd2e761216e'/>
<id>78a8087213e0ae67d1071367dd304fd2e761216e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-ipv6: use "ip" instead of "ipv4" for servers</title>
<updated>2011-06-06T02:26:10+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-05-12T10:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8f3ce14ea744d721636d3e096ae1f021aae042bd'/>
<id>8f3ce14ea744d721636d3e096ae1f021aae042bd</id>
<content type='text'>
this allows stream_setup_socket() to work with both v4 and v6
addresses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows stream_setup_socket() to work with both v4 and v6
addresses
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-ipv6: use iface_list_wildcard() to listen on IPv6</title>
<updated>2011-06-06T02:26:10+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-05-12T10:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dc8c8fd9e4f85974cd0665e613d4422ba8dd900e'/>
<id>dc8c8fd9e4f85974cd0665e613d4422ba8dd900e</id>
<content type='text'>
when we need to listen on a wildcard address, we now listen on a list
of sockets, usually 0.0.0.0 and ::
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when we need to listen on a wildcard address, we now listen on a list
of sockets, usually 0.0.0.0 and ::
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-interfaces Rename interfaces code so not to conflict with source3/</title>
<updated>2011-05-08T10:57:04+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-02T05:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=22cb631b4fd0647b70fbaaafaffda8712a84a999'/>
<id>22cb631b4fd0647b70fbaaafaffda8712a84a999</id>
<content type='text'>
The iface_count, iface_n_bcast, and load_interfaces functions
conflicted with functions of the same name in source3, so the source4
functions were renamed.  Hopefully we can actually wrap one around the
other in future.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The iface_count, iface_n_bcast, and load_interfaces functions
conflicted with functions of the same name in source3, so the source4
functions were renamed.  Hopefully we can actually wrap one around the
other in future.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>source4/: Fix prototypes for all functions in various subsystems.</title>
<updated>2011-03-19T02:20:05+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-03-18T23:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0b4eb47e2703e425f77010ae00bef6a50de88ea1'/>
<id>0b4eb47e2703e425f77010ae00bef6a50de88ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python Don't force "bin" into the python sys.path</title>
<updated>2011-02-07T02:22:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-02-05T07:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=15d0166340baea91f117ea977539894e7444ee6b'/>
<id>15d0166340baea91f117ea977539894e7444ee6b</id>
<content type='text'>
This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is
now set properly at all times, incluidng for installed and
build-directory binaries.  So we don't need to make assumptions about
bin being magic any more.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is
now set properly at all times, incluidng for installed and
build-directory binaries.  So we don't need to make assumptions about
bin being magic any more.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>web_server: Fix initialization.</title>
<updated>2011-01-16T23:30:49+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-01-16T23:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7982f683ee4ae3bb693745c895b1b11586bf32d0'/>
<id>7982f683ee4ae3bb693745c895b1b11586bf32d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>web_server: Avoid references to swat. Load samba.web_server instead.</title>
<updated>2011-01-16T23:25:42+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-01-16T23:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=04abf2cc8dfda2a969cd2c1257d5d5a41979a0d2'/>
<id>04abf2cc8dfda2a969cd2c1257d5d5a41979a0d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
