Fix bug 5006
[metze/old/v3-2-winbind-ndr.git] / source / smbd / reply.c
2007-10-04 vlendecFix bug 5006
2007-09-13 jraMore pstring elimination. Add a TALLOC_CTX parameter
2007-09-12 jraThe mega-patch Jerry was waiting for. Remove all pstrin...
2007-09-11 jraMove to talloced pathnames on most code paths.
2007-09-11 jraRewrite msdfs code to use talloced filenames. Passes...
2007-09-10 vlendecAdd file_id_string_tos
2007-09-07 jraLarge patch discussed with Volker. Move unix_convert...
2007-08-27 vlendecRemove the old API pointers
2007-08-25 vlendecSome formatting changes helping to minimize the 3_2_0...
2007-08-19 vlendecFix the case-changing renames
2007-08-17 jraAdded bcc test for reply_tcon & removed Vl's comment...
2007-08-16 jraMore extra code into a function, reply_openerror.
2007-08-16 jraFix the mappings in reply_opeXXX calls. Now to test...
2007-08-15 vlendecFix Bug 4852, thank to anto <sistemac@prosoft.ba> for...
2007-08-15 vlendecConvert reply_tcon to the new API
2007-08-15 vlendecRemove the read and write bmpx calls
2007-08-15 jraConvert SMBwritebraw. No test suite unfortunately....
2007-08-14 vlendecConvert reply_search/fclose to the new API
2007-08-14 vlendecConvert reply_copy to the new API
2007-08-14 vlendecConvert reply_ioctl to the new API
2007-08-14 vlendecConvert reply_get/setattrE to the new API
2007-08-14 vlendecConvert reply_lockread/writeunlock to the new API
2007-08-14 vlendecConvert the reply_printXX calls to the new API
2007-08-14 vlendecConvert reply_writeclose to the new API
2007-08-14 vlendecreply_setdir is not used...
2007-08-14 vlendecConvert reply_unlock to the new API
2007-08-14 vlendecConvert reply_lock to the new API
2007-08-14 vlendecConvert reply_read to the new API
2007-08-14 vlendecConvert reply_write to the new API
2007-08-14 vlendecConvert reply_lseek to the new API
2007-08-14 vlendecConvert reply_ctemp to the new API
2007-08-14 vlendecConvert reply_setatr to the new API
2007-08-14 vlendecConvert reply_getatr to the new API
2007-08-14 vlendecConvert reply_mv to the new API
2007-08-14 vlendecConvert reply_open to the new API
2007-08-14 vlendecCheck wct in reply_open
2007-08-14 vlendecRemove reply_prep_legacy from reply_lockingX
2007-08-14 vlendecPush reply_prep_legacy into reply_lockingX
2007-08-14 vlendecCheck wct in reply_lockingX
2007-08-14 vlendecFix a 64-bit warning
2007-08-14 vlendecMinor simplifications
2007-08-14 jraConvert readbraw to the new api. Volker, keep checking in
2007-08-13 jraPiss off Volker (not deliberately) by checking in a...
2007-08-13 vlendecConvert call_nt_transact_ioctl to the new API
2007-08-13 metzemove reply_outbuf() to the place where it's used
2007-08-12 vlendecRemove reply_prep_legacy from reply_read_and_X
2007-08-12 vlendecDo not use inbuf/outbuf in the sendfile path of read_and_X
2007-08-12 vlendecfake_sendfile does not need Inbuf/Outbuf
2007-08-12 vlendecPush reply_prep_legacy into send_file_readX
2007-08-11 vlendecschedule_aio_read_and_X does not need InBuf/OutBuf
2007-08-11 vlendecPush down reply_prep_legacy in reply_read_and_X
2007-08-11 vlendecNo reply_prep_legacy() in reply_pipe_read_and_X
2007-08-11 vlendecRemove the reply_read_and_X wrapper function
2007-08-11 vlendecWrap reply_read_and_X in reply_prep_legacy
2007-08-10 vlendecCheck wct in reply_read_and_X
2007-08-10 metzethe check_fsp() function has an explicit user argument
2007-08-08 vlendecRemove reply_prep_legacy from reply_write_and_X
2007-08-08 vlendecPush down reply_prep_legacy in reply_write_and_X
2007-08-07 vlendecPush reply_prep_legacy into reply_write_and_X
2007-08-07 vlendecFix some END_PROFILE(SMBwriteX)
2007-08-07 vlendecCheck wct in reply_write_and_X
2007-08-04 vlendecConvert reply_flush to the new API
2007-08-04 vlendecConvert reply_echo to the new API
2007-08-02 vlendecAdd check_fsp as a replacement for CHECK_FSP
2007-08-02 vlendecConvert call_trans2open to the new API
2007-08-02 vlendecExplicitly pass flags2 to srvstr_push
2007-08-02 metzeadd a file_id_create() hook into the VFS layer
2007-08-02 vlendecConvert reply_exit to the new API
2007-07-31 vlendecPass the fid instead of inbuf and an offset to file_fsp.
2007-07-31 vlendecConvert reply_unlink to the new API
2007-07-30 vlendecConvert reply_ulogoffX to the new API
2007-07-30 vlendecConvert reply_rmdir to the new API
2007-07-30 vlendecConvert reply_rmdir to the new API
2007-07-30 vlendecConvert reply_mkdir to the new API
2007-07-30 vlendecConvert reply_dskattr to the new API
2007-07-30 vlendecConvert reply_tdis to the new API
2007-07-30 vlendecFix a missing END_PROFILE call
2007-07-23 vlendecConvert reply_checkpath to the new API
2007-07-23 vlendecConvert reply_tcon_and_X to the new API
2007-07-23 vlendecConvert reply_open_and_X
2007-07-23 vlendecConvert reply_close to the new API
2007-07-23 vlendecCheck in the infrastructure for getting rid of the...
2007-07-22 vlendecSome const
2007-07-17 jraRevert back to Volker's original logic to fix the
2007-07-17 jraRevert r23910 to try and fix the build farm. I
2007-07-17 jraWe used to deny renames on the
2007-07-17 jraGet closer to passing the cthon tests for delete open...
2007-07-16 vlendecRemove an unused variable reference
2007-07-16 jraFix uninitialized read in devicetype noticed by Volker.
2007-07-13 jraAdded srvstr_pull_buf_talloc() and srvstr_pull_talloc()
2007-07-10 tridgeuse the GPLv3 boilerplate as recommended by the FSF...
2007-07-09 jraChange from v2 or later to v3 or later.
2007-07-09 jraFix bug introduced by checkin 22920, allow large
2007-07-06 vlendecForgot one reference to inbuf
2007-07-05 vlendecExplicitly pass down FLAGS2 to srvstr_get_path.
2007-07-05 vlendecExplicitly pass down the FLAGS2 field to srvstr_pull_bu...
2007-07-05 vlendecReduce access to the global inbuf a tiny bit. Add a...
2007-06-18 vlendecFix for wild-card rename: We can't return directly...
2007-06-16 vlendecGaa -- had renamed "name" to "path" and apparently...
2007-06-16 vlendecSave us a kilobyte stack space in a hot code path:...
next