summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-301-3/+3
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-1/+56
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-6/+3
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-6/+1
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-241-1/+3
* cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-241-11/+7
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-32/+37
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-041-4/+4
* CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-261-1/+2
* CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky2012-07-241-3/+3
* CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky2012-07-241-1/+1
* CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky2012-07-241-1/+1
* cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton2012-07-231-1/+1
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-021-4/+3
* cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter2012-01-311-0/+4
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-181-17/+17
* cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-291-1/+1
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-121-1/+3
* Revert "cifs: advertise the right receive buffer size to the server"Steve French2011-08-031-2/+1
* cifs: advertise the right receive buffer size to the serverJeff Layton2011-07-311-1/+2
* cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar2011-07-121-5/+5
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-21/+21
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-1/+1
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-2/+3
* [CIFS] Use ecb des kernel crypto APIs instead ofSteve French2011-05-191-1/+1
* cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton2011-04-291-1/+3
* cifs: change bleft in decode_unicode_ssetup back to signed typeJeff Layton2011-04-291-14/+1
* various endian fixes to cifsSteve French2011-04-121-2/+2
* Allow user names longer than 32 bytesSteve French2011-04-121-10/+9
* cifs: Fix regression in LANMAN (LM) auth codeShirish Pargaonkar2011-02-211-4/+4
* cifs: use get/put_unaligned functions to access ByteCountJeff Layton2011-01-201-7/+6
* cifs: remove code for setting timeouts on requestsJeff Layton2011-01-201-1/+1
* cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton2011-01-091-60/+54
* cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar2011-01-061-19/+14
* cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-291-11/+18
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-4/+8
* NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-271-1/+1
* NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-261-7/+19
* NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-261-68/+39
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-2/+2
* Clean up two declarations of blob_lenShirish Pargaonkar2010-10-191-5/+8
* NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-141-20/+8
* ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar2010-10-061-3/+6
* cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar2010-09-291-38/+81
* cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar2010-09-291-5/+5
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-89/+29
* Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French2010-09-081-8/+5
* Revert "[CIFS] Eliminate unused variable warning"Steve French2010-09-081-2/+1
* [CIFS] Eliminate unused variable warningSteve French2010-08-261-1/+2
* missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2010-08-231-5/+8