summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r24278: Push down reply_prep_legacy in reply_write_and_XVolker Lendecke1-24/+23
2007-10-10r24271: Push reply_prep_legacy into reply_write_and_XVolker Lendecke1-16/+46
2007-10-10r24270: Fix some END_PROFILE(SMBwriteX)Volker Lendecke1-1/+3
2007-10-10r24269: Check wct in reply_write_and_XVolker Lendecke1-8/+21
2007-10-10r24225: Convert reply_flush to the new APIVolker Lendecke1-9/+21
2007-10-10r24223: Convert reply_echo to the new APIVolker Lendecke1-14/+25
2007-10-10r24141: Add check_fsp as a replacement for CHECK_FSPVolker Lendecke1-0/+27
2007-10-10r24135: Convert call_trans2open to the new APIVolker Lendecke1-0/+1
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke1-4/+10