s3: Modify direct callers of open_file_ntcreate and open_directory to call SMB_VFS_CR...
[samba.git] / source3 / smbd / nttrans.c
2008-12-04 Tim Proutys3: Modify direct callers of open_file_ntcreate and...
2008-12-04 Tim Proutys3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
2008-12-04 Tim Proutys3: Add SMB_VFS_CREATE_FILE to the vfs layer
2008-11-30 Steven DannemanSet PRESENT flag when returning NULL [SD]ACL like Windo...
2008-11-28 Volker LendeckeRemove "conn" parameter from np_open, smb_request conta...
2008-11-28 Volker LendeckeConsolidate the buffer checks for the reply_trans style...
2008-11-28 Volker LendeckeRemove the variable "size" from reply_nttrans
2008-11-27 Volker LendeckeFix the offset checks in the trans routines
2008-11-24 Steven DannemanFix to allow setting of NULL DACL/SACL
2008-11-13 Tim ProutyFix build break
2008-11-13 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-13 Jeremy AllisonPretty print out SD's on get/set.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-08 Volker LendeckeDo not write into inbuf for the transs request
2008-11-08 Volker LendeckeRemove a direct inbuf reference from reply_nttrans()
2008-11-08 Volker LendeckeConverting notify.c to store a request, not an inbuf
2008-11-06 Jeremy AllisonFinal fix to make us pass NULL SD test in RAW-ACLs...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckeUse "vwv" in trans parsing
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-02 Volker LendeckeSimplify params of srvstr_pull_buf_talloc()
2008-11-02 Volker LendeckeAdd srvstr_get_path_req[_wcard]
2008-11-01 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-10-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-25 Volker LendeckeMove the is_known_pipename check into np_open
2008-10-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-22 Volker LendeckeFix a debug message in send_nt_replies()
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-13 Volker LendeckeUse "struct files_struct" for pipes instead of smb_np_s...
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_fsp
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Volker LendeckeFix a "nexted extern declaration" warning
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonFor the vfs_acl_xattr.c module, make sure we map GENERI...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-09 Jelmer VernooijMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-09 Volker LendeckeAdd some debug to reply_nttrans
2008-09-08 Volker LendeckeFix calculation of useable_space for trans2 and nttrans...
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-20 Stefan Metzmachersmbd: fix the handling of create_options to pass RAW...
2008-07-19 Volker LendeckeIntroduce is_known_pipename
2008-06-19 Volker LendeckeRemove current_user references from nttrans.c
2008-06-19 Volker LendeckeRemove current_user references from trans2.c
2008-06-19 Volker LendeckeRemove the "current_user" arg from fsp_belongs_conn
2008-06-19 Volker LendeckeRemove the "current_user" arg from check_fsp
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-16 Volker LendeckeSimplify fake_file logic
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2008-05-09 Jeremy AllisonRemove a couple of uses of SMB_VFS_GET_NT_ACL(), use
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-04-14 Volker LendeckeRemove two pointless else branches
2008-04-08 Jeremy AllisonRewrite the wrap checks to deal with gcc 4.x optimisations.
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-04-01 Stefan Metzmachersmbd: ignore nttrans renames as w2k3 does
2008-03-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-11 Jeremy AllisonUsing Metze's S4 nttrans rename test, the nttrans rename
2008-03-11 Jeremy AllisonTry and fix bug #5315, as well as S4 torture tests...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-22 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-22 Volker LendeckeDon't use fname after create_file has been called
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-19 Volker LendeckeAdd "split_ntfs_stream_name()" together with a torture...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Jeremy AllisonMake use of talloc_pool in the main codepaths. Remove...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonNow conn is part of smb_request, we don't need it as
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-16 Volker Lendeckemake use of [un]marshall_sec_desc, allow for fd==-1...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Volker LendeckeAttempt to fix make test :-)
2007-12-07 Volker LendeckePass only internal oplock request values to create_file
2007-12-07 Volker LendeckeMore parameter shuffling
2007-12-07 Volker LendeckeRe-arrange create_file() parameters
2007-12-05 Volker LendeckeThere's no point in passing down a 0
2007-12-05 Volker LendeckeMove create_file to open.c
2007-12-05 Volker LendeckeFix an uninitialized variable
2007-12-05 Volker LendeckeFix debug
2007-12-05 Volker LendeckeFix attribute calculation for ntcreate&x
2007-12-05 Volker LendeckeFix error returns
2007-12-05 Volker LendeckeFix debugs
2007-12-05 Volker LendeckeImplement create_file()
2007-12-05 Volker LendeckeReformatting, also allow quotas for transact_create
next