Commit Graph

250 Commits (745e507a9c79c6e1385d3414d5e56f3d4621a375)

Author SHA1 Message Date
Jeff Layton 24e6cf92fd cifs: check for NULL session password 15 years ago
Steve French 9fbc590860 [CIFS] Fix ntlmv2 auth with ntlmssp 15 years ago
Jeff Layton fc87a40677 cifs: fix NULL pointer dereference in cifs_find_smb_ses 15 years ago
David Howells 67b7626a05 CIFS: Make cifs_convert_address() take a const src pointer and a length 15 years ago
Jeff Layton cb76d5e250 cifs: fsc should not default to "on" 15 years ago
Jeff Layton f636a34802 cifs: ignore the "mand", "nomand" and "_netdev" mount options 15 years ago
Steve French 9f841593ff [CIFS] relinquish fscache cookie before freeing CIFSTconInfo 15 years ago
Jeff Layton 3e4b3e1f68 cifs: add separate cred_uid field to sesInfo 15 years ago
Suresh Jayaraman fa1df75d4d cifs: add mount option to enable local caching 15 years ago
Suresh Jayaraman d03382ce9a cifs: define superblock-level cache index objects and register them 15 years ago
Jeff Layton 4ff67b720c cifs: clean up cifs_find_smb_ses (try #2) 15 years ago
Jeff Layton daf5b0b6f3 cifs: match secType when searching for existing tcp session 15 years ago
Jeff Layton 4515148ef7 cifs: move address comparison into separate function 15 years ago
Jeff Layton 50d971602a cifs: set the port in sockaddr in a more clearly defined fashion 15 years ago
Suresh Jayaraman 488f1d2d6c cifs: define server-level cache index objects and register them 15 years ago
Jeff Layton 198b568278 cifs: break negotiate protocol calls out of cifs_setup_session 15 years ago
Jeff Layton ebe6aa5ac4 cifs: eliminate "first_time" parm to CIFS_SessSetup 15 years ago
Dan Carpenter ad6cca6d5d cifs: change && to || 15 years ago
Jeff Layton 04912d6a20 cifs: rename "extended_security" to "global_secflags" 15 years ago
Jeff Layton d00c28de55 cifs: move tcon find/create into separate function 15 years ago
Jeff Layton 36988c76f0 cifs: move SMB session creation code into separate function 15 years ago
Jeff Layton a5fc4ce018 cifs: track local_nls in volume info 15 years ago
Joe Perches b6b38f704a [CIFS] Neaten cERROR and cFYI macros, reduce text space 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Steve French d7b619cf56 [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and 15 years ago
Steve French 6a5fa2362b [CIFS] Add support for TCP_NODELAY 15 years ago
Jeff Layton a2934c7b36 cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals 15 years ago
Jeff Layton f475f67754 cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible 15 years ago
Steve French 8347a5cdd1 [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session() 16 years ago
Jeff Layton 3bc303c254 cifs: convert oplock breaks to use slow_work facility (try #4) 16 years ago
Steve French ca43e3beee [CIFS] Fix checkpatch warnings 16 years ago
Suresh Jayaraman bdb97adcdf PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4) 16 years ago
Jeff Layton 9b9d6b2434 cifs: reinstate original behavior when uid=/gid= options are specified 16 years ago
Jeff Layton 7b91e2661a cifs: fix error handling in mount-time DFS referral chasing code 16 years ago
Jeff Layton 03aa3a49ad cifs: fix sb->s_maxbytes so that it casts properly to a signed value 16 years ago
Jeff Layton 90a98b2f3f cifs: free nativeFileSystem field before allocating a new one 16 years ago
Steve French 71a394faaa [CIFS] remove unknown mount option warning message 16 years ago
Simo Leone 6debdbc0ba [CIFS] Copy struct *after* setting the port, instead of before. 16 years ago
Jeff Layton 6459340cfc cifs: remove rw/ro options 16 years ago
Jeff Layton 681bf72e48 cifs: have cifs parse scope_id out of IPv6 addresses and use it 16 years ago
Jeff Layton 1e68b2b275 cifs: add new routine for converting AF_INET and AF_INET6 addrs 16 years ago
Jeff Layton 61b6bc525a cifs: remove never-used in6_addr option 16 years ago
Jeff Layton 58f7f68f22 cifs: add addr= mount option alias for ip= 16 years ago
Jeff Layton 4ae1507f6d cifs: make overriding of ownership conditional on new mount options 16 years ago
Jeff Layton 50b64e3b77 cifs: fix IPv6 address length check 16 years ago
Jeff Layton a0c9217f64 cifs: make serverino the default when mounting 16 years ago
Jeff Layton f55ed1a83d cifs: tighten up default file_mode/dir_mode 16 years ago
Steve French ac68392460 [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmssp 16 years ago
Steve French 2edd6c5b05 [CIFS] NTLMSSP support moving into new file, old dead code removed 16 years ago
Steve French 0e0d2cf327 [CIFS] Remove sparse endian warnings 16 years ago