aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAge
* cifs: try to handle the MUST SecurityFlags sanelyJeff Layton2013-06-26
* When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French2013-06-26
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-06-26
* revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton2013-06-26
* SMB2 FSCTL and IOCTL worker functionSteve French2013-06-26
* Charge at least one credit, if server says that it supports multicreditSteve French2013-06-26
* Remove typoSteve French2013-06-26
* Some missing share flagsSteve French2013-06-26
* cifs: using strlcpy instead of strncpyZhao Hongjiang2013-06-26
* Update headers to update various SMB3 ioctl definitionsSteve French2013-06-24
* Update cifs version numberSteve French2013-06-24
* Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French2013-06-24
* Add some missing SMB3 and SMB3.02 flagsSteve French2013-06-24
* Add SMB3.02 dialect supportSteve French2013-06-24
* Fix endian error in SMB2 protocol negotiationSteve French2013-06-24
* cifs: clean up the SecurityFlags write handlerJeff Layton2013-06-24
* cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton2013-06-24
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-24
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-24
* add new fields to smb_vol to track the requested security flavorJeff Layton2013-06-24
* cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-24
* cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-24
* cifs: add new "Unspecified" securityEnum valueJeff Layton2013-06-24
* cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-24
* cifs: move handling of signed connections into separate functionJeff Layton2013-06-24
* cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-24
* cifs: break out decoding of security blob into separate functionJeff Layton2013-06-24
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-24
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-24
* cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-24
* cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-24
* cifs: remove protocolEnum definitionJeff Layton2013-06-24
* cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-24
* cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-31
* cifs: fix composing of mount options for DFS referralsJeff Layton2013-05-24
* cifs: stop printing the unc= option in /proc/mountsJeff Layton2013-05-24
* cifs: fix error handling when calling cifs_parse_devnameJeff Layton2013-05-24
* cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton2013-05-24
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-05-24
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-24
* cifs: small variable name cleanupDan Carpenter2013-05-04
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-04
* cifs: store the real expected sequence number in the midJeff Layton2013-05-04
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-04
* cifs: remove ENOSPC handling in smb_sendvJeff Layton2013-05-04
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-04
* cifs: replaced kmalloc + memset with kzallocDia Vasile2013-05-04
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\