summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-01-12Remove an unused variableVolker Lendecke1-1/+0
2008-01-12Get the inbuf on talloc_tos()Volker Lendecke1-1/+1
2008-01-12Convert OpenDir to talloc, use talloc_tos()Volker Lendecke3-76/+61
2008-01-12delete on close even prevents stat opensVolker Lendecke1-6/+6
2008-01-12There's no point in calling FLOCK on a non-existing fdVolker Lendecke1-7/+9
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-2/+1
2008-01-11Fix CID 505 - don't copy uninitialized memory.Jeremy Allison1-0/+1
2008-01-11Fix CID 523 - wrong null deref check.Jeremy Allison1-1/+1
2008-01-11Fix a build warning.Günther Deschner1-0/+1
2008-01-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-4/+2
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison2-14/+42
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam1-2/+0
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam1-2/+2
2008-01-10Don't print out debug messages at level 0 if we can'tJeremy Allison1-4/+10
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam1-2/+2
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam1-3/+3
2008-01-10Make casts to (void *) explicit to remove compiler warnings.Michael Adam1-1/+2
2008-01-10Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam1-11/+9
2008-01-10Some more talloc_tos()Volker Lendecke1-5/+5
2008-01-10use talloc_tos in a few more placesVolker Lendecke6-14/+16
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison6-52/+12
2008-01-09Replace an uninitialized variableVolker Lendecke1-0/+2
2008-01-09ensure uni_name.buffer is initialisedVolker Lendecke1-0/+2
2008-01-08Fix resource leak found by coverity (CID 521).Jeremy Allison1-0/+4
2008-01-08Simplify... plus add a debug message.Jeremy Allison1-5/+5
2008-01-08Correctly identify enc/non-enc packets.Jeremy Allison1-3/+5
2008-01-08Allocate dirp->name_cache on demand onlyVolker Lendecke1-11/+10
2008-01-08Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam1-1/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2-2/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2-2/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam1-1/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2-2/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam1-5/+5
2008-01-08Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2-4/+3
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam3-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam6-16/+16
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam1-3/+3
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam1-3/+3
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2-3/+3
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2-4/+2
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2-3/+3
2008-01-05Fix %d / size_t printf arg missmatch.Jeremy Allison1-2/+2
2008-01-04Using a bool with a logical operation. IBM checker caught.Jeremy Allison1-1/+1
2008-01-04Can't use logical operations on boolean values.Jeremy Allison1-1/+3