<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib, branch talloc-2.0.8</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>s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported</title>
<updated>2012-09-21T16:05:56+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2011-11-08T15:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bfafb0ce838c0cc3003c35e16c99d9eb9e1266a8'/>
<id>bfafb0ce838c0cc3003c35e16c99d9eb9e1266a8</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Fri Sep 21 18:05:56 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Fri Sep 21 18:05:56 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Use SBVAL in put_long_date_timespec</title>
<updated>2012-09-18T23:16:25+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-09-18T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f6e33eb890dbe4451d3b3ff52a2f38d3a5ceb8c8'/>
<id>f6e33eb890dbe4451d3b3ff52a2f38d3a5ceb8c8</id>
<content type='text'>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Wed Sep 19 01:16:25 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Wed Sep 19 01:16:25 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix some nonempty line endings</title>
<updated>2012-09-18T20:39:07+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-09-18T18:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2bbde78ce491cce4ea504cbc583a6935b809d609'/>
<id>2bbde78ce491cce4ea504cbc583a6935b809d609</id>
<content type='text'>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue Sep 18 22:39:07 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue Sep 18 22:39:07 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>quota: add supprt for gfs2</title>
<updated>2012-09-18T12:30:25+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-18T11:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0b57d1c07520f4995412f224945324fef29f5989'/>
<id>0b57d1c07520f4995412f224945324fef29f5989</id>
<content type='text'>
gfs2 uses the same generic quota interface as xfs and it has the same base
block/quota block size ratio and seems to work nice with the xfs quota module.

(People using gfs should be aware that quota reporting is lagging quite a bit
on gfs.  If you copy a file on a gfs volume the quota values are being updated
with a delay of 30s here with kernel 3.5. This reporting can lead to data
corruption if a client thinks he can write but actually he suddently can't.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gfs2 uses the same generic quota interface as xfs and it has the same base
block/quota block size ratio and seems to work nice with the xfs quota module.

(People using gfs should be aware that quota reporting is lagging quite a bit
on gfs.  If you copy a file on a gfs volume the quota values are being updated
with a delay of 30s here with kernel 3.5. This reporting can lead to data
corruption if a client thinks he can write but actually he suddently can't.)
</pre>
</div>
</content>
</entry>
<entry>
<title>quota: also log which fs type we found</title>
<updated>2012-09-15T00:18:16+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-14T18:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b53c5bcf5bddb8a673d94870bdcfac426a8159ec'/>
<id>b53c5bcf5bddb8a673d94870bdcfac426a8159ec</id>
<content type='text'>
Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Sat Sep 15 02:18:16 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Sat Sep 15 02:18:16 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Remove pre-allocation of ACL array in sys_acl_init()</title>
<updated>2012-09-12T03:26:16+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-07T07:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6638d1036688f7b0f15a1a18c9a251ab0a7ab626'/>
<id>6638d1036688f7b0f15a1a18c9a251ab0a7ab626</id>
<content type='text'>
Instead, this is just handled with realloc in sys_acl_create_entry()

This allows us to remove the size element from the SMB_ACL_T.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, this is just handled with realloc in sys_acl_create_entry()

This allows us to remove the size element from the SMB_ACL_T.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd-posix_acls: Use a IDL union to store the ACL entry</title>
<updated>2012-09-12T03:26:16+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-07T05:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ac804f0d7f5a93ff2710e213d9213ad9960a15d6'/>
<id>ac804f0d7f5a93ff2710e213d9213ad9960a15d6</id>
<content type='text'>
This is a clearer, long-term-stable structure we can hash without
risking it changing.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a clearer, long-term-stable structure we can hash without
risking it changing.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:quota-nfs: add RQ_PATHLEN define for systems that don't have it</title>
<updated>2012-09-09T15:44:51+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-09T14:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2ea0f6c00da1287a8c59efcbceb7f4f6525a52b0'/>
<id>2ea0f6c00da1287a8c59efcbceb7f4f6525a52b0</id>
<content type='text'>
Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Sun Sep  9 17:44:51 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Sun Sep  9 17:44:51 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:quota-nfs: another build fix for the old Unix world</title>
<updated>2012-09-09T13:59:42+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-09T13:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=79df06ed009bc9a55703014213af436f2045bda5'/>
<id>79df06ed009bc9a55703014213af436f2045bda5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:quota: don't add the string '"' into the argument list</title>
<updated>2012-09-08T01:13:13+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-07T22:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c853b68229d8c8eaa6f4ae1828621fad533bb8e3'/>
<id>c853b68229d8c8eaa6f4ae1828621fad533bb8e3</id>
<content type='text'>
this is not used to quote or anything else. This is mainly
causing work for the script writer who has to remove the
quote stings again :-)

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Sat Sep  8 03:13:13 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is not used to quote or anything else. This is mainly
causing work for the script writer who has to remove the
quote stings again :-)

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Sat Sep  8 03:13:13 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
