summaryrefslogtreecommitdiffstats
path: root/source/smbd/files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-101-1/+1
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-10/+23
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-1/+7
* initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-106/+12
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-1/+1
* use string_set() instead of string_init()Andrew Tridgell2000-01-161-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-12/+6
* spelling mistake.Luke Leighton1999-08-131-1/+1
* Changed arguments to fsync() function to break dependency onTim Potter1999-04-201-2/+3
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+2
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-181-2/+5
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-0/+35