1. 08 May, 2009 1 commit
  2. 06 May, 2009 2 commits
  3. 04 May, 2009 1 commit
    • Steve French's avatar
      [CIFS] NTLMSSP reenabled after move from connect.c to sess.c · 0b3cc858
      Steve French authored
      The NTLMSSP code was removed from fs/cifs/connect.c and merged
      (75% smaller, cleaner) into fs/cifs/sess.c
      
      As with the old code it requires that cifs be built with
      CONFIG_CIFS_EXPERIMENTAL, the /proc/fs/cifs/Experimental flag
      must be set to 2, and mount must turn on extended security
      (e.g. with sec=krb5).
      
      Although NTLMSSP encapsulated in SPNEGO is not enabled yet,
      "raw" ntlmssp is common and useful in some cases since it
      offers more complete security negotiation, and is the
      default way of negotiating security for many Windows systems.
      SPNEGO encapsulated NTLMSSP will be able to reuse the same
      code.
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      0b3cc858
  4. 02 May, 2009 5 commits
  5. 01 May, 2009 6 commits
  6. 30 Apr, 2009 18 commits
  7. 29 Apr, 2009 7 commits