The branch, master has been updated
       via  243278a doc: Document performance impact of "hide unxx" parameters
      from  ca0d385 getpass: Don't fail if stdin is not a tty

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 243278a2c5ec29c153fa7d66678452a97e6edbc0
Author: Volker Lendecke <v...@samba.org>
Date:   Fri Apr 5 16:44:08 2013 +0200

    doc: Document performance impact of "hide unxx" parameters
    
    Signed-off-by: Volker Lendecke <v...@samba.org>
    Reviewed-by: David Disseldorp <dd...@samba.org>
    
    Autobuild-User(master): David Disseldorp <dd...@samba.org>
    Autobuild-Date(master): Fri Apr  5 18:40:58 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/filename/hideunreadable.xml    |    3 +++
 .../smbdotconf/filename/hideunwriteablefiles.xml   |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/filename/hideunreadable.xml 
b/docs-xml/smbdotconf/filename/hideunreadable.xml
index c2c1654..992f135 100644
--- a/docs-xml/smbdotconf/filename/hideunreadable.xml
+++ b/docs-xml/smbdotconf/filename/hideunreadable.xml
@@ -5,6 +5,9 @@
  <description>
        <para>This parameter prevents clients from seeing the
                existance of files that cannot be read. Defaults to off.</para>
+       <para>Please note that enabling this can slow down listing large
+       directories significantly. Samba has to evaluate the ACLs of all
+       directory members, which can be a lot of effort.</para>
 </description>
 <value type="default">no</value>
 </samba:parameter>
diff --git a/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml 
b/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
index 831e8c6..6665860 100644
--- a/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
+++ b/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
@@ -7,6 +7,9 @@
     This parameter prevents clients from seeing the existance of files that 
cannot be written to. 
     Defaults to off. Note that unwriteable directories are shown as usual.
     </para>
+    <para>Please note that enabling this can slow down listing large
+    directories significantly. Samba has to evaluate the ACLs of all directory
+    members, which can be a lot of effort.</para>
 </description>
 <value type="default">no</value>
 </samba:parameter>


-- 
Samba Shared Repository

Reply via email to