aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton1-1/+2
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton1-2/+0
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar1-0/+2
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar1-1/+1
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar1-1/+1
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky1-1/+1
2010-11-02CIFS: Add cifs_set_oplock_levelPavel Shilovsky1-0/+1
2010-10-26NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signaturesShirish Pargaonkar1-1/+0
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchangeShirish Pargaonkar1-0/+4
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar1-6/+5
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionSteve French1-2/+3
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton1-2/+1
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton1-2/+1
2010-10-18cifs: fix flags handling in cifs_posix_openJeff Layton1-1/+1
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton1-1/+1
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton1-2/+2
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-1/+1
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton1-2/+2
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher1-0/+4
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar1-1/+1
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holdsShirish Pargaonkar1-2/+2
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman1-1/+2
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton1-1/+2
2010-09-08[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French1-2/+0
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French1-6/+6
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French1-6/+6
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells1-2/+2
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton1-1/+3
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton1-1/+0
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton1-0/+1
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton1-1/+1
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton1-1/+3
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton1-1/+0
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French1-2/+4
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-2/+14
2010-03-09cifs: add cifs_revalidate_fileJeff Layton1-0/+2
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton1-0/+2
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton1-0/+2
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton1-5/+2
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton1-0/+1
2009-09-25cifs: fix problems with last two commitsJeff Layton1-1/+1
2009-09-24cifs: eliminate cifs_init_privateJeff Layton1-0/+3
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-5/+1
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton1-1/+1
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton1-3/+3
2009-07-09cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton1-0/+4
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-1/+1
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-2/+7
2009-06-13cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton1-1/+1
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig1-2/+2