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
/
source3
/
locking
/
locking.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
1
-1
/
+3
*
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
1
-3
/
+4
*
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
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
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
1
-1
/
+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
1
-8
/
+8
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
use NTSTATUS not BOOL in do_lock()
Andrew Tridgell
2001-09-06
1
-12
/
+9
*
2nd DELETE_ON_CLOSE_FLAG fix ...
Andrew Tridgell
2001-09-05
1
-3
/
+3
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-6
/
+6
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-1
/
+1
*
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
2001-08-27
1
-6
/
+6
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-22
/
+13
*
0 byte lock ranges ARE valid
Andrew Tridgell
2001-08-24
1
-6
/
+3
*
Tidyup fixes for fcntl spin problem.
Jeremy Allison
2001-08-22
1
-11
/
+30
*
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
2001-08-22
1
-17
/
+35
*
Missed uninitialized variable return for del_share_mode().
Jeremy Allison
2001-08-21
1
-1
/
+1
*
This is Jeremy pretending to be Volker, 'cos the
Volker Lendecke
2001-08-21
1
-64
/
+136
*
Ensure we are very explicit about what we're comparing when
Jeremy Allison
2001-08-20
1
-4
/
+4
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
2001-07-02
1
-6
/
+6
*
Ensure we return correct error on trying to unlock a region not locked.
Jeremy Allison
2001-06-30
1
-2
/
+2
*
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
2001-06-30
1
-3
/
+15
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
Defensive brlock and locking database cleaning code.
Jeremy Allison
2001-05-22
1
-2
/
+81
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-32
/
+39
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-7
/
+4
*
tdb_unlockchain() no longer returns a value
Tim Potter
2000-12-06
1
-4
/
+4
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-4
/
+4
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
1
-1
/
+1
*
allow posix locking database to be opened read-only (for smbstatus)
Andrew Tridgell
2000-06-13
1
-1
/
+1
*
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
2000-05-10
1
-0
/
+2
[next]