summaryrefslogtreecommitdiffstats
path: root/source/smbd/files.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file ...Karolin Seeger2008-11-171-2/+4
* Revert "Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NA...Karolin Seeger2008-11-171-6/+4
* Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison2008-10-061-4/+6
* Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison2008-10-061-4/+2
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-121-26/+3
* Release per-fsp data on file closure.James Peach2007-12-191-0/+5
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-0/+1
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-2/+2
* r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke2007-10-101-6/+2
* r23996: One more constVolker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23589: Ensure we will always release any timeout handlerJeremy Allison2007-10-101-0/+3
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-27/+21
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-3/+3
* r21319: Remove functions not needed anymoreVolker Lendecke2007-10-101-44/+0
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-1/+0
* r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke2007-10-101-1/+4
* r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke2007-10-101-0/+46
* r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke2007-10-101-46/+0
* r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke2007-10-101-24/+33
* r20394: This is a *VERY* early start of my work on notify.Volker Lendecke2007-10-101-0/+37
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-26/+44
* r15817: Remove some unused codeVolker Lendecke2007-10-101-20/+0
* r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison2007-10-101-4/+4
* r14460: SMBexit closes by pid and vuid. Tested with smbtorture.Jeremy Allison2007-10-101-3/+3
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-3/+3
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-21/+12
* r9985: Move the all the strict sync logic into file_sync().James Peach2007-10-101-1/+1
* r8292: Tidy up function comments.Jeremy Allison2007-10-101-2/+10
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-9/+73
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-4/+2
* r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison2007-10-101-0/+4
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2007-10-101-2/+57
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...Jeremy Allison2007-10-101-22/+24
* Fix coredump from Samba4 torture suite.Jeremy Allison2003-09-171-0/+2
* Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison2003-08-191-0/+16
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-161-0/+12
* Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+4
* Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-221-1/+8
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-20/+57
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* configure:Jeremy Allison2001-04-141-2/+3
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0