summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-89/+29Star
* Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French2010-09-081-8/+5Star
* Revert "[CIFS] Eliminate unused variable warning"Steve French2010-09-081-2/+1Star
* [CIFS] Eliminate unused variable warningSteve French2010-08-261-1/+2
* missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2010-08-231-5/+8
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-29/+89
* cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton2010-06-161-9/+1Star
* cifs: have decode_negTokenInit set flags in server structJeff Layton2010-05-061-1/+1
* cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton2010-04-281-7/+14
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-29/+29
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-061-6/+5Star
* [CIFS] cleanup asn handling for ntlmsspSteve French2009-06-251-1/+1
* [CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French2009-05-061-0/+4
* [CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French2009-05-041-3/+249
* [CIFS] Fix endian conversion of vcnum fieldSteve French2009-05-011-1/+1
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-301-4/+4
* cifs: fix session setup unicode string saving to use new unicode helpersJeff Layton2009-04-301-58/+22Star
* cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2009-04-171-2/+7
* cifs: fix unicode string area word alignment in session setupJeff Layton2009-04-171-21/+23
* [CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French2009-02-211-2/+85
* [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Steve French2009-02-211-2/+2
* cifs: have calc_lanman_hash take more granular argsJeff Layton2008-12-261-1/+4
* cifs: explicitly revoke SPNEGO key after session setupJeff Layton2008-09-241-1/+3
* [CIFS] Turn off Unicode during session establishment for plaintext authentica...Steve French2008-08-281-0/+2
* [CIFS] check version in spnego upcall responseSteve French2008-08-261-0/+9
* [CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French2008-08-191-1/+1
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-4/+0Star
* [CIFS] fix unicode string alignment in SPNEGO setupJeff Layton2007-12-311-1/+1
* [CIFS] use krb5 session key from first SMB session after a NegProtJeff Layton2007-12-311-3/+5
* [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup requestSteve French2007-11-171-17/+74
* [CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French2007-11-131-1/+1
* [CIFS] log better errors on failed mountsSteve French2007-10-181-1/+2
* [CIFS] Break up unicode_sessetup string functionsJeff Layton2007-10-161-25/+48
* [CIFS] formatting cleanup found by checkpatchSteve French2007-08-311-17/+10Star
* [CIFS] Check return code on failed allocCyrill Gorcunov2007-08-181-0/+4
* [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-171-1/+2
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-5/+5
* [CIFS] Fix packet signatures for NTLMv2 caseSteve French2007-07-091-1/+1
* [CIFS] more whitespace fixesSteve French2007-07-081-4/+5
* [CIFS] more whitespace cleanupSteve French2007-07-071-111/+114
* [CIFS] Fix oops when Windows server sent bad domain name null terminatorSteve French2007-01-221-5/+8
* [CIFS] Fix mount failure when domain not specifiedSteve French2006-11-091-10/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-10-131-11/+12
|\
| * [CIFS] Do not send newer QFSInfo to legacy servers which can not support itSteve French2006-09-301-11/+12
* | [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-3/+3
|/
* [CIFS] endian errors in lanman protocol supportSteve French2006-08-151-1/+1
* [CIFS] Fix authentication choice so we do not force NTLMv2 unless theSteve French2006-06-281-1/+2
* [CIFS] Fix alignment of unicode strings in previous patchSteve French2006-06-271-7/+15
* [CIFS] Fix allocation of buffers for new session setup routine to allowSteve French2006-06-271-20/+24