summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-05Put posix semantic calculation in the same place in both routinesVolker Lendecke1-9/+9
2007-12-05Tiny refactoringVolker Lendecke1-6/+8
2007-12-05Tiny refactoringVolker Lendecke1-3/+3
2007-12-05TALLOC_FREE earlyVolker Lendecke1-4/+10
2007-12-05consolidate srvstr_get_path in ntcreate_and_XVolker Lendecke1-89/+59
2007-12-05Tiny refactoringVolker Lendecke1-3/+2
2007-12-05tiny refactoringVolker Lendecke1-4/+5
2007-12-01In nttransact_create, we also need to check for delete readonlyVolker Lendecke1-1/+2
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-7/+11
2007-11-12Fix bug #5073. Allow "delete readonly = yes" to correctlyJeremy Allison1-1/+2
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-1/+0
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-14/+14
2007-10-10r25309: Volker's fix for bug #4984 - samba4 torture testJeremy Allison1-41/+71
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke1-2/+2