cifs: fix possible memory corruption in CIFSFindNext, CVE-2011-3191
[linux-flexiantxendom0-natty.git] / fs / cifs / cifssmb.c
2011-09-27 Jeff Laytoncifs: fix possible memory corruption in CIFSFindNext...
2011-02-07 Jeff Laytoncifs: remove checks for ses->status == CifsExiting
2011-01-31 Jeff Laytoncifs: clean up some compiler warnings
2011-01-21 Jeff Laytoncifs: fix up CIFSSMBEcho for unaligned access
2011-01-20 Jeff Laytoncifs: clean up unaligned accesses in validate_t2
2011-01-20 Jeff Laytoncifs: use get/put_unaligned functions to access ByteCount
2011-01-20 Jeff Laytoncifs: TCP_Server_Info diet
2011-01-20 Jeff Laytoncifs: remove code for setting timeouts on requests
2011-01-20 Jeff Laytoncifs: add ability to send an echo request
2011-01-19 Pavel ShilovskyCIFS: Fix oplock break handling (try #2)
2011-01-09 Jeff Laytoncifs: move "ntlmssp" and "local_leases" options out...
2010-12-06 Jeff Laytoncifs: fix use of CONFIG_CIFS_ACL
2010-10-29 Shirish PargaonkarNTLM auth and sign - Use appropriate server challenge
2010-10-21 Suresh Jayaramancifs: convert cifs_tcp_ses_lock from a rwlock to a...
2010-10-18 Jeff Laytoncifs: convert GlobalSMBSeslock from a rwlock to regular...
2010-10-14 Shirish PargaonkarNTLM authentication and signing - Calculate auth respon...
2010-10-08 Steve FrenchMerge branch 'for-next'
2010-10-01 Jeff Laytoncifs: prevent infinite recursion in cifs_reconnect_tcon
2010-09-29 Shirish Pargaonkarcifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication...
2010-09-08 Steve FrenchRevert "[CIFS] Fix ntlmv2 auth with ntlmssp"
2010-08-20 Steve French[CIFS] Fix ntlmv2 auth with ntlmssp
2010-05-05 Jeff Laytoncifs: have decode_negTokenInit set flags in server...
2010-05-05 Jeff Laytoncifs: break negotiate protocol calls out of cifs_setup_...
2010-04-27 Jeff Laytoncifs: save the dialect chosen by server
2010-04-26 Jeff Laytoncifs: rename "extended_security" to "global_secflags"
2010-04-21 Steve French[CIFS] Cleanup various minor breakage in previous cFYI...
2010-04-21 Joe Perches[CIFS] Neaten cERROR and cFYI macros, reduce text space
2010-04-08 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-04-06 Pavel Shilovskynot overwriting file_lock structure after GET_LK
2010-04-03 Suresh Jayaramancifs: Fix a kernel BUG with remote OS/2 server (try #3)
2010-04-03 Steve French[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-03-15 Dan Carpentercifs: trivial white space
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-06 Jeff Laytoncifs: add a CIFSSMBUnixQFileInfo function
2010-03-06 Jeff Laytoncifs: add a CIFSSMBQFileInfo function
2010-02-25 Steve French[CIFS] pSesInfo->sesSem is used as mutex. Rename it...
2010-02-24 Steve French[CIFS] Use unsigned ea length for clarity
2010-02-23 Steve French[CIFS] Minor cleanup to EA patch
2010-02-23 Jeff Laytoncifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: verify lengths of QueryAllEAs reply
2010-02-23 Jeff Laytoncifs: increase maximum buffer size in CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: rename name_len to list_len in CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: clean up indentation in CIFSSMBQAllEAs
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-03 Jeff Laytoncifs: consolidate reconnect logic in smb_init routines
2009-08-31 Steve French[CIFS] potential NULL dereference in parse_DFS_referrals()
2009-07-10 Steve French[CIFS] Distinguish posix opens and mkdirs from legacy...
2009-07-09 Jeff Laytoncifs: add and use CIFSSMBUnixSetFileInfo for setattr...
2009-07-09 Jeff Laytoncifs: make a separate function for filling out FILE_UNI...
2009-07-09 Jeff Laytoncifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
2009-06-25 Steve French[CIFS] cleanup asn handling for ntlmssp
2009-06-25 Steve French[CIFS] Do not send tree disconnect if session is alread...
2009-05-28 Jeff Laytoncifs: make cnvrtDosUnixTm take a little-endian args...
2009-05-26 Jeff Laytoncifs: fix artificial limit on reading symlinks
2009-05-19 Jeff Laytoncifs: fix pointer initialization and checks in cifs_fol...
2009-05-14 Jeff Laytoncifs: fix error handling in parse_DFS_referrals
2009-05-06 Steve French[CIFS] Allow raw ntlmssp code to be enabled with sec...
2009-05-02 Steve French[CIFS] Remove sparse warning
2009-05-02 Steve French[CIFS] remove checkpatch warning
2009-05-02 Steve French[CIFS] Fix final user of old string conversion code
2009-05-01 Steve French[CIFS] Remove sparse endian warnings
2009-04-30 Steve French[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
2009-04-30 Jeff Laytoncifs: change CIFSSMBUnixQuerySymLink to use new helpers
2009-04-30 Jeff Laytoncifs: rename cifs_strlcpy_to_host and make it use new...
2009-04-30 Jeff Laytoncifs: add new function to get unicode string length...
2009-04-20 Suresh Jayaramancifs: Rename cifs_strncpy_to_host and fix buffer size
2009-04-17 Jeff Laytoncifs: vary timeout on writes past EOF based on offset...
2009-04-17 Steve French[CIFS] Endian convert UniqueId when reporting inode...
2009-03-12 Jeff Laytoncifs: fix buffer format byte on NT Rename/hardlink
2009-03-12 Steve French[CIFS] Send SMB flush in cifs_fsync
2009-02-21 Steve French[CIFS] Fix multiuser mounts so server does not invalida...
2008-12-26 Julia Lawall[CIFS] Remove redundant test
2008-12-26 Steve French[CIFS] Cleanup: Move the check for too large R/W requests
2008-12-26 Steve French[CIFS] various minor cleanups pointed out by checkpatch...
2008-12-17 Jeff Laytoncifs: fix buffer overrun in parse_DFS_referrals
2008-11-18 Steve French[CIFS] fix check for dead tcon in smb_init
2008-11-18 Igor MammedovFixed parsing of mount options when doing DFS submount
2008-11-17 Jeff Laytoncifs: reinstate sharing of tree connections
2008-11-14 Jeff Laytoncifs: reinstate sharing of SMB sessions sans races
2008-11-14 Jeff Laytoncifs: disable sharing session and tcon and add new...
2008-11-13 Steve French[CIFS] Fix cifs reconnection flags
2008-10-30 Steve French[CIFS] fix error in smb_send2
2008-10-20 Jeff Laytoncifs: track DeletePending flag in cifsInodeInfo
2008-10-08 Steve French[CIFS] Check that last search entry resume key is valid
2008-10-07 Steve French[CIFS] make sure we have the right resume info before...
2008-09-24 Jeff Laytoncifs: remove NULL termination from rename target in...
2008-09-23 Jeff Laytoncifs: add function to set file disposition
2008-08-08 Steve French[CIFS] list entry can not return null
2008-08-06 Jeff LaytonRename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and...
2008-08-06 Jeff Laytonchange CIFSSMBSetTimes to CIFSSMBSetPathInfo
2008-08-06 Steve French[CIFS] fix trailing whitespace
2008-08-06 Jeff Laytonbundle up Unix SET_PATH_INFO args into a struct and...
2008-07-24 Shirish Pargaonkar[CIFS] Fix warnings from checkpatch
2008-07-24 Harvey Harrisoncifs: assorted endian annotations
2008-06-11 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-06-04 Al Virocifs endianness fixes
2008-05-23 Steve French[CIFS] remove unused variables
next