aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)Author
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
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French
2010-06-16cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-06[CIFS] Maximum username length check in session setup does not matchSteve French
2009-06-25[CIFS] cleanup asn handling for ntlmsspSteve French
2009-05-06[CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French
2009-05-04[CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French
2009-05-01[CIFS] Fix endian conversion of vcnum fieldSteve French
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French
2009-04-30cifs: fix session setup unicode string saving to use new unicode helpersJeff Layton
2009-04-17cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton
2009-04-17cifs: fix unicode string area word alignment in session setupJeff Layton
2009-02-21[CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French