summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-10When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison1-1/+5
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke1-6/+9
2008-09-05Write times code update.Jeremy Allison1-5/+7
2008-06-19Remove current_user references from trans2.cVolker Lendecke1-2/+2
2008-06-19Remove some current_user references from trans2.cVolker Lendecke1-19/+25
2008-06-19Remove the "current_user" arg from check_fspVolker Lendecke1-4/+4
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-8/+16
2008-05-10Remove "user" from connection_structVolker Lendecke1-3/+6
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+1
2008-05-02Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison1-1/+1
2008-04-28Fix bug found by Igor Mammedov <niallain@gmail.com> where we areJeremy Allison1-14/+42
2008-04-07Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison1-30/+46
2008-04-07smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher1-5/+14
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher1-8/+5
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-40/+45
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-1/+2
2008-03-11Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison1-1/+1
2008-03-11Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison1-1/+2
2008-03-11Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison1-1/+1
2008-03-08Fix some typosVolker Lendecke1-1/+1
2008-02-22Don't use fname after create_file has been calledVolker Lendecke1-2/+2
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