summaryrefslogtreecommitdiff
path: root/source3/smbd/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r24164: Fix for write cache corruption bug reported by Jean-Francois Panisset...Jeremy Allison1-10/+20
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23773: One pstring a day...Volker Lendecke1-3/+5
2007-10-10r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison1-4/+11
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-2/+2
2007-10-10r17220: If we're going to fail a write with an errno, makeJeremy Allison1-1/+1
2007-10-10r9985: Move the all the strict sync logic into file_sync().James Peach1-3/+6
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-21/+21
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-1/+1
2007-10-10r6949: Back-port Volker's cache fix, plus my change.Jeremy Allison1-0/+38
2007-10-10r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison1-3/+3
2007-10-10r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison1-0/+5
2007-10-10r6673: Fix the write cache based on some VERY good detective workJeremy Allison1-59/+80
2007-10-10r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison1-0/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison1-1/+1
2007-10-10r3895: Fix for bug #2045. May also fix other timestamp bugs with ExcelJeremy Allison1-0/+14
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-2/+2
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-2/+3
2004-01-06remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter1-25/+0
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-11/+12
2003-11-02Printf fixes for 64-bit size_t.Tim Potter1-3/+3
2003-08-14Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison1-2/+20
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-7/+7
2003-05-11Fix VFS layer:Alexander Bokovoy1-7/+7
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-2/+13
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-20/+36
2002-10-21removed the following parametersGerald Carter1-7/+3
2002-10-03Added ASCII art to make this clearer.Jeremy Allison1-1/+73
2002-10-03Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math....Jeremy Allison1-0/+13
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-384/+395
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-0/+12
2002-03-02Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison1-13/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Ensure fsp->size is correct so readraw's return correct data.Jeremy Allison1-9/+14
2002-01-21Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison1-4/+10
2002-01-20Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison1-1/+0
2002-01-20Fix file size calculations for write cache code.Jeremy Allison1-5/+41
2002-01-20Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison1-3/+19
2001-11-25#ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison1-22/+39
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-80/+1
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-39/+16
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-4/+4
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison1-47/+69