aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French2009-05-061-0/+7
* [CIFS] NTLMSSP support moving into new file, old dead code removedSteve French2009-05-021-730/+0
* [CIFS] Remove sparse endian warningsSteve French2009-05-011-10/+13
* [CIFS] Add remaining ntlmssp flags and standardize field namesSteve French2009-05-011-15/+15
* [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French2009-04-301-2/+0
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-301-2/+3
* Added loop check when mounting DFS tree.Igor Mammedov2009-04-301-0/+13
* [CIFS] Remove older session setup implementationSteve French2009-04-301-374/+7
* cifs: convert CIFSTCon to use new unicode helper functionsJeff Layton2009-04-301-35/+14
* cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton2009-04-171-1/+0
* cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2009-04-171-1/+4
* cifs: fix buffer size for tcon->nativeFileSystem fieldJeff Layton2009-04-171-5/+2
* [CIFS] remove some build warningsSteve French2009-04-171-3/+5
* [CIFS] Fix build break from recent DFS patch when DFS support not enabledSteve French2009-04-171-0/+4
* Remote DFS root support.Igor Mammedov2009-04-171-32/+120
* cifs: remove some pointless conditionals before kfree()Wei Yongjun2009-04-171-24/+12
* [CIFS] Fix memory overwrite when saving nativeFileSystem field during mountSteve French2009-03-181-1/+1
* [CIFS] fix build errorSteve French2009-03-121-1/+1
* [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French2009-03-121-0/+7
* [CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov2009-02-211-0/+45
* [CIFS] ipv6_addr_equal for address comparisonSteve French2009-01-301-3/+3
* cifs: make sure we allocate enough storage for socket addressJeff Layton2009-01-291-8/+8
* [CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French2009-01-291-2/+2
* cifs: turn smb_send into a wrapper around smb_sendvJeff Layton2009-01-291-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-4/+4
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-414/+411
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-13/+37
| |\ \
| * | | fs: replace NIPQUAD()Harvey Harrison2008-10-311-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-12-281-311/+370
|\ \ \ \
| * | | | cifs: store password in tconJeff Layton2008-12-261-7/+18
| * | | | cifs: have calc_lanman_hash take more granular argsJeff Layton2008-12-261-1/+4
| * | | | [CIFS] various minor cleanups pointed out by checkpatch scriptSteve French2008-12-261-11/+7
| * | | | [CIFS] add mount option to send mandatory rather than advisory locksSteve French2008-12-261-0/+14
| * | | | cifs: make ipv6_connect take a TCP_Server_Info argJeff Layton2008-12-261-53/+50
| * | | | cifs: make ipv4_connect take a TCP_Server_Info argJeff Layton2008-12-261-77/+69
| * | | | cifs: don't declare smb_vol info on the stackJeff Layton2008-12-261-42/+49
| * | | | cifs: move allocation of new TCP_Server_Info into separate functionJeff Layton2008-12-261-132/+150
| * | | | cifs: account for IPv6 in ses->serverName and clean up netbios name handlingJeff Layton2008-12-261-12/+26
| * | | | cifs: convert tcpSem to a mutexJeff Layton2008-12-261-3/+3
| * | | | cifs: take module reference when starting cifsdJeff Layton2008-12-261-1/+8
| | |_|/ | |/| |
* | | | Merge branch 'master' into nextJames Morris2008-11-181-414/+411
|\ \ \ \ | |/ / /
| * | | [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French2008-11-171-3/+4
| * | | cifs: reinstate sharing of tree connectionsJeff Layton2008-11-171-31/+62
| * | | [CIFS] minor cleanup to cifs_mountSteve French2008-11-151-40/+34
| * | | cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-141-101/+125
| * | | cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-141-133/+72
| * | | [CIFS] clean up server protocol handlingSteve French2008-11-141-27/+30
| * | | [CIFS] Fix cifs reconnection flagsSteve French2008-11-131-131/+131
| * | | [CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French2008-11-031-2/+7
| | |/ | |/|
* | | CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-141-2/+2
|/ /