aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)Author
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton
2013-06-24cifs: make decode_ascii_ssetup void returnJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton
2012-02-02cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar
2012-01-31cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Steve French
2011-07-31cifs: advertise the right receive buffer size to the serverJeff Layton
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-19cifs: keep BCC in little-endian formatJeff Layton
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Steve French
2011-05-19[CIFS] Use ecb des kernel crypto APIs instead ofSteve French
2011-04-29cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton
2011-04-29cifs: change bleft in decode_unicode_ssetup back to signed typeJeff Layton
2011-04-12various endian fixes to cifsSteve French
2011-04-12Allow user names longer than 32 bytesSteve French
2011-02-21cifs: Fix regression in LANMAN (LM) auth codeShirish Pargaonkar
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton
2011-01-20cifs: remove code for setting timeouts on requestsJeff Layton
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton
2011-01-06cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar
2010-10-27NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman
2010-10-19Clean up two declarations of blob_lenShirish Pargaonkar
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French
2010-09-08Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French
2010-09-08Revert "[CIFS] Eliminate unused variable warning"Steve French
2010-08-26[CIFS] Eliminate unused variable warningSteve French
2010-08-23missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar