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