summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23467: Next little simplification: In rename_internals it's a bit pointless toVolker Lendecke1-38/+13
2007-10-10r23466: Fix RAW-NOTIFY: by using delete on close the notify is triggered deepVolker Lendecke1-6/+0
2007-10-10r23457: After Jeremy's ack:Volker Lendecke1-24/+29
2007-10-10r23445: Fix suggested by Volker. Don't call rename_open_filesJeremy Allison1-2/+0
2007-10-10r23299: Fix the build for !WITH_SENDFILE.James Peach1-4/+3
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-20/+19
2007-10-10r23107: Fix renames on file descriptors that are supposed to overwrite theJeremy Allison1-3/+4
2007-10-10r23100: Implement the delete on close semantics I've just tested forJeremy Allison1-7/+47
2007-10-10r23088: Fix rename for cifsfs client. This may be needed forJeremy Allison1-2/+2
2007-10-10r23016: Remove extra & - thanks to Volker for spotting this.Jeremy Allison1-1/+1
2007-10-10r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison1-4/+9