summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2013-06-26[CIFS] fix static checker warningSteve French1-1/+2
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyJeff Layton1-0/+28
2013-06-26When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French1-7/+11
2013-06-26Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton1-0/+29
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French4-0/+147
2013-06-26Charge at least one credit, if server says that it supports multicreditSteve French1-1/+8
2013-06-26Remove typoSteve French1-1/+0
2013-06-26Some missing share flagsSteve French1-2/+5
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang2-2/+2
2013-06-24Update headers to update various SMB3 ioctl definitionsSteve French3-3/+80
2013-06-24Update cifs version numberSteve French1-1/+1
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French4-2/+26
2013-06-24Add some missing SMB3 and SMB3.02 flagsSteve French1-5/+18
2013-06-24Add SMB3.02 dialect supportSteve French5-0/+30
2013-06-24Fix endian error in SMB2 protocol negotiationSteve French1-2/+2
2013-06-24cifs: clean up the SecurityFlags write handlerJeff Layton1-6/+14
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton1-1/+1
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton7-180/+115
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton10-82/+71
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton2-0/+27
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton3-4/+13
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton3-5/+16
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton1-2/+2
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton1-9/+16
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton3-62/+40
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton1-88/+97
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton2-51/+62
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton4-29/+7
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton3-19/+16
2013-06-24cifs: make decode_ascii_ssetup void returnJeff Layton1-11/+7
2013-06-24cifs: remove useless memset in LANMAN auth codeJeff Layton1-1/+0
2013-06-24cifs: remove protocolEnum definitionJeff Layton1-6/+0
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2-1/+9
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton1-2/+2
2013-05-24cifs: fix composing of mount options for DFS referralsJeff Layton2-72/+73
2013-05-24cifs: stop printing the unc= option in /proc/mountsJeff Layton1-3/+0
2013-05-24cifs: fix error handling when calling cifs_parse_devnameJeff Layton1-9/+13
2013-05-24cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton1-0/+1
2013-05-24cifs: fix potential buffer overrun when composing a new options stringJeff Layton1-1/+3
2013-05-24cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-05-04cifs: small variable name cleanupDan Carpenter1-1/+1
2013-05-04CIFS: fix error return code in cifs_atomic_open()Wei Yongjun1-1/+3
2013-05-04cifs: store the real expected sequence number in the midJeff Layton3-4/+4
2013-05-04cifs: on send failure, readjust server sequence number downwardJeff Layton2-0/+16
2013-05-04cifs: remove ENOSPC handling in smb_sendvJeff Layton1-7/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches36-1227/+1223
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu4-10/+7
2013-05-04cifs: replaced kmalloc + memset with kzallocDia Vasile1-3/+1
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton1-51/+5