Age | Commit message (Expand) | Author | Files | Lines |
2008-01-16 | Add support for offline files support, remote storage, and Async I/O force op... | Alexander Bokovoy | 4 | -68/+89 |
2008-01-16 | Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge... | Alexander Bokovoy | 3 | -9/+89 |
2008-01-12 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2008-01-12 | Get the inbuf on talloc_tos() | Volker Lendecke | 1 | -1/+1 |
2008-01-12 | Convert OpenDir to talloc, use talloc_tos() | Volker Lendecke | 3 | -76/+61 |
2008-01-12 | delete on close even prevents stat opens | Volker Lendecke | 1 | -6/+6 |
2008-01-12 | There's no point in calling FLOCK on a non-existing fd | Volker Lendecke | 1 | -7/+9 |
2008-01-11 | Fix CID 476. Ensure a valid pac_data pointer is always passed to | Jeremy Allison | 1 | -2/+1 |
2008-01-11 | Fix CID 505 - don't copy uninitialized memory. | Jeremy Allison | 1 | -0/+1 |
2008-01-11 | Fix CID 523 - wrong null deref check. | Jeremy Allison | 1 | -1/+1 |
2008-01-11 | Fix a build warning. | Günther Deschner | 1 | -0/+1 |
2008-01-10 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2 | -4/+2 |
2008-01-10 | Don't switch user contexts unless you have to. Saves | Jeremy Allison | 2 | -14/+42 |
2008-01-11 | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). | Michael Adam | 1 | -2/+0 |
2008-01-11 | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE(). | Michael Adam | 1 | -2/+2 |
2008-01-10 | Don't print out debug messages at level 0 if we can't | Jeremy Allison | 1 | -4/+10 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_WRITE(). | Michael Adam | 1 | -2/+2 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_READ(). | Michael Adam | 1 | -3/+3 |
2008-01-10 | Make casts to (void *) explicit to remove compiler warnings. | Michael Adam | 1 | -1/+2 |
2008-01-10 | Correctly abstract the transfer_file mechanism with callbacks and void ptrs. | Michael Adam | 1 | -11/+9 |
2008-01-10 | Some more talloc_tos() | Volker Lendecke | 1 | -5/+5 |
2008-01-10 | use talloc_tos in a few more places | Volker Lendecke | 6 | -14/+16 |
2008-01-09 | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 6 | -52/+12 |
2008-01-09 | Replace an uninitialized variable | Volker Lendecke | 1 | -0/+2 |
2008-01-09 | ensure uni_name.buffer is initialised | Volker Lendecke | 1 | -0/+2 |
2008-01-08 | Fix resource leak found by coverity (CID 521). | Jeremy Allison | 1 | -0/+4 |
2008-01-08 | Simplify... plus add a debug message. | Jeremy Allison | 1 | -5/+5 |
2008-01-08 | Correctly identify enc/non-enc packets. | Jeremy Allison | 1 | -3/+5 |
2008-01-08 | Allocate dirp->name_cache on demand only | Volker Lendecke | 1 | -11/+10 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_AIO_CANCEL(). | Michael Adam | 1 | -1/+1 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FSETXATTR(). | Michael Adam | 2 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR(). | Michael Adam | 2 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 1 | -1/+1 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 2 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 1 | -5/+5 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 2 | -4/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 3 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 2 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 6 | -16/+16 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 2 | -3/+3 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 2 | -4/+2 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 2 | -3/+3 |
2008-01-05 | Fix %d / size_t printf arg missmatch. | Jeremy Allison | 1 | -2/+2 |