Don't check the share access for directories.
[reactos.git] / reactos / drivers / fs / vfat / fcb.c
2005-08-24 Hervé PoussineauRemove $Id$ tags
2005-07-20 Alex Ionescu - Build cdfs, ntfs, vfatfs with PCH
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-01 Hartmut Birr- Route the stream file objects also through the close...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-24 Hervé PoussineauFix various warnings
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-13 Hartmut BirrFixed some length problems.
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraHerve Poussineau <poussine@freesurf.fr>
2005-01-05 Alex IonescuRemove ROS-specific File Object Flags
2005-01-01 Hartmut Birr- Used the parent fcb instead to determine it from...
2004-12-05 Gé van Geldorphpoussin <poussine@freesurf.fr>:
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-08-28 Filip Navara- Implement file sharing checks.
2004-08-01 Filip Navara- Change all FAT*FindAvailableCluster functions to...
2004-07-18 Magnus Olsen*** empty log message ***
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-03 Hartmut Birr- Fixed a bug, which prevents an opening of files,...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-28 Eric KohlRemove ntos.h and roskrnl.h from kernel-mode code.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-28 Hartmut Birr- Fixed the length calculation of a unicode string...
2003-10-11 Hartmut Birr- Changed the file names to unicode strings.
2003-08-07 Andrew GreenwoodW32API conversion update
2003-07-24 Casper Hornstrup2003-07-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-24 Casper HornstrupMake vfatfs compile using VC6.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-11 Hartmut Birr- Implemented FSCTL_GET_RETRIVAL_POINTERS.
2003-02-13 Hartmut Birr- Ntoskrnl uses for all access to internal structures...
2003-01-25 Hartmut Birr-Implemented vfat file locking. (Thanks to Gunnar Andr...
2003-01-11 Hartmut BirrStore a pointer to the parent in the fcb structure and
2003-01-02 Hartmut BirrAdded a terminating 0 in vfatGetFCBForFile. Vfat has...
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-11 Hartmut Birr* Used look aside lists to allocate memory for VFATFCB...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-17 Hartmut Birr- Release streaming file object for directories in...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-06-26 Hartmut BirrChanged the sector size from BLOCKSIZE to the size...
2002-03-18 Hartmut BirrAll:
2002-01-15 Hartmut BirrAdded some fixes for accessing the page file.
2002-01-08 David WelchMore swapping fixes
2001-11-02 Hartmut BirrFixed a minor bug in vfatMakeRootFCB().
2001-10-10 Hartmut BirrRemoved vfatRequestAndValidateRegion() and vfatReleaseR...
2001-08-14 Hartmut BirrAdded support for directory/file removing/deleting.
2001-07-28 Hartmut BirrFixed the 'REACTOS' volume label bug.
2001-07-25 Hartmut BirrFixed bug in vfatMakeRootFCB().
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-07-14 Eric KohlFixed a string overrun.
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-05-10 Rex Jolliffa few more changes to vfat driver
2001-05-10 Rex Jolliffextracted a few more FCB funcs
2001-05-02 Rex JolliffExtracted vfat8dot3ToFilename from GetEntryName