Fix some "set but never used" warnings
[kamenim/samba-autobuild/.git] / source3 / smbd / reply.c
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-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...
2007-10-10 Volker Lendecker24457: Convert reply_tcon to the new API
2007-10-10 Volker Lendecker24453: Remove the read and write bmpx calls
2007-10-10 Jeremy Allisonr24445: Convert SMBwritebraw. No test suite unfortunate...
2007-10-10 Volker Lendecker24443: Convert reply_search/fclose to the new API
2007-10-10 Volker Lendecker24442: Convert reply_copy to the new API
2007-10-10 Volker Lendecker24441: Convert reply_ioctl to the new API
2007-10-10 Volker Lendecker24439: Convert reply_get/setattrE to the new API
2007-10-10 Volker Lendecker24436: Convert reply_lockread/writeunlock to the new API
2007-10-10 Volker Lendecker24431: Convert the reply_printXX calls to the new API
2007-10-10 Volker Lendecker24430: Convert reply_writeclose to the new API
2007-10-10 Volker Lendecker24429: reply_setdir is not used...
2007-10-10 Volker Lendecker24428: Convert reply_unlock to the new API
2007-10-10 Volker Lendecker24427: Convert reply_lock to the new API
2007-10-10 Volker Lendecker24426: Convert reply_read to the new API
2007-10-10 Volker Lendecker24425: Convert reply_write to the new API
2007-10-10 Volker Lendecker24423: Convert reply_lseek to the new API
2007-10-10 Volker Lendecker24422: Convert reply_ctemp to the new API
2007-10-10 Volker Lendecker24417: Convert reply_setatr to the new API
2007-10-10 Volker Lendecker24415: Convert reply_getatr to the new API
2007-10-10 Volker Lendecker24414: Convert reply_mv to the new API
2007-10-10 Volker Lendecker24412: Convert reply_open to the new API
2007-10-10 Volker Lendecker24409: Check wct in reply_open
2007-10-10 Volker Lendecker24408: Remove reply_prep_legacy from reply_lockingX
2007-10-10 Volker Lendecker24406: Push reply_prep_legacy into reply_lockingX
2007-10-10 Volker Lendecker24405: Check wct in reply_lockingX
2007-10-10 Volker Lendecker24402: Fix a 64-bit warning
2007-10-10 Volker Lendecker24392: Minor simplifications
2007-10-10 Jeremy Allisonr24387: Convert readbraw to the new api. Volker, keep...
2007-10-10 Jeremy Allisonr24386: Piss off Volker (not deliberately) by checking...
2007-10-10 Volker Lendecker24383: Convert call_nt_transact_ioctl to the new API
2007-10-10 Stefan Metzmacherr24355: move reply_outbuf() to the place where it's...
2007-10-10 Volker Lendecker24351: Remove reply_prep_legacy from reply_read_and_X
2007-10-10 Volker Lendecker24348: Do not use inbuf/outbuf in the sendfile path...
2007-10-10 Volker Lendecker24347: fake_sendfile does not need Inbuf/Outbuf
2007-10-10 Volker Lendecker24346: Push reply_prep_legacy into send_file_readX
2007-10-10 Volker Lendecker24332: schedule_aio_read_and_X does not need InBuf...
2007-10-10 Volker Lendecker24325: Push down reply_prep_legacy in reply_read_and_X
2007-10-10 Volker Lendecker24324: No reply_prep_legacy() in reply_pipe_read_and_X
2007-10-10 Volker Lendecker24323: Remove the reply_read_and_X wrapper function
2007-10-10 Volker Lendecker24322: Wrap reply_read_and_X in reply_prep_legacy
2007-10-10 Volker Lendecker24319: Check wct in reply_read_and_X
2007-10-10 Stefan Metzmacherr24306: the check_fsp() function has an explicit user...
next