trying to get HEAD building again. If you want the code
[kai/samba.git] / source3 / smbd / oplock.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-16 Andrew BartlettExpand this magic number into the #defines it is made...
2003-01-30 Jeremy AllisonFix for interesting resource constraint condition....
2002-06-06 Jeremy AllisonOverly complex but neccessary fix for kernel oplock...
2002-05-24 Jeremy AllisonIf we don't do the select don't do the recvfrom.
2002-05-24 Jeremy AllisonFixed silly typo that causes receive_local_message...
2002-05-22 Jeremy AllisonMerge of bugfixes from 2.2.
2002-05-22 Jeremy AllisonFix for strangeness in Linux 2.0.x select return.
2002-05-22 Jeremy AllisonRemove horrid goto.
2002-05-22 Jeremy AllisonMerge of receive_local_message fix from 2.2.5.
2002-05-21 Jeremy AllisonTricky fix. If we were waiting for an oplock break...
2002-05-20 Jeremy AllisonMerge from 2.2.
2002-04-19 Jeremy AllisonFixed sendto in oplock code.
2002-04-19 Jeremy AllisonFix oplock recvfrom.
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-03-14 Jeremy AllisonGet the current directory after becoming root.
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-23 Herb LewisIRIX compiler dies not like casts in macro args
2001-10-20 Jeremy AllisonMove from timestamp to gen count file id's for finding...
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-05 Jeremy AllisonFix I think for the fcntl spinning problem. Re-prioriti...
2001-09-04 Jeremy AllisonFixes to ensure invalid vuids cannot stop oplock breaks.
2001-08-22 Jeremy AllisonFixed the (incorrect) paranioa fix I put in for the...
2001-08-21 Volker LendeckeThis is Jeremy pretending to be Volker, 'cos the
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-05-24 Jeremy AllisonFixup the large_writex problem (a large_writex can...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-01-30 Jeremy AllisonFix inspited by Alan Romeril. 50% speedup in domain...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-10 Andrew Tridgella first pass at Linux kernel oplocks support
2000-06-10 Andrew Tridgellcontinued the split of the kernel level oplocks code...
2000-06-09 Andrew Tridgellclean up oplock capability code ready for Linux code
2000-06-09 Andrew Tridgellsplit some of the irix kernel oplocks code into a function
2000-06-08 Andrew Tridgell- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX
2000-05-10 Andrew Tridgellmore merging voodoo
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-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
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-01 Luke Leightonsys_select added one more argument (read, write selectors).
1998-12-05 Jeremy AllisonSync up critical kernel oplock bugfix. I don't want...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-24 Jeremy AllisonFixed oplock test path spec bug.
1998-11-18 Jeremy AllisonFixed crash bug which was assuming that fd_ptr was...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-16 Jeremy AllisonMakefile.in: Re-added quotes round ROFF call for DGUX.
1998-11-16 Jeremy AllisonO_EXCL fixes for printing files & oplocks.
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-10-21 Andrew Tridgellat the interop Isaac (at least I _think_ it was Isaac...
1998-10-15 Jeremy Allisonconfig: Fix crypt prototype on RedHat Linux.
1998-10-14 Luke Leightonmore warnings...
1998-09-30 Jeremy Allisonlibsmb/clientgen.c: Fixed signed/unsigned compile warni...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-24 Jeremy AllisonIntegration of Anders Blomdell <anders.blomdell@control...
1998-09-23 Jeremy AllisonHoist by my own petard with warnings (forgot to set...
1998-09-23 Jeremy Allisonsmbd/oplock.c: Use O_CREAT and O_TRUNC and correct...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-18 Jeremy AllisonFixed problems with premature kernel oplock checkin...
1998-09-18 Jeremy Allisonconfigure configure.in include/config.h.in include...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-05 Jeremy AllisonFixed one more Debug problem with inode in non-64 bit...
1998-09-04 Jeremy AllisonModified dev_t and ino_t code to be 64 bit clean (inclu...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-17 Jeremy AllisonFixed bug introduced by the recent changes where the...
1998-08-17 Andrew Tridgellmove soem variables from server.c that don't belong...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.