summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-1/+2
2007-10-10r24119: Convert reply_exit to the new APIVolker Lendecke1-6/+4
2007-10-10r24102: Pass the fid instead of inbuf and an offset to file_fsp.Volker Lendecke1-23/+23
2007-10-10r24088: Convert reply_unlink to the new APIVolker Lendecke1-21/+31
2007-10-10r24086: Convert reply_ulogoffX to the new APIVolker Lendecke1-11/+16
2007-10-10r24085: Convert reply_rmdir to the new APIVolker Lendecke1-15/+24
2007-10-10r24084: Convert reply_mkdir to the new APIVolker Lendecke1-15/+24
2007-10-10r24079: Convert reply_dskattr to the new APIVolker Lendecke1-14/+14
2007-10-10r24077: Convert reply_tdis to the new APIVolker Lendecke1-10/+7
2007-10-10r24071: Fix a missing END_PROFILE callVolker Lendecke1-0/+1
2007-10-10r24004: Convert reply_checkpath to the new APIVolker Lendecke1-16/+23
2007-10-10r24003: Convert reply_tcon_and_X to the new APIVolker Lendecke1-44/+72
2007-10-10r23999: Convert reply_open_and_XVolker Lendecke1-49/+78
2007-10-10r23998: Convert reply_close to the new APIVolker Lendecke1-12/+19
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-14/+29
2007-10-10r23992: Some constVolker Lendecke1-2/+2
2007-10-10r23913: Revert back to Volker's original logic to fix theJeremy Allison1-1/+1
2007-10-10r23911: Revert r23910 to try and fix the build farm. IJeremy Allison1-9/+0
2007-10-10r23910: We used to deny renames on theJeremy Allison1-0/+9
2007-10-10r23909: Get closer to passing the cthon tests for delete open file.Jeremy Allison1-3/+6
2007-10-10r23904: Remove an unused variable referenceVolker Lendecke1-1/+0
2007-10-10r23902: Fix uninitialized read in devicetype noticed by Volker.Jeremy Allison1-1/+1
2007-10-10r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()Jeremy Allison1-42/+73