<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4, 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>waf: restore libsmbclient handling.</title>
<updated>2011-09-15T13:31:59+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-09-15T10:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bd5445ee4f663d18197dbb01078cc21342dd5045'/>
<id>bd5445ee4f663d18197dbb01078cc21342dd5045</id>
<content type='text'>
This is a temporary solution to get libsmbclient installed properly as a library
(including symlinks and proper symbols). I was not able to make the old internal
library name 'libsmb/smbclient' work together with "realname" and/or "link_name".
Maybe one of the waf gurus has more ideas here.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a temporary solution to get libsmbclient installed properly as a library
(including symlinks and proper symbols). I was not able to make the old internal
library name 'libsmb/smbclient' work together with "realname" and/or "link_name".
Maybe one of the waf gurus has more ideas here.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:wrepl_server: return NT_STATUS_CONNECTION_DISCONNECTED</title>
<updated>2011-09-14T16:03:19+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-14T15:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5879358437b78d671ed2e51ee74d9ac167da9071'/>
<id>5879358437b78d671ed2e51ee74d9ac167da9071</id>
<content type='text'>
We should return the same in all places.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should return the same in all places.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTED</title>
<updated>2011-09-14T16:03:19+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-14T15:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e6a2affe893e28aaf3da5a16d120034669b4dc37'/>
<id>e6a2affe893e28aaf3da5a16d120034669b4dc37</id>
<content type='text'>
We should return the same in all places.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should return the same in all places.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/messaging: let irpc handles return NT_STATUS_CONNECTION_DISCONNECTED</title>
<updated>2011-09-14T16:03:18+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-14T15:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=af2e107d494a992801e639301b368c70a0f2cc70'/>
<id>af2e107d494a992801e639301b368c70a0f2cc70</id>
<content type='text'>
We should return the same in all places.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should return the same in all places.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:librpc/rpc: return NT_STATUS_CONNECTION_DISCONNECTED</title>
<updated>2011-09-14T16:03:18+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-14T15:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=afabf12251c79d741b6c7cc116b57082e168ad0a'/>
<id>afabf12251c79d741b6c7cc116b57082e168ad0a</id>
<content type='text'>
We should return the same in all places.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should return the same in all places.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-s3-upgrade Improve samba-tool domain samba3upgrade behaviour</title>
<updated>2011-09-13T14:30:31+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-09-13T11:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c6cf070df0add8484ffb16b40893327b36b6a936'/>
<id>c6cf070df0add8484ffb16b40893327b36b6a936</id>
<content type='text'>
The --realm argument is again optional (the previous code would take the default
from the default smb.conf, not the one specified) and --targetdir is now a
named argument much like it is to provision.

We now test the --testparm option to ensure it behaves the way we expect.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Tue Sep 13 16:30:31 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --realm argument is again optional (the previous code would take the default
from the default smb.conf, not the one specified) and --targetdir is now a
named argument much like it is to provision.

We now test the --testparm option to ensure it behaves the way we expect.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Tue Sep 13 16:30:31 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:upgrade_from_s3 - restore "get_testparm_var" method</title>
<updated>2011-09-13T12:53:24+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-09-12T18:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4e87a8419ca662d35018f0d00c80f3d816473cbc'/>
<id>4e87a8419ca662d35018f0d00c80f3d816473cbc</id>
<content type='text'>
This has accidentally been removed by commit 8268c2d4e231b05b439bc70331b75342b35daa4e.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has accidentally been removed by commit 8268c2d4e231b05b439bc70331b75342b35daa4e.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script/librelease.sh: automate Samba4 alpha releases</title>
<updated>2011-09-13T05:58:01+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-09-13T05:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=45c580575f38a2e5f7952aaad9921a53723b9f66'/>
<id>45c580575f38a2e5f7952aaad9921a53723b9f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-subdomain: match windows form for trustAuthInOutBlob</title>
<updated>2011-09-13T05:38:35+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-09-07T07:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94886797bc6fdbf9adad221ae79021232ec03278'/>
<id>94886797bc6fdbf9adad221ae79021232ec03278</id>
<content type='text'>
Windows does not put a version element in the array

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows does not put a version element in the array

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-subdomain: fixed domain guid choice for subdomain join</title>
<updated>2011-09-13T05:38:35+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-09-07T07:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=588c50f11e42bf6d21d1d213302001d178533f66'/>
<id>588c50f11e42bf6d21d1d213302001d178533f66</id>
<content type='text'>
We need to use the domain GUID that the server choose in the ncName
link

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to use the domain GUID that the server choose in the ncName
link

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
