summaryrefslogtreecommitdiffstats
path: root/source3/locking/posix.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove reduce_windows_lock_ref_count, used only onceVolker Lendecke2012-06-221-8/+2
* s3: Make reduce_windows_lock_ref_count staticVolker Lendecke2012-06-221-1/+2
* s3: Use dbwrap_util for windows_lock_ref_countVolker Lendecke2012-06-221-94/+21
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3: Fix a commentVolker Lendecke2012-06-141-15/+13
* s3:include: change lock_struct->fnum to uint64_tMichael Adam2012-06-061-1/+2
* s3: Fix Coverity ID 2682 -- NULL_RETURNSVolker Lendecke2012-04-191-3/+10
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-32/+32
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-6/+6
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-051-15/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-2/+3
* s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()Michael Adam2011-11-251-2/+13
* s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semanticsMichael Adam2011-11-251-5/+14
* s3:locking: convert posix.c to use dbwrap wrapper functions onlyMichael Adam2011-10-111-29/+40
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-locking: update to use DLIST_ADD_AFTER()Andrew Tridgell2010-02-101-5/+1
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-0/+16
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-15/+22
* Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-231-7/+6
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-16/+16
* Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam2008-04-211-5/+9
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-211-12/+4
* Don't modify the fsp in fd_close_posix() anymore.Michael Adam2008-04-211-4/+0
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-3/+3
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-2/+2
* Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-221-2/+2
* Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke2007-12-111-126/+130
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Remove two staticsVolker Lendecke2007-12-101-39/+17
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-2/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* r24571: Only look at errno if the close call actually failedVolker Lendecke2007-10-101-1/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-11/+11
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-18/+8
* r23096: Make the lock failure message prettier.James Peach2007-10-101-4/+4
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-4/+4
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-5/+9
* r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2007-10-101-1/+1
* r17452: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r17041: Trying to track down a *big* memory leak in the new lock code.Jeremy Allison2007-10-101-0/+1