summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-05Fix error returnsVolker Lendecke1-2/+12
2007-12-05Fix debugsVolker Lendecke1-2/+18
2007-12-05Implement create_file()Volker Lendecke1-706/+347
2007-12-05Reformatting, also allow quotas for transact_createVolker Lendecke1-12/+38
2007-12-05Tiny refactoringsVolker Lendecke1-17/+12
2007-12-05Split out sd parsingVolker Lendecke1-5/+33
2007-12-05ReformattingVolker Lendecke1-9/+12
2007-12-05Align formatting, one TALLOC_FREE is enoughVolker Lendecke1-5/+5
2007-12-05Move pulling the ea list out of the wayVolker Lendecke1-14/+8
2007-12-05ReformattingVolker Lendecke1-10/+12