Age | Commit message (Expand) | Author | Files | Lines |
2010-02-10 | s3-locking: update to use DLIST_ADD_AFTER() | Andrew Tridgell | 1 | -5/+1 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -0/+16 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -15/+22 |
2008-12-23 | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 1 | -7/+6 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -16/+16 |
2008-04-21 | Slight reformatting of fd_close_posix(), while I'm at it. | Michael Adam | 1 | -5/+9 |
2008-04-21 | Change fd_close_posix() to return int instead of NTSTATUS. | Michael Adam | 1 | -12/+4 |
2008-04-21 | Don't modify the fsp in fd_close_posix() anymore. | Michael Adam | 1 | -4/+0 |
2008-04-21 | Move the posix pending close functionality down into the VFS layer. | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_GETLOCK(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 1 | -2/+2 |
2007-12-22 | Remove redundant connection_struct from fd_close_posix() parameter list. | Michael Adam | 1 | -2/+2 |
2007-12-11 | Convert the posix_pending_close_db to dbwrap_rbt | Volker Lendecke | 1 | -126/+130 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-10 | Remove two statics | Volker Lendecke | 1 | -39/+17 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -2/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -15/+15 |
2007-10-10 | r24571: Only look at errno if the close call actually failed | Volker Lendecke | 1 | -1/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -11/+11 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -18/+8 |
2007-10-10 | r23096: Make the lock failure message prettier. | James Peach | 1 | -4/+4 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 1 | -5/+9 |
2007-10-10 | r19668: Convert the locking params to use struct share_param instead of snum | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17452: Some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17041: Trying to track down a *big* memory leak in the new lock code. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r17000: Allow CIFS POSIX locks to coexist with Windows locks. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16992: Fix bug #3922 reported by jason@ncac.gwu.edu, correctly | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16987: Fix the logic errors in ref-counting Windows locks. | Jeremy Allison | 1 | -7/+8 |
2007-10-10 | r16973: Fix subtle logic error in lock ref counting found by | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -667/+624 |
2007-10-10 | r16307: Make sure we know we must pass a valid pointer here. | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -16/+75 |
2007-10-10 | r14703: Clarify the return codes for the POSIX locking case. This | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -11/+6 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -17/+21 |
2007-10-10 | r7975: One more tidyup to ensure we're using "struct posix_lock". | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r7972: Tidy up the posix locking in memory db code whilst I'm waiting for jht | Jeremy Allison | 1 | -20/+21 |
2007-10-10 | r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk | Herb Lewis | 1 | -0/+3 |
2007-10-10 | r5625: Reformat (tidy). | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -6/+5 |
2007-10-10 | r3120: Fix bug #1955 reported by Love <lha@stacken.kth.se>. Inconsistent erro... | Jeremy Allison | 1 | -3/+3 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -5/+5 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -6/+5 |
2003-02-12 | Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi... | Jeremy Allison | 1 | -12/+7 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -11/+14 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |