index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
locking
Commit message (
Expand
)
Author
Age
Files
Lines
*
r4143: Make strict locking an enum. Auto means use oplock optimization.
Jeremy Allison
2007-10-10
1
-9
/
+16
*
r4121: Optimisation from Nadav Danieli <nadavd@exanet.com>. If we're oplocked,
Jeremy Allison
2007-10-10
1
-1
/
+9
*
r4108: As check_self is *always* False in every invokation, remove the
Jeremy Allison
2007-10-10
2
-16
/
+8
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
3
-11
/
+10
*
r3120: Fix bug #1955 reported by Love <lha@stacken.kth.se>. Inconsistent erro...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...
Jeremy Allison
2007-10-10
1
-17
/
+56
*
r3008: when checking for the existance of a lock we are only doing a single
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r2413: Arggg. Stupid, stupid, stupid me ! I added a paranoia test
Jeremy Allison
2007-10-10
1
-13
/
+0
*
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
2007-10-10
1
-5
/
+387
*
r1011: fix bad merge (from a few months ago) and ensure that we always use td...
Gerald Carter
2007-10-10
2
-4
/
+4
*
r984: Ensure memmove & memcpy aren't called with len == 0.
Jeremy Allison
2007-10-10
1
-4
/
+8
*
merge from old APP_HEAD
Gerald Carter
2004-02-12
2
-4
/
+4
*
Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy Allison
2003-10-09
2
-6
/
+14
*
Tidy up some formatting. Get ready for allowing bad password lockout. (based
Jeremy Allison
2003-09-08
1
-14
/
+18
*
Final fix for the bug tridge found. Only push locks onto a blocking lock
Jeremy Allison
2003-08-01
1
-1
/
+5
*
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
1
-2
/
+2
*
More fixes for debug log to catch logic error.
Jeremy Allison
2003-05-22
1
-1
/
+1
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-5
/
+5
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-6
/
+5
*
Fix for very subtle POSIX lock interaction race condition found by
Jeremy Allison
2003-04-04
2
-9
/
+40
*
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
2003-02-27
2
-8
/
+78
*
Merge off-by-one fix from HEAD (caused crash with --enable-developer)
Andrew Bartlett
2003-02-24
1
-1
/
+1
*
When checking is_locked() new WRITE locks conflict with existing READ locks even
Jeremy Allison
2003-02-22
1
-3
/
+10
*
Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...
Jeremy Allison
2003-02-12
1
-12
/
+7
*
Cleanups: (merge from HEAD)
Andrew Bartlett
2003-02-10
1
-1
/
+3
*
Fix problem with "hide unreadable". stat file opens are baaack :-).
Jeremy Allison
2003-01-03
1
-2
/
+1
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-2
/
+2
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
2
-12
/
+17
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
2
-9
/
+21
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-3
/
+4
*
if our lock spin code fails then return the first error code, not the
Andrew Tridgell
2002-03-15
1
-4
/
+11
*
Use sys_usleep not usleep.
Jeremy Allison
2002-03-14
1
-1
/
+1
*
Ensure we attempt to lock at least once. Only sleep if time param set.
Jeremy Allison
2002-03-13
1
-1
/
+5
*
include/smb_macros.h: Don't round up an allocation if the size is zero.
Jeremy Allison
2002-03-13
1
-1
/
+25
*
this attempts to handle the rather bizarre lock cache semantics in
Andrew Tridgell
2002-03-10
2
-1
/
+15
*
accept the 0/0 lock but don't treat it in any sort of special way
Andrew Tridgell
2002-03-05
1
-1
/
+0
*
Removed version number from file header.
Tim Potter
2002-01-30
3
-6
/
+3
*
Debugs that print out a share mode table in debug level 10. This code
Jeremy Allison
2002-01-08
1
-4
/
+46
*
Added DEBUG in set_share_mode to track down logic insanity.
Jeremy Allison
2002-01-05
1
-0
/
+8
*
Removed unused function, delete_fn()
Tim Potter
2001-12-18
1
-57
/
+0
*
After conversations with Andrew, improved the robustness of the
Jeremy Allison
2001-11-30
1
-26
/
+53
*
Don't scan locking db on closedown.
Jeremy Allison
2001-11-21
1
-0
/
+4
*
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
2001-10-20
1
-6
/
+19
*
Ensure we mask off deny modes correctly on being set (this shouldn't have
Jeremy Allison
2001-10-19
1
-2
/
+2
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
3
-4
/
+0
*
Removed test code that got added by accident.
Jeremy Allison
2001-09-19
1
-22
/
+0
*
Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...
Jeremy Allison
2001-09-18
1
-18
/
+20
*
Use structure copy to fix unaligned accesses on 64bit architectures on
Jeremy Allison
2001-09-18
1
-1
/
+1
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
3
-39
/
+31
[next]