summaryrefslogtreecommitdiff
path: root/source3/smbd/fileio.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-02Memleak fix for cache code.Jeremy Allison1-1/+7
2000-08-25vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison1-2/+2
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-05-10Fix for misunderstanding of fsync added when vfs layerHerb Lewis1-1/+1
2000-05-05Fix for read_file() returning -1.Jeremy Allison1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-0/+2
2000-04-16the changes to the main smb codeAndrew Tridgell1-0/+9
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-28/+16
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison1-2/+0
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-5/+6
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-3/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-22/+545
1999-04-20Changed arguments to fsync() function to break dependency onTim Potter1-3/+2
1999-04-04Use VFS operations for file I/O.Tim Potter1-8/+7
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-2/+11
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-1/+1
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1-13/+9
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-2/+6
1998-09-11Added ssize_t to configure code.Jeremy Allison1-30/+30
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-4/+4