summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23752: Fix bug introduced by checkin 22920, allow largeJeremy Allison1-3/+1
2007-10-10r23731: Forgot one reference to inbufVolker Lendecke1-1/+1
2007-10-10r23727: Explicitly pass down FLAGS2 to srvstr_get_path.Volker Lendecke1-25/+55
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-9/+18
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-22/+42
2007-10-10r23538: Fix for wild-card rename: We can't return directly on error, we need toVolker Lendecke1-2/+2
2007-10-10r23523: Gaa -- had renamed "name" to "path" and apparently not compiled afterVolker Lendecke1-1/+1
2007-10-10r23522: Save us a kilobyte stack space in a hot code path: I can't see a reasonVolker Lendecke1-30/+23
2007-10-10r23517: After Jeremy has given is ack on irc:Volker Lendecke1-179/+61
2007-10-10r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison1-8/+50
2007-10-10r23501: Move notify_rename before rename_internals_fsp and call it from there.Volker Lendecke1-42/+44
2007-10-10r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke1-2/+13
2007-10-10r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke1-18/+33
2007-10-10r23483: Revert 23482, I must have run 'make test' in the wrong subdir.Volker Lendecke1-14/+18
2007-10-10r23482: Slightly simplify the rename code: Remove two local variables that areVolker Lendecke1-18/+14
2007-10-10r23469: Fix a commentVolker Lendecke1-1/+1