<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/docs-xml/manpages-3, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>docs: Rename manpages-3 -&gt; manpages.</title>
<updated>2012-09-03T21:35:37+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2012-09-03T19:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=75484f491140fb86eaee90dde1dc1c9d4ebe8a41'/>
<id>75484f491140fb86eaee90dde1dc1c9d4ebe8a41</id>
<content type='text'>
This change was suggested by Andrew Bartlett on the samba-technical mailing
list.

Karolin

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Sep  3 23:35:38 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was suggested by Andrew Bartlett on the samba-technical mailing
list.

Karolin

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Sep  3 23:35:38 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:doc Fix name of timeout parameter in documentation</title>
<updated>2012-08-31T09:10:14+00:00</updated>
<author>
<name>Christof Schmitt</name>
<email>christof.schmitt@us.ibm.com</email>
</author>
<published>2012-08-30T22:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=3dfd179638a821e83a18476dc607fe34e7e5ec57'/>
<id>3dfd179638a821e83a18476dc607fe34e7e5ec57</id>
<content type='text'>
The name is time_audit:timeout, not time_audit:audit_timeout.

Signed-off-by: Christian Ambach &lt;ambi@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The name is time_audit:timeout, not time_audit:audit_timeout.

Signed-off-by: Christian Ambach &lt;ambi@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:doc manpage for "net connections cleanup"</title>
<updated>2012-08-15T20:57:02+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2012-07-16T13:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=37ed821798a0c141efe01096f3669f8fb9a62928'/>
<id>37ed821798a0c141efe01096f3669f8fb9a62928</id>
<content type='text'>
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-smbd: Remove sys_acl_*() VFS wrapper functions</title>
<updated>2012-08-15T01:44:50+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-13T10:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=e25830dcd87387a237b96f0d70deb204a5bf0a54'/>
<id>e25830dcd87387a237b96f0d70deb204a5bf0a54</id>
<content type='text'>
We no longer do struct smb_acl_t manipuations via the VFS layer,
which is now reduced to handling the get/set functions.

The only backend that implemented these functions (aside from audit)
was the vfs_default module calling the sys_acl code.  The various ACL
implementation modules either worked on the fully initilaised
smb_acl_t object or on NT ACLs.

This not only makes the operation of the posix ACL code more efficient
(as allocation and free is not put via the VFS), it makes it easier to
test and removes the fantasy that a module could safely redefine this
structure or the behaviour here.

The smb_acls.idl now defines the structure, and it is now allocated
with talloc.

These operations were originally added to the VFS in commit
3bb219161a270f12c27c3bc7e1220829c6e9f284.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer do struct smb_acl_t manipuations via the VFS layer,
which is now reduced to handling the get/set functions.

The only backend that implemented these functions (aside from audit)
was the vfs_default module calling the sys_acl code.  The various ACL
implementation modules either worked on the fully initilaised
smb_acl_t object or on NT ACLs.

This not only makes the operation of the posix ACL code more efficient
(as allocation and free is not put via the VFS), it makes it easier to
test and removes the fantasy that a module could safely redefine this
structure or the behaviour here.

The smb_acls.idl now defines the structure, and it is now allocated
with talloc.

These operations were originally added to the VFS in commit
3bb219161a270f12c27c3bc7e1220829c6e9f284.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>media_harmony VFS module: Add and build by default.</title>
<updated>2012-08-07T13:16:39+00:00</updated>
<author>
<name>Andrew Klaassen</name>
<email>clawsoon@yahoo.com</email>
</author>
<published>2012-05-03T17:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9b7b736e5b99c525d251942476ac94570aafb8e3'/>
<id>9b7b736e5b99c525d251942476ac94570aafb8e3</id>
<content type='text'>
 - Supersedes previous patch.
 - Added various fixes for fake mtime functionality.
 - Now requires lp_cache_locked_write_times patch (bug 8912).
 - Removed various xattr functions to comply with recent VFS changes.
 - Changed SMB_STRUCT_DIR to DIR and SMB_STRUCT_DIRENT to struct dirent to comply with recent VFS changes.
 - Added manpage.
 - Added sample trigger_avid_update.py script.

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Tue Aug  7 15:16:39 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Supersedes previous patch.
 - Added various fixes for fake mtime functionality.
 - Now requires lp_cache_locked_write_times patch (bug 8912).
 - Removed various xattr functions to comply with recent VFS changes.
 - Changed SMB_STRUCT_DIR to DIR and SMB_STRUCT_DIRENT to struct dirent to comply with recent VFS changes.
 - Added manpage.
 - Added sample trigger_avid_update.py script.

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Tue Aug  7 15:16:39 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-aio: Remove unused VFS functions and more</title>
<updated>2012-07-18T22:45:58+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-07-09T19:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9dc78c90f3c952f5c01686da6601c47565016290'/>
<id>9dc78c90f3c952f5c01686da6601c47565016290</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs-xml: document smbstatus --notify</title>
<updated>2012-07-18T13:49:53+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>ambi@samba.org</email>
</author>
<published>2012-07-16T15:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9dd0510c20d6844148eafd7d4494c80045d217c9'/>
<id>9dd0510c20d6844148eafd7d4494c80045d217c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs-xml: document smbstatus --fast</title>
<updated>2012-07-18T13:49:52+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>ambi@samba.org</email>
</author>
<published>2012-07-16T15:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=35a4a57367a7e53517c569b70ae28d3e59f28ee1'/>
<id>35a4a57367a7e53517c569b70ae28d3e59f28ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Remove documentation about idmap_adex.</title>
<updated>2012-07-03T19:56:48+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2012-06-22T13:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c87acebd7e8d0a28064699564088fb558c34c4f2'/>
<id>c87acebd7e8d0a28064699564088fb558c34c4f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs-xml: fix typos and format in smb.conf server max protocol man</title>
<updated>2012-06-28T19:19:17+00:00</updated>
<author>
<name>Björn Baumbach</name>
<email>bb@sernet.de</email>
</author>
<published>2012-06-27T11:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4'/>
<id>f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
