summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-26Fix uninitialized variablesVolker Lendecke1-1/+2
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-1/+3
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke1-0/+32
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-0/+7
2008-01-22Hide streams from the EA APIVolker Lendecke1-2/+6
2008-01-22Fix get_ea_names_from_file for many EAsVolker Lendecke1-1/+1
2008-01-20Activate SMB_QUERY_FILE_STREAM_INFOVolker Lendecke1-5/+6
2008-01-19Add the STREAMINFO vfs callVolker Lendecke1-13/+99
2008-01-19Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke1-49/+142
2008-01-19Make get_ea_value publicVolker Lendecke1-8/+15
2008-01-18Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison1-8/+12
2008-01-18Always return nlink=1 for directoriesVolker Lendecke1-7/+2
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy1-6/+4
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy1-8/+15
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-1/+1
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison1-20/+5
2008-01-08Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam1-1/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam1-1/+1
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 Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-2/+2
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison1-4/+6
2008-01-04We dont' modify the smb header for crypto anymore.Jeremy Allison1-1/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-28/+41
2008-01-02Convert call_trans2open to create_file()Volker Lendecke1-57/+16
2007-12-29Allow encryption context setup on IPC$.Jeremy Allison1-7/+27
2007-12-29Remove tiny code duplicationVolker Lendecke1-4/+4
2007-12-28Ensure we turn off POSIX large read/write if encryptionJeremy Allison1-1/+4
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison1-1/+32
2007-12-27Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison1-1/+24
2007-12-27Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability toJeremy Allison1-1/+5
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+49
2007-11-26Fix bug 5055Volker Lendecke1-1/+1
2007-11-20Paranoia check that space_remaining never goes -ve.Jeremy Allison1-2/+10
2007-11-16Ensure we use PATH_MAX for symlinks.Jeremy Allison1-2/+2
2007-11-05Fix a debug messageVolker Lendecke1-1/+1
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-1/+0
2007-11-01Add brackets so as not to break the POSIX caps return.Jeremy Allison1-2/+2
2007-10-31Note when we're setting change time, not write time, and sendJeremy Allison1-10/+24
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-1/+1
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-1/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-45/+45
2007-10-10Fix valgrind-found memory overwrite.Jeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-48/+1
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke1-1/+1
2007-10-10r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison1-1/+1
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-10/+12
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-156/+173
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-49/+57