summaryrefslogtreecommitdiff
path: root/source3/smbd/files.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-20/+57
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-1/+1
2001-04-14configure:Jeremy Allison1-2/+3
2001-04-13Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-05-10Fix for misunderstanding of fsync added when vfs layerHerb Lewis1-1/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-10/+23
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-1/+7
2000-04-10initialise fsp->fd to -1Andrew Tridgell1-0/+1