<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules, 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>Add a missing include file to two VFS modules</title>
<updated>2011-09-15T00:56:36+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>realrichardsharpe@gmail.com</email>
</author>
<published>2011-09-14T23:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7982819f617497e6b8cbc45251e9fa4bac96c46b'/>
<id>7982819f617497e6b8cbc45251e9fa4bac96c46b</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Sep 15 02:56:36 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Sep 15 02:56:36 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames.</title>
<updated>2011-09-08T01:34:39+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-09-07T21:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0aa6751e919d842cdae044be26f6da725063eac2'/>
<id>0aa6751e919d842cdae044be26f6da725063eac2</id>
<content type='text'>
aceType is an enum field, not a bitmask.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Sep  8 03:34:39 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aceType is an enum field, not a bitmask.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Sep  8 03:34:39 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames.</title>
<updated>2011-09-07T20:56:06+00:00</updated>
<author>
<name>Ira Cooper</name>
<email>ira@wakeful.net</email>
</author>
<published>2011-09-07T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=600451da33728cbd377b122c85cf146f5b319998'/>
<id>600451da33728cbd377b122c85cf146f5b319998</id>
<content type='text'>
Thanks to Youzhong Yang for discovering this issue.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Sep  7 22:56:06 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Youzhong Yang for discovering this issue.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Sep  7 22:56:06 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:modules make perfcount_test loadable again</title>
<updated>2011-08-31T09:22:26+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>ambi@samba.org</email>
</author>
<published>2011-08-29T15:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=59e8db0f060479be3a853ce718bcdf4f9ce0138d'/>
<id>59e8db0f060479be3a853ce718bcdf4f9ce0138d</id>
<content type='text'>
use expected 'init_samba_module' name for initializer function

Autobuild-User: Christian Ambach &lt;ambi@samba.org&gt;
Autobuild-Date: Wed Aug 31 11:22:26 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use expected 'init_samba_module' name for initializer function

Autobuild-User: Christian Ambach &lt;ambi@samba.org&gt;
Autobuild-Date: Wed Aug 31 11:22:26 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: fix build with --enable-tdb2</title>
<updated>2011-08-31T04:26:40+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-08-31T04:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b10ad70f8fd5ee359b4409b373ba93ff050c82d4'/>
<id>b10ad70f8fd5ee359b4409b373ba93ff050c82d4</id>
<content type='text'>
tdb2 doesn't expost tdb_jenkins_hash; go straight to the source in
ccan/hash.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tdb2 doesn't expost tdb_jenkins_hash; go straight to the source in
ccan/hash.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug Bug 8422 - Infinite loop in ACL module code.</title>
<updated>2011-08-29T23:46:15+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-08-29T23:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=218cccfdf1820a9840a5cbc7df3915b6b58a762d'/>
<id>218cccfdf1820a9840a5cbc7df3915b6b58a762d</id>
<content type='text'>
Missing assignment means this loop will never terminate. Need to be applied
to 3.5.x and 3.6.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Missing assignment means this loop will never terminate. Need to be applied
to 3.5.x and 3.6.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix the build of vfs_aixacl2.c</title>
<updated>2011-08-25T21:06:11+00:00</updated>
<author>
<name>SATOH Fumiyasu</name>
<email>fumiyas@osstech.co.jp</email>
</author>
<published>2011-08-22T04:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=faa769ec19b6486675048734837a6e2237d6f0a4'/>
<id>faa769ec19b6486675048734837a6e2237d6f0a4</id>
<content type='text'>
Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Thu Aug 25 23:06:12 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Thu Aug 25 23:06:12 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>scannedonly module: improve sleep behavior when reading a directory with multiple non-scanned files</title>
<updated>2011-08-23T14:51:20+00:00</updated>
<author>
<name>Olivier Sessink</name>
<email>oliviersessink@gmail.com</email>
</author>
<published>2011-08-09T07:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=89b672f24797f7ecc2ac5191a33a1ae5a38e07cc'/>
<id>89b672f24797f7ecc2ac5191a33a1ae5a38e07cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directory</title>
<updated>2011-08-18T22:43:04+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-08-18T21:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a6d06c069734cae037105350982545b6a964bbd8'/>
<id>a6d06c069734cae037105350982545b6a964bbd8</id>
<content type='text'>
Ensure we always use vfs_ChDir() to keep the singleton cache coherent.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Fri Aug 19 00:43:05 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure we always use vfs_ChDir() to keep the singleton cache coherent.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Fri Aug 19 00:43:05 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace calls to sid_equal with calls to dom_sid_equal</title>
<updated>2011-08-17T10:30:08+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-08-17T10:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f'/>
<id>8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
