Age | Commit message (Expand) | Author | Files | Lines |
2012-06-22 | s3: Remove reduce_windows_lock_ref_count, used only once | Volker Lendecke | 1 | -8/+2 |
2012-06-22 | s3: Make reduce_windows_lock_ref_count static | Volker Lendecke | 1 | -1/+2 |
2012-06-22 | s3: Use dbwrap_util for windows_lock_ref_count | Volker Lendecke | 1 | -94/+21 |
2012-06-21 | s3:util: rename procid_equal() to serverid_equal() | Michael Adam | 1 | -1/+1 |
2012-06-14 | s3: Fix a comment | Volker Lendecke | 1 | -15/+13 |
2012-06-06 | s3:include: change lock_struct->fnum to uint64_t | Michael Adam | 1 | -1/+2 |
2012-04-19 | s3: Fix Coverity ID 2682 -- NULL_RETURNS | Volker Lendecke | 1 | -3/+10 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -32/+32 |
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 1 | -6/+6 |
2012-04-05 | build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits | Andrew Bartlett | 1 | -15/+2 |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 1 | -2/+3 |
2011-11-25 | s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count() | Michael Adam | 1 | -2/+13 |
2011-11-25 | s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semantics | Michael Adam | 1 | -5/+14 |
2011-10-11 | s3:locking: convert posix.c to use dbwrap wrapper functions only | Michael Adam | 1 | -29/+40 |
2011-10-11 | s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h | Michael Adam | 1 | -0/+1 |
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 1 | -4/+4 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-locking: move locking prototypes out of proto.h. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-08-26 | s3-build: use dbwrap.h only where needed. | Günther Deschner | 1 | -0/+1 |
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 |