summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Add srvstr_get_path_req[_wcard]Volker Lendecke1-8/+6
2008-11-01Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke1-4/+4
2008-10-25Move the is_known_pipename check into np_openVolker Lendecke1-10/+5
2008-10-22Fix a debug message in send_nt_replies()Volker Lendecke1-3/+6
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-25/+25
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke1-11/+6
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-3/+3
2008-10-13Pass struct smb_request to file_fspVolker Lendecke1-7/+7
2008-10-11Fix a "nexted extern declaration" warningVolker Lendecke1-1/+1
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison1-0/+5
2008-09-09Add some debug to reply_nttransVolker Lendecke1-0/+11
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke1-12/+10
2008-08-20smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher1-0/+12
2008-07-19Introduce is_known_pipenameVolker Lendecke1-35/+1
2008-06-19Remove current_user references from nttrans.cVolker Lendecke1-3/+2
2008-06-19Remove current_user references from trans2.cVolker Lendecke1-2/+2
2008-06-19Remove the "current_user" arg from fsp_belongs_connVolker Lendecke1-3/+3
2008-06-19Remove the "current_user" arg from check_fspVolker Lendecke1-1/+1
2008-05-16Simplify fake_file logicVolker Lendecke1-1/+1
2008-05-10Remove "user" from connection_structVolker Lendecke1-4/+6
2008-05-09Remove a couple of uses of SMB_VFS_GET_NT_ACL(), useJeremy Allison1-8/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-7/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+1
2008-04-14Remove two pointless else branchesVolker Lendecke1-7/+5
2008-04-07Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison1-38/+51
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-1/+1
2008-04-01smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher1-24/+3
2008-03-11Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison1-1/+1
2008-03-11Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison1-2/+3
2008-02-22Don't use fname after create_file has been calledVolker Lendecke1-5/+5
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke1-0/+3
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison1-8/+0
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam1-2/+1
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam1-1/+1
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison1-5/+9
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-17/+22
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+2
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam1-1/+1
2007-12-16make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke1-87/+46
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-3/+4
2007-12-07Attempt to fix make test :-)Volker Lendecke1-2/+2
2007-12-07Pass only internal oplock request values to create_fileVolker Lendecke1-4/+66
2007-12-07More parameter shufflingVolker Lendecke1-4/+4
2007-12-07Re-arrange create_file() parametersVolker Lendecke1-4/+4
2007-12-05There's no point in passing down a 0Volker Lendecke1-4/+2
2007-12-05Move create_file to open.cVolker Lendecke1-477/+0
2007-12-05Fix an uninitialized variableVolker Lendecke1-1/+1
2007-12-05Fix debugVolker Lendecke1-2/+8
2007-12-05Fix attribute calculation for ntcreate&xVolker Lendecke1-17/+21