summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a build warning.Günther Deschner2008-01-111-0/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-102-4/+2
|\
| * Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-2/+0
| * Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-2/+2
* | Don't switch user contexts unless you have to. SavesJeremy Allison2008-01-102-14/+42
|/
* Don't print out debug messages at level 0 if we can'tJeremy Allison2008-01-101-4/+10
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-2/+2
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-3/+3
* Make casts to (void *) explicit to remove compiler warnings.Michael Adam2008-01-101-1/+2
* Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-101-11/+9
* Some more talloc_tos()Volker Lendecke2008-01-101-5/+5
* use talloc_tos in a few more placesVolker Lendecke2008-01-106-14/+16
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-096-52/+12
* Replace an uninitialized variableVolker Lendecke2008-01-091-0/+2
* ensure uni_name.buffer is initialisedVolker Lendecke2008-01-091-0/+2
* Fix resource leak found by coverity (CID 521).Jeremy Allison2008-01-081-0/+4
* Simplify... plus add a debug message.Jeremy Allison2008-01-081-5/+5
* Correctly identify enc/non-enc packets.Jeremy Allison2008-01-081-3/+5
* Allocate dirp->name_cache on demand onlyVolker Lendecke2008-01-081-11/+10
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-082-2/+2
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-082-2/+2
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-082-2/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-5/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-082-4/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-073-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-072-2/+2
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-076-16/+16
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-3/+3
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-072-3/+3
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-062-4/+2
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-062-3/+3
* Fix %d / size_t printf arg missmatch.Jeremy Allison2008-01-051-2/+2
* Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
* Can't use logical operations on boolean values.Jeremy Allison2008-01-041-1/+3
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-048-100/+131
* We dont' modify the smb header for crypto anymore.Jeremy Allison2008-01-041-1/+1
* Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison2008-01-041-10/+14
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-0415-236/+345
* Convert call_trans2open to create_file()Volker Lendecke2008-01-021-57/+16
* Convert reply_mknew to create_fileVolker Lendecke2008-01-021-38/+16
* Convert reply_open_and_X to create_fileVolker Lendecke2008-01-021-42/+19
* Convert reply_open to create_fileVolker Lendecke2008-01-021-40/+19