summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison1-2/+20
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+3
2007-11-02Change the client library to write directly out ofJeremy Allison1-5/+10
2007-11-02Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison1-4/+4
2007-11-01Ensure we can't accidently do a pipe write withJeremy Allison1-0/+5
2007-11-01Be careful and take care of the correct lengths in largeJeremy Allison1-9/+7
2007-11-01Ensure we detect a large writeX when using recvfile.Jeremy Allison1-1/+2
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-1/+1
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-1/+1
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-14/+81
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-52/+52
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-15/+13
2007-10-10r25502: Fix bug 5006Volker Lendecke1-1/+1
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-17/+20
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-181/+288
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-103/+146
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-90/+123
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-2/+2
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-177/+312
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