index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
oplock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-26
/
+53
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-0
/
+2
*
Get the current directory after becoming root.
Jeremy Allison
2002-03-14
1
-1
/
+1
*
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
2002-01-31
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Don't put a \n on the end of the arg to exit_server()
Tim Potter
2001-11-05
1
-2
/
+2
*
IRIX compiler dies not like casts in macro args
Herb Lewis
2001-10-23
1
-1
/
+1
*
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
2001-10-20
1
-835
/
+784
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-2
/
+2
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-6
/
+4
*
Fix I think for the fcntl spinning problem. Re-prioritize so
Jeremy Allison
2001-09-05
1
-0
/
+14
*
Fixes to ensure invalid vuids cannot stop oplock breaks.
Jeremy Allison
2001-09-04
1
-5
/
+7
*
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
2001-08-22
1
-2
/
+12
*
This is Jeremy pretending to be Volker, 'cos the
Volker Lendecke
2001-08-21
1
-0
/
+13
*
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
2001-06-25
1
-1
/
+1
*
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
2001-06-09
1
-2
/
+4
*
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
2001-05-24
1
-2
/
+2
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-6
/
+0
*
Fix inspited by Alan Romeril. 50% speedup in domain logins with this
Jeremy Allison
2001-01-30
1
-0
/
+3
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-4
/
+95
*
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2000-09-27
1
-2
/
+2
*
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
2000-06-12
1
-26
/
+29
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-0
/
+9
*
a first pass at Linux kernel oplocks support
Andrew Tridgell
2000-06-10
1
-13
/
+0
*
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
2000-06-10
1
-377
/
+122
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
1
-152
/
+149
*
split some of the irix kernel oplocks code into a function
Andrew Tridgell
2000-06-09
1
-68
/
+74
*
- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX
Andrew Tridgell
2000-06-08
1
-14
/
+14
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-3
/
+3
*
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
2000-04-24
1
-2
/
+2
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-7
/
+3
*
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
2000-04-10
1
-27
/
+25
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
1
-8
/
+7
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-198
/
+466
*
sys_select added one more argument (read, write selectors).
Luke Leighton
1999-12-01
1
-1
/
+1
*
Sync up critical kernel oplock bugfix. I don't want to lose
Jeremy Allison
1998-12-05
1
-4
/
+37
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-2
/
+2
*
Fixed oplock test path spec bug.
Jeremy Allison
1998-11-24
1
-1
/
+1
*
Fixed crash bug which was assuming that fd_ptr was always non-null
Jeremy Allison
1998-11-18
1
-1
/
+1
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-1
/
+1
*
Makefile.in: Re-added quotes round ROFF call for DGUX.
Jeremy Allison
1998-11-16
1
-2
/
+1
*
O_EXCL fixes for printing files & oplocks.
Jeremy Allison
1998-11-16
1
-1
/
+1
*
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1998-11-13
1
-1
/
+1
*
at the interop Isaac (at least I _think_ it was Isaac) said that if a
Andrew Tridgell
1998-10-21
1
-1
/
+14
*
config: Fix crypt prototype on RedHat Linux.
Jeremy Allison
1998-10-15
1
-1
/
+1
*
more warnings...
Luke Leighton
1998-10-14
1
-1
/
+1
*
libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.
Jeremy Allison
1998-09-30
1
-2
/
+4
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-2
/
+2
[next]