Commit Graph

850 Commits (e2a1b9ee2335c35e0e34c88a024481b194b3c9cc)

Author SHA1 Message Date
Steve French 8db14ca125 [CIFS] Avoid open on possible directories since Samba now rejects them 16 years ago
Steve French 703a3b8e5c [CIFS] fix posix open regression 16 years ago
Jeff Layton 8b6427a2a8 cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4) 16 years ago
Jeff Layton d8e2f53ac9 cifs: fix error handling in parse_DFS_referrals 16 years ago
Al Viro 6f5bbff9a1 Convert obvious places to deactivate_locked_super() 16 years ago
Alessio Igor Bogani 67e55205ec vfs: umount_begin BKL pushdown 16 years ago
Steve French 90e4ee5d31 [CIFS] Fix double list addition in cifs posix open code 16 years ago
Steve French ac68392460 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp 16 years ago
Steve French 844823cb82 [CIFS] Fix SMB uid in NTLMSSP authenticate request 16 years ago
Steve French 0b3cc85800 [CIFS] NTLMSSP reenabled after move from connect.c to sess.c 16 years ago
Steve French 24d35add2b [CIFS] Remove sparse warning 16 years ago
Steve French 989c7e512f [CIFS] remove checkpatch warning 16 years ago
Steve French afe48c31ea [CIFS] Fix final user of old string conversion code 16 years ago
Jeff Layton 3410602732 [CIFS] remove cifs_strfromUCS_le 16 years ago
Steve French 2edd6c5b05 [CIFS] NTLMSSP support moving into new file, old dead code removed 16 years ago
Steve French 051a2a0d32 [CIFS] Fix endian conversion of vcnum field 16 years ago
Steve French e836f015b5 [CIFS] Remove trailing whitespace 16 years ago
Steve French 0e0d2cf327 [CIFS] Remove sparse endian warnings 16 years ago
Steve French e14b2fe1e6 [CIFS] Add remaining ntlmssp flags and standardize field names 16 years ago
Steve French cf398e3a11 [CIFS] Fix build warning 16 years ago
Jeff Layton 18295796a3 cifs: fix length handling in cifs_get_name_from_search_buf 16 years ago
Steve French 9e39b0ae8a [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status 16 years ago
Steve French d185cda771 [CIFS] rename cifs_strndup to cifs_strndup_from_ucs 16 years ago
Igor Mammedov 5c2503a8e3 Added loop check when mounting DFS tree. 16 years ago
Igor Mammedov 1af28ceb92 Enable dfs submounts to handle remote referrals. 16 years ago
Steve French 20418acd68 [CIFS] Remove older session setup implementation 16 years ago
Jeff Layton f58841666b cifs: change cifs_get_name_from_search_buf to use new unicode helper 16 years ago
Jeff Layton 460b96960d cifs: change CIFSSMBUnixQuerySymLink to use new helpers 16 years ago
Jeff Layton 59140797c5 cifs: fix session setup unicode string saving to use new unicode helpers 16 years ago
Jeff Layton cc20c031bb cifs: convert CIFSTCon to use new unicode helper functions 16 years ago
Jeff Layton 066ce68994 cifs: rename cifs_strlcpy_to_host and make it use new functions 16 years ago
Jeff Layton 69f801fcaa cifs: add new function to get unicode string length in bytes 16 years ago
Jeff Layton 7fabf0c947 cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2 16 years ago
Jeff Layton 66345f50f0 cifs: move #defines for mapchars into cifs_unicode.h 16 years ago
Suresh Jayaraman 7b0c8fcff4 cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows 16 years ago
Suresh Jayaraman 968460ebd8 cifs: Rename cifs_strncpy_to_host and fix buffer size 16 years ago
Steve French ff6945279d [CIFS] Make cifs_unlink consistent in checks for null inode 16 years ago
Jeff Layton fc6f394332 cifs: when renaming don't try to unlink negative dentry 16 years ago
Jeff Layton 22c9d52bc0 cifs: remove unneeded bcc_ptr update in CIFSTCon 16 years ago
Jeff Layton 313fecfa69 cifs: add cFYI messages with some of the saved strings from ssetup/tcon 16 years ago
Jeff Layton f083def68f cifs: fix buffer size for tcon->nativeFileSystem field 16 years ago
Jeff Layton 27b87fe52b cifs: fix unicode string area word alignment in session setup 16 years ago
Steve French 88dd47fff4 [CIFS] Fix build break caused by change to new current_umask helper function 16 years ago
Steve French bc8cd4390c [CIFS] Fix sparse warnings 16 years ago
Steve French a6ce4932fb [CIFS] Add support for posix open during lookup 16 years ago
Jeff Layton d9fb5c091b cifs: no need to use rcu_assign_pointer on immutable keys 16 years ago
Jeff Layton 5144ebf408 cifs: remove dnotify thread code 16 years ago
Steve French 2d6d589d80 [CIFS] remove some build warnings 16 years ago
Jeff Layton fbec9ab952 cifs: vary timeout on writes past EOF based on offset (try #5) 16 years ago
Steve French d036f50fc2 [CIFS] Fix build break from recent DFS patch when DFS support not enabled 16 years ago