s3:smbd: correctly verify stream names to pass RAW-STREAMS
[kai/samba.git] / source3 / smbd / reply.c
2008-12-01 Stefan Metzmachers3:smbd: correctly verify stream names to pass RAW...
2008-12-01 Stefan Metzmachers3:smbd: '|' isn't allowed in windows filenames
2008-11-21 Jeremy AllisonFirst part of fix for bug #5903 - vfs_streams_xattr...
2008-11-11 Jeremy AllisonFix bug 5889. "delete veto files = no" seems to break.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-08 Volker Lendeckechange CHECK_READ to use smb_request instead of inbuf
2008-11-04 Volker LendeckeAdd construct_reply_common_req wrapper
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckeRemove some inbuf references by adding "cmd" to smb_request
2008-11-02 Volker LendeckeRemove the inbuf reference from map_checkpath_error()
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-02 Volker LendeckeRename "inbuf" to "base_ptr" in srvstr_get_path_*
2008-11-02 Volker LendeckeRemove some direct inbuf references by adding smbreq_bufrem
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-11-01 Volker LendeckeIn reply_copy, don't write to inbuf when splitting...
2008-11-01 Volker LendeckeIn reply_search(), don't write to inbuf when splitting...
2008-11-01 Volker LendeckeApply some const to get_lock_*()
2008-11-01 Volker LendeckeAdd a "buflen" struct member to smb_request
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker LendeckeFix nonempty blank lines
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker LendeckeInline the once-used macro "init_dfsroot"
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_new
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 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Volker LendeckeRemove unused CHECK_FSP macro
2008-10-04 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Jeremy AllisonSimply our main loop processing. A lot :-). Correctly...
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-09-30 Jeremy AllisonFix the make test problem Karolin reported. Now rename_...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-06 Jeremy AllisonWrite times code update.
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-01 Volker LendeckeSlightly simplify logic: remove an else branch
2008-08-27 Jeremy AllisonAdd st_birthtime and friends for accurate create times...
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Andrew TridgellEINVAL is also a valid error return, meaning "this...
2008-08-14 Jeremy AllisonFix for bug #5617, reported and patched by Bartosz...
2008-08-12 Andrew TridgellI found lots of places where we assume error will be...
2008-07-27 Volker LendeckeFix a debug message
2008-07-27 Volker LendeckeRemove a pointless CONST_DISCARD
2008-07-25 Jeremy AllisonFix bug creating files using DOS clients with mixed
2008-06-26 Volker LendeckeRemove current_user reference from printfsp.c
2008-06-19 Volker LendeckeRemove current_user references from trans2.c
2008-06-19 Volker LendeckeRemove reference to current_user from reply.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-04-08 Günther DeschnerFix the build of reply_setattrE().
2008-04-07 Stefan Metzmachersmbd: make it possible to disable get_file_infos()...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-04-07 Stefan Metzmacherlocking: store the write time in the locking.tdb
2008-03-29 Jeremy AllisonFix missing '&&'.
2008-03-29 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-29 Jeremy AllisonOnly allow sendfile on non-stream fsp's. Should fix...
2008-03-28 Volker Lendeckeprintclose has only 1 vwv
2008-03-11 Jeremy AllisonAllow us to pass RAW-RENAME by testing that the connect...
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-08 Karolin SeegerFix some typos.
2008-02-06 Alexander BokovoyChange the file time before we change the file mode.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-02 Volker LendeckeConvert read_data() to NTSTATUS
2008-02-02 Volker LendeckeMake get_srv_read_error static to process.c
2008-02-02 Volker LendeckeConvert read_smb_length to return NTSTATUS
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-31 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-30 Volker LendeckeRe-enable async I/O for non-TSM systems
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-20 Volker LendeckeFix some "set but never used" warnings
2008-01-20 Volker LendeckeDon't test split_ntfs_stream_name
2008-01-19 Volker LendeckeAdd streams support
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyAdd support for offline files support, remote storage...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Volker LendeckeConvert OpenDir to talloc, use talloc_tos()
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Michael AdamCombine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
2008-01-10 Volker Lendeckeuse talloc_tos in a few more places
2008-01-09 Jeremy AllisonFix resource leak found by coverity (CID 521).
next