Zhao Hongjiang
|
46b51d0835
cifs: using strlcpy instead of strncpy
|
12 years ago |
Steve French
|
20b6d8b42e
Add SMB3.02 dialect support
|
12 years ago |
Jeff Layton
|
3f618223dc
move sectype to the cifs_ses instead of TCP_Server_Info
|
12 years ago |
Jeff Layton
|
38d77c50b4
cifs: track the enablement of signing in the TCP_Server_Info
|
12 years ago |
Jeff Layton
|
1e3cc57e47
add new fields to smb_vol to track the requested security flavor
|
12 years ago |
Jeff Layton
|
28e11bd86d
cifs: add new fields to cifs_ses to track requested security flavor
|
12 years ago |
Jeff Layton
|
281e2e7d06
cifs: remove the cifs_ses->flags field
|
12 years ago |
Jeff Layton
|
a0b3df5cf1
cifs: add a "nosharesock" mount option to force new sockets to server to be created
|
12 years ago |
Jeff Layton
|
1fc29baced
cifs: fix off-by-one bug in build_unc_path_to_root
|
12 years ago |
Jeff Layton
|
37d4f99b55
cifs: fix error handling when calling cifs_parse_devname
|
12 years ago |
Jeff Layton
|
539673fff7
cifs: allow sec=none mounts to work against servers that don't support extended security
|
12 years ago |
Dan Carpenter
|
b13ce4bbca
cifs: small variable name cleanup
|
12 years ago |
Joe Perches
|
f96637be08
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
|
12 years ago |
Jeff Layton
|
73a999fab3
cifs: ignore the unc= and prefixpath= mount options
|
12 years ago |
Sachin Prabhu
|
c369c9a4a7
cifs: Allow passwords which begin with a delimitor
|
12 years ago |
Jeff Layton
|
25189643a1
cifs: remove the sockopt= mount option
|
12 years ago |
Martijn de Gouw
|
0b7bc84000
cifs: set MAY_SIGN when sec=krb5
|
12 years ago |
Linus Torvalds
|
94f2f14234
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 years ago |
Eric W. Biederman
|
64ed39dd1e
cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t
|
12 years ago |
Eric W. Biederman
|
1f68233c52
cifs: Convert struct cifs_sb_info to use kuids and kgids
|
12 years ago |
Eric W. Biederman
|
3da4656504
cifs: Modify struct smb_vol to use kuids and kgids
|
12 years ago |
Eric W. Biederman
|
6d4a083205
cifs: Convert struct tcon_link to use a kuid.
|
12 years ago |
Nickolai Zeldovich
|
e3e2775ced
cifs: fix srcip_matches() for ipv6
|
12 years ago |
Jeff Layton
|
8367224b2e
cifs: fix double-free of "string" in cifs_parse_mount_options
|
12 years ago |
Jeff Layton
|
d387a5c50b
cifs: parse the device name into UNC and prepath
|
12 years ago |
Jeff Layton
|
839db3d10a
cifs: fix up handling of prefixpath= option
|
12 years ago |
Jeff Layton
|
62a1a439e0
cifs: clean up handling of unc= option
|
12 years ago |
Steve French
|
38107d45cf
Do not send SMB2 signatures for SMB3 frames
|
12 years ago |
Jeff Layton
|
6ee9542a87
cifs: always zero out smb_vol before parsing options
|
12 years ago |
Jeff Layton
|
9fa114f74f
cifs: remove unneeded address argument from cifs_find_tcp_session and match_server
|
12 years ago |