summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-171-3/+3
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-091-12/+10
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-281-0/+12
* Revert "smbd: fix the handling of create_options to pass RAW-OPEN"Karolin Seeger2008-08-271-12/+0
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-211-0/+12
* Remove two pointless else branchesVolker Lendecke2008-05-051-7/+5
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-121-1/+1
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-081-38/+51
* smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher2008-04-031-24/+3
* Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison2008-04-031-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-04-031-2/+3
* Don't use fname after create_file has been calledVolker Lendecke2008-02-221-5/+5
* Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke2008-01-191-0/+3
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-8/+0
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-2/+1
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-1/+1
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-5/+9
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-17/+22
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+2
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-1/+1
* make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke2007-12-161-87/+46
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-3/+4
* Attempt to fix make test :-)Volker Lendecke2007-12-071-2/+2
* Pass only internal oplock request values to create_fileVolker Lendecke2007-12-071-4/+66
* More parameter shufflingVolker Lendecke2007-12-071-4/+4
* Re-arrange create_file() parametersVolker Lendecke2007-12-071-4/+4
* There's no point in passing down a 0Volker Lendecke2007-12-051-4/+2
* Move create_file to open.cVolker Lendecke2007-12-051-477/+0
* Fix an uninitialized variableVolker Lendecke2007-12-051-1/+1
* Fix debugVolker Lendecke2007-12-051-2/+8
* Fix attribute calculation for ntcreate&xVolker Lendecke2007-12-051-17/+21
* Fix error returnsVolker Lendecke2007-12-051-2/+12
* Fix debugsVolker Lendecke2007-12-051-2/+18
* Implement create_file()Volker Lendecke2007-12-051-706/+347
* Reformatting, also allow quotas for transact_createVolker Lendecke2007-12-051-12/+38
* Tiny refactoringsVolker Lendecke2007-12-051-17/+12
* Split out sd parsingVolker Lendecke2007-12-051-5/+33
* ReformattingVolker Lendecke2007-12-051-9/+12
* Align formatting, one TALLOC_FREE is enoughVolker Lendecke2007-12-051-5/+5
* Move pulling the ea list out of the wayVolker Lendecke2007-12-051-14/+8
* ReformattingVolker Lendecke2007-12-051-10/+12
* Put posix semantic calculation in the same place in both routinesVolker Lendecke2007-12-051-9/+9
* Tiny refactoringVolker Lendecke2007-12-051-6/+8
* Tiny refactoringVolker Lendecke2007-12-051-3/+3
* TALLOC_FREE earlyVolker Lendecke2007-12-051-4/+10
* consolidate srvstr_get_path in ntcreate_and_XVolker Lendecke2007-12-051-89/+59
* Tiny refactoringVolker Lendecke2007-12-051-3/+2
* tiny refactoringVolker Lendecke2007-12-051-4/+5
* In nttransact_create, we also need to check for delete readonlyVolker Lendecke2007-12-011-1/+2