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
/
locking
/
posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-locking: move locking prototypes out of proto.h.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-locking: update to use DLIST_ADD_AFTER()
Andrew Tridgell
2010-02-10
1
-5
/
+1
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-0
/
+16
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-15
/
+22
*
Fix more asprintf warnings and some error path errors.
Jeremy Allison
2008-12-23
1
-7
/
+6
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-16
/
+16
*
Slight reformatting of fd_close_posix(), while I'm at it.
Michael Adam
2008-04-21
1
-5
/
+9
*
Change fd_close_posix() to return int instead of NTSTATUS.
Michael Adam
2008-04-21
1
-12
/
+4
*
Don't modify the fsp in fd_close_posix() anymore.
Michael Adam
2008-04-21
1
-4
/
+0
*
Move the posix pending close functionality down into the VFS layer.
Michael Adam
2008-04-21
1
-3
/
+3
*
Remove redundant parameter fd from SMB_VFS_GETLOCK().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam
2007-12-22
1
-2
/
+2
*
Convert the posix_pending_close_db to dbwrap_rbt
Volker Lendecke
2007-12-11
1
-126
/
+130
*
Tiny simplifications
Volker Lendecke
2007-12-10
1
-1
/
+1
*
Remove two statics
Volker Lendecke
2007-12-10
1
-39
/
+17
*
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
2007-11-15
1
-2
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-15
/
+15
*
r24571: Only look at errno if the close call actually failed
Volker Lendecke
2007-10-10
1
-1
/
+4
*
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
[next]