summaryrefslogtreecommitdiff
path: root/source3/smbd/files.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-17/+1
2008-11-21First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison1-41/+33
2008-10-25Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke1-5/+0
2008-10-13Remove the chain_fsp globalVolker Lendecke1-19/+9
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-4/+4
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-7/+6
2008-10-13Pass struct smb_request to file_fspVolker Lendecke1-1/+1
2008-10-09Remove a pointless level of indirectionVolker Lendecke1-3/+1
2008-09-26Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison1-4/+6
2008-09-24Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison1-4/+2
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-1/+0
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-26/+3
2007-12-19Release per-fsp data on file closure.James Peach1-0/+5
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-0/+1
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-2/+2
2007-10-10r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke1-6/+2
2007-10-10r23996: One more constVolker Lendecke1-1/+1
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-10r23589: Ensure we will always release any timeout handlerJeremy Allison1-0/+3
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-27/+21
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-3/+3
2007-10-10r21319: Remove functions not needed anymoreVolker Lendecke1-44/+0
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke1-1/+0
2007-10-10r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke1-1/+4
2007-10-10r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke1-0/+46
2007-10-10r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke1-46/+0
2007-10-10r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke1-24/+33
2007-10-10r20394: This is a *VERY* early start of my work on notify.Volker Lendecke1-0/+37
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-26/+44
2007-10-10r15817: Remove some unused codeVolker Lendecke1-20/+0
2007-10-10r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison1-4/+4
2007-10-10r14460: SMBexit closes by pid and vuid. Tested with smbtorture.Jeremy Allison1-3/+3
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-3/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-21/+12
2007-10-10r9985: Move the all the strict sync logic into file_sync().James Peach1-1/+1
2007-10-10r8292: Tidy up function comments.Jeremy Allison1-2/+10
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-9/+73
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-4/+2
2007-10-10r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison1-0/+4
2007-10-10r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison1-2/+57
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...Jeremy Allison1-22/+24
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison1-0/+2
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison1-0/+16
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison1-0/+12
2003-05-22Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison1-2/+10
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+4
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-1/+8