Write times code update.
[jra/samba/.git] / source3 / smbd / reply.c
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).
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_LSEEK().
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
2008-01-02 Volker LendeckeConvert reply_mknew to create_file
2008-01-02 Volker LendeckeConvert reply_open_and_X to create_file
2008-01-02 Volker LendeckeConvert reply_open to create_file
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeSome C++ warnings
2007-11-08 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-08 Jeremy AllisonConstrain "min receivefile size" to max of BUFFER_SIZE
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-02 Jeremy AllisonChange the client library to write directly out of
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-02 Jeremy AllisonArgggh. smblen doesn't include the +4, so my smb_doff...
2007-11-02 Jeremy AllisonEnsure we can't accidently do a pipe write with
2007-11-02 Jeremy AllisonBe careful and take care of the correct lengths in...
2007-11-02 Jeremy AllisonEnsure we detect a large writeX when using recvfile.
2007-10-31 Jeremy AllisonFix some cases where file_set_dosmode was being passed
2007-10-31 Jeremy AllisonHandle the disk full error case correctly.
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker25502: Fix bug 5006
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Volker Lendecker25055: Add file_id_string_tos
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Volker Lendecker24702: Remove the old API pointers
2007-10-10 Volker Lendecker24659: Some formatting changes helping to minimize...
2007-10-10 Volker Lendecker24548: Fix the case-changing renames
2007-10-10 Jeremy Allisonr24501: Added bcc test for reply_tcon & removed Vl...
2007-10-10 Jeremy Allisonr24498: More extra code into a function, reply_openerror.
2007-10-10 Jeremy Allisonr24476: Fix the mappings in reply_opeXXX calls. Now...
2007-10-10 Volker Lendecker24461: Fix Bug 4852, thank to anto <sistemac@prosoft...
next