trying to get HEAD building again. If you want the code
[samba.git] / source3 / smbd / close.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-04-22 Jeremy AllisonTidyups of some dubious logic discovered whilst trying...
2003-04-04 Jeremy AllisonRe-fix regression noticed by Tom Schaefer <tom@umsl...
2003-02-11 Jeremy AllisonFix delete on close semantics to match W2K. I (think...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-17 Andrew Tridgellremoved unused variable
2001-12-16 Jeremy AllisonEnsured filetimes set (by name) after close. Ignore...
2001-11-13 Jeremy AllisonFormatting fixes only.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-22 Jeremy AllisonFixed the (incorrect) paranioa fix I put in for the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-14 Jeremy Allisonconfigure:
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-02 Jeremy AllisonMemleak fix for cache code.
2000-05-10 Andrew Tridgellmore merging voodoo
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-16 Andrew Tridgellthe changes to the main smb code
2000-04-11 Jeremy AllisonThe latest open() code changes broke the NT directory...
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-14 Andrew Tridgellwe now pass all byte range locking tests
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-10-27 Luke Leightondebug string with no %s parameter. oops
1998-10-23 Jeremy AllisonHandle the case where multiple smbd have the file open...
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-05 Jeremy AllisonBugfix for leak in reference counted file struct.
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-21 Jeremy AllisonFixes for the problem in blocking locks with file_fsp...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.