summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2011-04-21CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky
2011-04-12[CIFS] Warn on requesting default security (ntlm) on mountSteve French
2011-04-12[CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodSteve French
2011-04-12cifs: clean up length checks in check2ndT2Jeff Layton
2011-04-12cifs: always do is_path_accessible check in cifs_mountJeff Layton
2011-04-12Elminate sparse __CHECK_ENDIAN__ warnings on port conversionSteve French
2011-04-12Allow user names longer than 32 bytesSteve French
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-11cifs: don't always drop malformed replies on the floor (try #3)Jeff Layton
2011-02-10cifs: clean up checks in cifs_echo_requestJeff Layton
2011-02-08[CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiateSteve French
2011-02-05cifs: don't send an echo request unless NegProt has been doneJeff Layton
2011-02-04cifs: Possible slab memory corruption while updating extended stats (repost)Shirish Pargaonkar
2011-02-02cifs: fix length vs. total_read confusion in cifs_demultiplex_threadJeff Layton
2011-01-27cifs: More crypto cleanup (try #2)Shirish Pargaonkar
2011-01-25CIFS: Add strictcache mount optionPavel Shilovsky
2011-01-24Make CIFS mount work in a container.Rob Landley
2011-01-20cifs: fix unaligned access in check2ndT2 and coalesce_t2Jeff Layton
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton
2011-01-20cifs: remove code for setting timeouts on requestsJeff Layton
2011-01-20[CIFS] cifs: reconnect unresponsive serversSteve French
2011-01-20cifs: set up recurring workqueue job to do SMB echo requestsJeff Layton
2011-01-20cifs: allow for different handling of received responseJeff Layton
2011-01-19cifs: Fix regression during share-level security mounts (Repost)Shirish Pargaonkar
2011-01-19cifs: clean up accesses to midCountJeff Layton
2011-01-19cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exitingJeff Layton
2011-01-14cifs: add cruid= mount optionJeff Layton
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton
2011-01-09cifs: replace some hardcoded values with preprocessor constantsJeff Layton
2011-01-06CIFS: Add match_port check during looking for an existing connection (try #4)Pavel Shilovsky
2011-01-06CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton
2010-12-07cifs: fix check of error return from is_path_accessableJeff Layton
2010-12-06cifs: remove Local_System_NameJeff Layton
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman
2010-11-30cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman
2010-11-04cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton
2010-11-02cifs: store pointer to master tlink in superblock (try #2)Jeff Layton
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar
2010-10-27NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar
2010-10-26cifs: cifs_convert_address() returns zero on errorDan Carpenter
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar
2010-10-08[CIFS] Remove build warningSteve French
2010-10-08cifs: implement recurring workqueue job to prune old tconsJeff Layton
2010-10-07cifs: add "multiuser" mount optionJeff Layton