Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/Samba3-Developers-Guide
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/Samba3-Developers-Guide/contributing.xml

    r414 r988  
    9191                <para>Send feature patches along with a description of what the
    9292                patch is supposed to do to the
    93                 <ulink url="mailto:samba-technical@samba.org">Samba-technical mailinglist</ulink> and possibly to a samba team member who is (one of the) 'owners'
     93                <ulink url="mailto:samba-technical@lists.samba.org">Samba-technical mailinglist</ulink> and possibly to a samba team member who is (one of the) 'owners'
    9494                of the code you made modifications to. We are all busy people
    9595                so everybody tends to 'let one of the others handle it'. If nobody
  • vendor/current/docs-xml/Samba3-Developers-Guide/encryption.xml

    r414 r988  
    1010                        <orgname>Samba Team</orgname>
    1111                        <address>
    12                                 <email>samba@samba.org</email>
     12                                <email>samba@lists.samba.org</email>
    1313                        </address>
    1414                </affiliation>
  • vendor/current/docs-xml/Samba3-Developers-Guide/unix-smb.xml

    r746 r988  
    113113
    114114<para>
    115 Many SMB clients uppercase passwords before sending them. I have no
     115When plaintext passwords are used, very old SMB clients uppercase passwords before sending them. I have no
    116116idea why they do this. Interestingly WfWg uppercases the password only
    117117if the server is running a protocol greater than COREPLUS, so
     
    124124</para>
    125125
    126 <para>
    127 Samba can try to cope with this by either using the "password level"
    128 option which causes Samba to try the offered password with up to the
    129 specified number of case changes, or by using the "password server"
    130 option which allows Samba to do its validation via another machine
    131 (typically a WinNT server).
     126<para>Samba will try an additional all lower cased password
     127authentication if it receives an all uppercase password. Samba used to
     128support an option called "password level" that would try to crack
     129password by trying all case permutations, but that option has been
     130removed.
    132131</para>
    133132
     
    208207directory or a shared memory implementation. The lock file method
    209208is clumsy and consumes processing and file resources,
    210 the shared memory implementation is vastly prefered and is turned on
     209the shared memory implementation is vastly preferred and is turned on
    211210by default for those systems that support it.
    212211</para>
Note: See TracChangeset for help on using the changeset viewer.