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
/
posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-11
/
+11
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
1
-18
/
+8
*
r23096: Make the lock failure message prettier.
James Peach
2007-10-10
1
-4
/
+4
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
2007-10-10
1
-5
/
+9
*
r19668: Convert the locking params to use struct share_param instead of snum
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17452: Some C++ warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17041: Trying to track down a *big* memory leak in the new lock code.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r17000: Allow CIFS POSIX locks to coexist with Windows locks.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16992: Fix bug #3922 reported by jason@ncac.gwu.edu, correctly
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16987: Fix the logic errors in ref-counting Windows locks.
Jeremy Allison
2007-10-10
1
-7
/
+8
*
r16973: Fix subtle logic error in lock ref counting found by
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-667
/
+624
*
r16307: Make sure we know we must pass a valid pointer here.
Jeremy Allison
2007-10-10
1
-3
/
+2
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2007-10-10
1
-16
/
+75
*
r14703: Clarify the return codes for the POSIX locking case. This
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-11
/
+6
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-17
/
+21
*
r7975: One more tidyup to ensure we're using "struct posix_lock".
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r7972: Tidy up the posix locking in memory db code whilst I'm waiting for jht
Jeremy Allison
2007-10-10
1
-20
/
+21
*
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
Herb Lewis
2007-10-10
1
-0
/
+3
*
r5625: Reformat (tidy).
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-6
/
+5
*
r3120: Fix bug #1955 reported by Love <lha@stacken.kth.se>. Inconsistent erro...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
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
*
Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...
Jeremy Allison
2003-02-12
1
-12
/
+7
*
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
1
-11
/
+14
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-23
/
+15
*
Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.
Jeremy Allison
2001-09-06
1
-94
/
+21
*
NFS v2 can return ENOLCK when greater than 31 bit offsets are used.
Jeremy Allison
2001-09-05
1
-2
/
+2
*
Ignore locks of length zero as they mean different things in Win32
Jeremy Allison
2001-08-26
1
-5
/
+18
*
Add printing of errno when POSIX lock requests fail.
Jeremy Allison
2001-08-13
1
-3
/
+3
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
1
-4
/
+9
*
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
2001-07-02
1
-1
/
+0
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-2
/
+2
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-3
/
+1
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
1
-1
/
+1
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-6
/
+6
*
allow posix locking database to be opened read-only (for smbstatus)
Andrew Tridgell
2000-06-13
1
-10
/
+10
*
Fixed misunderstanding found during CIFS conference. Overlapping lock
Jeremy Allison
2000-05-25
1
-340
/
+278
*
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
2000-05-10
1
-0
/
+2
*
Two fixes. Added missong logic & case in lock split code.
Jeremy Allison
2000-05-05
1
-4
/
+12
*
Updated to fix overlapping problem.
Jeremy Allison
2000-05-04
1
-68
/
+142
*
Fix for debug statement crash.
Jeremy Allison
2000-05-04
1
-1
/
+1
[next]