summaryrefslogtreecommitdiffstats
path: root/source/locking/posix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more asprintf warnings and some error path errors.Jeremy Allison2009-01-021-7/+6
* 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
* r17000: Allow CIFS POSIX locks to coexist with Windows locks.Jeremy Allison2007-10-101-1/+1
* r16992: Fix bug #3922 reported by jason@ncac.gwu.edu, correctlyJeremy Allison2007-10-101-1/+1
* r16987: Fix the logic errors in ref-counting Windows locks.Jeremy Allison2007-10-101-7/+8
* r16973: Fix subtle logic error in lock ref counting found byJeremy Allison2007-10-101-7/+7
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-667/+624
* r16307: Make sure we know we must pass a valid pointer here.Jeremy Allison2007-10-101-3/+2
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-16/+75
* r14703: Clarify the return codes for the POSIX locking case. ThisJeremy Allison2007-10-101-2/+6
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-11/+6
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-17/+21
* r7975: One more tidyup to ensure we're using "struct posix_lock".Jeremy Allison2007-10-101-1/+2
* r7972: Tidy up the posix locking in memory db code whilst I'm waiting for jhtJeremy Allison2007-10-101-20/+21
* r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis2007-10-101-0/+3
* r5625: Reformat (tidy).Jeremy Allison2007-10-101-4/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-6/+5
* r3120: Fix bug #1955 reported by Love <lha@stacken.kth.se>. Inconsistent erro...Jeremy Allison2007-10-101-3/+3
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-5/+5
* Fix VFS layer:Alexander Bokovoy2003-05-111-6/+5
* Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison2003-02-121-12/+7
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-11/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-23/+15
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-94/+21
* NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2