Oops. Don't break the build..
[ira/wip.git] / source3 / smbd / files.c
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...