aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)Author
2018-03-24CIFS: Enable encryption during session setup phasePavel Shilovsky
2016-06-23cifs: check hash calculating succeededLuis de Bethencourt
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu
2014-09-16cifs: remove dead codeArnd Bergmann
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon
2014-08-02Remove sparse build warningSteve French
2014-07-31cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu
2014-07-31cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu
2014-07-31cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu
2014-07-31cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg
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