summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-90/+123
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-2/+2
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-177/+312
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-9/+6
* r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke2007-10-101-8/+8
* r24548: Fix the case-changing renamesVolker Lendecke2007-10-101-14/+9
* r24501: Added bcc test for reply_tcon & removed Vl's comment :-).Jeremy Allison2007-10-101-6/+5
* r24498: More extra code into a function, reply_openerror.Jeremy Allison2007-10-101-38/+5
* r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.Jeremy Allison2007-10-101-7/+24
* r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it.Volker Lendecke2007-10-101-0/+14
* r24457: Convert reply_tcon to the new APIVolker Lendecke2007-10-101-29/+25
* r24453: Remove the read and write bmpx callsVolker Lendecke2007-10-101-256/+28
* r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...Jeremy Allison2007-10-101-61/+150
* r24443: Convert reply_search/fclose to the new APIVolker Lendecke2007-10-101-57/+95
* r24442: Convert reply_copy to the new APIVolker Lendecke2007-10-101-38/+84
* r24441: Convert reply_ioctl to the new APIVolker Lendecke2007-10-101-20/+36
* r24439: Convert reply_get/setattrE to the new APIVolker Lendecke2007-10-101-25/+50
* r24436: Convert reply_lockread/writeunlock to the new APIVolker Lendecke2007-10-101-40/+78
* r24431: Convert the reply_printXX calls to the new APIVolker Lendecke2007-10-101-47/+107
* r24430: Convert reply_writeclose to the new APIVolker Lendecke2007-10-101-18/+36
* r24429: reply_setdir is not used...Volker Lendecke2007-10-101-53/+0
* r24428: Convert reply_unlock to the new APIVolker Lendecke2007-10-101-11/+24
* r24427: Convert reply_lock to the new APIVolker Lendecke2007-10-101-10/+22
* r24426: Convert reply_read to the new APIVolker Lendecke2007-10-101-19/+40
* r24425: Convert reply_write to the new APIVolker Lendecke2007-10-101-21/+40
* r24423: Convert reply_lseek to the new APIVolker Lendecke2007-10-101-12/+25
* r24422: Convert reply_ctemp to the new APIVolker Lendecke2007-10-101-33/+52
* r24417: Convert reply_setatr to the new APIVolker Lendecke2007-10-101-19/+34
* r24415: Convert reply_getatr to the new APIVolker Lendecke2007-10-101-20/+30
* r24414: Convert reply_mv to the new APIVolker Lendecke2007-10-101-26/+45
* r24412: Convert reply_open to the new APIVolker Lendecke2007-10-101-37/+50
* r24409: Check wct in reply_openVolker Lendecke2007-10-101-2/+8
* r24408: Remove reply_prep_legacy from reply_lockingXVolker Lendecke2007-10-101-24/+22
* r24406: Push reply_prep_legacy into reply_lockingXVolker Lendecke2007-10-101-17/+48
* r24405: Check wct in reply_lockingXVolker Lendecke2007-10-101-8/+19
* r24402: Fix a 64-bit warningVolker Lendecke2007-10-101-1/+1
* r24392: Minor simplificationsVolker Lendecke2007-10-101-4/+2
* r24387: Convert readbraw to the new api. Volker, keep checking inJeremy Allison2007-10-101-56/+121
* r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> co...Jeremy Allison2007-10-101-32/+52
* r24383: Convert call_nt_transact_ioctl to the new APIVolker Lendecke2007-10-101-0/+16
* r24355: move reply_outbuf() to the place where it's usedStefan Metzmacher2007-10-101-1/+1
* r24351: Remove reply_prep_legacy from reply_read_and_XVolker Lendecke2007-10-101-20/+17
* r24348: Do not use inbuf/outbuf in the sendfile path of read_and_XVolker Lendecke2007-10-101-17/+19
* r24347: fake_sendfile does not need Inbuf/OutbufVolker Lendecke2007-10-101-7/+23
* r24346: Push reply_prep_legacy into send_file_readXVolker Lendecke2007-10-101-39/+32
* r24332: schedule_aio_read_and_X does not need InBuf/OutBufVolker Lendecke2007-10-101-8/+7
* r24325: Push down reply_prep_legacy in reply_read_and_XVolker Lendecke2007-10-101-14/+14
* r24324: No reply_prep_legacy() in reply_pipe_read_and_XVolker Lendecke2007-10-101-9/+7
* r24323: Remove the reply_read_and_X wrapper functionVolker Lendecke2007-10-101-49/+63
* r24322: Wrap reply_read_and_X in reply_prep_legacyVolker Lendecke2007-10-101-1/+28