r23183: Check in a change made by Tridge:
[jra/samba/.git] / source3 / smbd / files.c
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Volker Lendecker21319: Remove functions not needed anymore
2007-10-10 Volker Lendecker21279: Get rid of 'aio write behind', this is broken.
2007-10-10 Volker Lendecker21092: Ok, that's the one that activates the Samba4...
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20442: Slight rewrite of the change notify infrastruct...
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15817: Remove some unused code
2007-10-10 Jeremy Allisonr15668: DOS or FCB opens share one share mode entry...
2007-10-10 Jeremy Allisonr14460: SMBexit closes by pid and vuid. Tested with...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 James Peachr9985: Move the all the strict sync logic into file_sync().
2007-10-10 Jeremy Allisonr8292: Tidy up function comments.
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Jeremy Allisonr5731: Get delayed write semantics closer to W2K3....
2007-10-10 Jeremy Allisonr5720: Attempt to fix bug #2382 (Excel shared workbook...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3050: Steal from Samba4 :-). Make us pass most of...
2003-09-17 Jeremy AllisonFix coredump from Samba4 torture suite.
2003-09-17 Jeremy AllisonFix coredump from Samba4 torture suite.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-19 Jeremy AllisonImplement SMBexit properly. Found by Samba4 tester...
2003-08-16 Jeremy AllisonImplemented the level 1010 NT rename level. Many fixes...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-22 Jeremy AllisonStat opens can have fsp->fd == -1 and will have a share...
2003-05-22 Jeremy AllisonStat opens can have fsp->fd == -1 and will have a share...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher
2002-10-22 Jeremy AllisonFix for systems that allow more than 65536 open files...
2002-10-22 Jeremy AllisonFix for systems that allow more than 65536 open files...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-20 Jeremy AllisonMove from timestamp to gen count file id's for finding...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-04-14 Jeremy Allisonconfigure:
2001-04-13 Jeremy AllisonAdded fix from "Eric Boehm" <boehm@nortelnetworks.com...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-10 Herb LewisFix for misunderstanding of fsync added when vfs layer
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-10 Andrew Tridgellinitialise fsp->fd to -1
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-16 Andrew Tridgelluse string_set() instead of string_init()
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-08-13 Luke Leightonspelling mistake.
1999-04-20 Tim PotterChanged arguments to fsync() function to break dependen...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-11-18 Jeremy AllisonFixed crash bug which was assuming that fd_ptr was...
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-08 Andrew Tridgell- fixed a bunch of warnings and minor errors
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
1998-10-01 Andrew Tridgellgot rid of USE_FILES_ARRAY code (it was unused)
1998-09-30 Jeremy Allison(Finally) implemented "max open files" as a global...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-10 Jeremy Allisonsmb.h: Removed fdnum from file_fd_struct. Not needed.
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-05 Jeremy AllisonBugfix for leak in reference counted file struct.
1998-09-04 Jeremy AllisonModified dev_t and ino_t code to be 64 bit clean (inclu...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-17 Jeremy AllisonFixed bug introduced by the recent changes where the...
1998-08-17 Andrew Tridgelladded some optimisation for the case where the number...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgell- some tidying up in files.c
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellchanged find_free_file() to file_new().
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...