This is Jeremy pretending to be Volker, 'cos the
[samba.git] / source / smbd / oplock.c
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.