summaryrefslogtreecommitdiff
path: root/source3/smbd/fileio.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-2/+2
1998-08-17more splitting of server.cAndrew Tridgell1-0/+12
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell1-0/+117