summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* [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/+22
* 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/+0
* [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-161-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-301-17/+10
* [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-081-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
* [CIFS] Enable sec flags on mount for cifs (part one)Steve French2006-06-231-5/+2
* [CIFS] NTLMv2 support part 5Steve French2006-06-081-1/+1
* [CIFS] NTLMv2 support part 3Steve French2006-06-051-3/+3
* [CIFS] NTLMv2 support part 2Steve French2006-06-051-4/+9
* [CIFS] Fix mask so can set new cifs security flags properlySteve French2006-06-041-2/+3
* CIFS] Support for older servers which require plaintext passwords - part 2Steve French2006-06-041-1/+2
* [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2Steve French2006-06-011-44/+53
* [CIFS] Missing include shows up on some architecturesSteve French2006-06-011-0/+1
* [CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French2006-05-311-0/+511
OpenPOWER on IntegriCloud