summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-0/+2
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-8/+34
* Set PRESENT flag when returning NULL [SD]ACL like Windows does.Steven Danneman2008-11-301-1/+9
* Remove "conn" parameter from np_open, smb_request contains itVolker Lendecke2008-11-281-1/+1
* Consolidate the buffer checks for the reply_trans style functionsVolker Lendecke2008-11-281-57/+18
* Remove the variable "size" from reply_nttransVolker Lendecke2008-11-281-10/+13
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-271-3/+3
* Fix to allow setting of NULL DACL/SACLSteven Danneman2008-11-231-11/+2
* Fix build breakTim Prouty2008-11-121-1/+1
* Pretty print out SD's on get/set.Jeremy Allison2008-11-121-0/+10
* Do not write into inbuf for the transs requestVolker Lendecke2008-11-081-6/+5
* Remove a direct inbuf reference from reply_nttrans()Volker Lendecke2008-11-081-2/+1
* Converting notify.c to store a request, not an inbufVolker Lendecke2008-11-081-1/+2
* Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...Jeremy Allison2008-11-061-0/+3
* Use "vwv" in trans parsingVolker Lendecke2008-11-021-35/+30
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-021-2/+2
* Simplify params of srvstr_pull_buf_talloc()Volker Lendecke2008-11-021-2/+1
* Add srvstr_get_path_req[_wcard]Volker Lendecke2008-11-021-8/+6
* Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke2008-11-011-4/+4
* Move the is_known_pipename check into np_openVolker Lendecke2008-10-251-10/+5
* Fix a debug message in send_nt_replies()Volker Lendecke2008-10-221-3/+6
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-25/+25
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-131-11/+6
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-3/+3
* Pass struct smb_request to file_fspVolker Lendecke2008-10-131-7/+7
* 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
* Add some debug to reply_nttransVolker Lendecke2008-09-091-0/+11
* 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