summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7669.Jeremy Allison2010-09-151-3/+14
* s3: Fix shadow copy display on Windows 7Volker Lendecke2009-12-011-1/+1
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-101-1/+1
* s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-081-7/+7
* Set PRESENT flag when returning NULL [SD]ACL like Windows does.Steven Danneman2008-12-011-1/+9
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-271-3/+3
* Fix to allow setting of NULL DACL/SACLSteven Danneman2008-11-241-11/+2
* Fix the build (hangs head in shame :-).Jeremy Allison2008-11-131-1/+1
* Pretty print out SD's on get/set.Jeremy Allison2008-11-121-0/+10
* Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...Jeremy Allison2008-11-061-0/+3
* Fix a "nexted extern declaration" warningVolker Lendecke2008-10-111-1/+1
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-081-0/+5
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-081-12/+10
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-201-0/+12
* Introduce is_known_pipenameVolker Lendecke2008-07-191-35/+1
* Remove current_user references from nttrans.cVolker Lendecke2008-06-191-3/+2
* Remove current_user references from trans2.cVolker Lendecke2008-06-191-2/+2
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-191-3/+3
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-191-1/+1
* Simplify fake_file logicVolker Lendecke2008-05-161-1/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-4/+6
* Remove a couple of uses of SMB_VFS_GET_NT_ACL(), useJeremy Allison2008-05-091-8/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-7/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-1/+1
* Remove two pointless else branchesVolker Lendecke2008-04-141-7/+5
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-071-38/+51
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-1/+1
* smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher2008-04-011-24/+3
* Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison2008-03-111-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-03-111-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