summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-311-3/+4
* Limit allocation of crypto mechanisms to dialect which requiresSteve French2013-07-041-6/+0Star
* [CIFS] Fix build warningSteve French2013-06-271-1/+2
* [CIFS] SMB3 Signing enablementSteve French2013-06-271-0/+1
* cifs: using strlcpy instead of strncpyZhao Hongjiang2013-06-271-1/+1
* Add SMB3.02 dialect supportSteve French2013-06-241-0/+5
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-84/+33Star
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-9/+3Star
* add new fields to smb_vol to track the requested security flavorJeff Layton2013-06-241-0/+25
* cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-241-0/+4
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-1/+0Star
* cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-241-1/+8
* cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-311-2/+2
* cifs: fix error handling when calling cifs_parse_devnameJeff Layton2013-05-241-9/+13
* cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton2013-05-241-0/+1
* cifs: small variable name cleanupDan Carpenter2013-05-051-1/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-161/+149Star
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-051-51/+5Star
* cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-101-3/+13
* cifs: remove the sockopt= mount optionJeff Layton2013-03-071-15/+1Star
* cifs: set MAY_SIGN when sec=krb5Martijn de Gouw2013-02-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-18/+48
|\
| * cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman2013-02-131-1/+1
| * cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-131-1/+1
| * cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman2013-02-131-10/+40
| * cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman2013-02-131-6/+6
* | cifs: fix srcip_matches() for ipv6Nickolai Zeldovich2013-01-211-1/+1
|/
* cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2Star
* cifs: parse the device name into UNC and prepathJeff Layton2012-12-111-7/+88
* cifs: fix up handling of prefixpath= optionJeff Layton2012-12-111-25/+9Star
* cifs: clean up handling of unc= optionJeff Layton2012-12-111-27/+12Star
* Do not send SMB2 signatures for SMB3 framesSteve French2012-12-101-1/+1
* cifs: always zero out smb_vol before parsing optionsJeff Layton2012-12-051-3/+4
* cifs: remove unneeded address argument from cifs_find_tcp_session and match_s...Jeff Layton2012-12-051-14/+11Star
* cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton2012-12-051-58/+33Star
* cifs: Add handling of blank password optionJesper Nilsson2012-12-051-0/+1
* Add SMB2.02 dialect supportSteve French2012-12-051-0/+5
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-051-4/+8
* cifs: make error on lack of a unc= option more explicitJeff Layton2012-12-051-14/+5Star
* default authentication needs to be at least ntlmv2 security for cifs mountsSteve French2012-12-051-10/+0Star
* cifs: reinstate the forcegid optionJeff Layton2012-10-081-0/+9
* [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French2012-10-011-0/+5
* cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton2012-09-251-33/+4Star
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-251-0/+1
* cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton2012-09-251-5/+6
* cifs: cork the socket before a send and uncork it afterwardJeff Layton2012-09-251-0/+4
* CIFS: Process oplocks for SMB2Pavel Shilovsky2012-09-251-0/+4
* CIFS: Move r/wsize negotiating to ops structPavel Shilovsky2012-09-251-142/+2Star
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-3/+3
* CIFS: Add echo request support for SMB2Pavel Shilovsky2012-07-241-3/+0Star