summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24431: Convert the reply_printXX calls to the new APIVolker Lendecke2-51/+111
2007-10-10r24430: Convert reply_writeclose to the new APIVolker Lendecke2-19/+37
2007-10-10r24429: reply_setdir is not used...Volker Lendecke1-53/+0
2007-10-10r24428: Convert reply_unlock to the new APIVolker Lendecke2-12/+25
2007-10-10r24427: Convert reply_lock to the new APIVolker Lendecke2-11/+23
2007-10-10r24426: Convert reply_read to the new APIVolker Lendecke2-20/+41
2007-10-10r24425: Convert reply_write to the new APIVolker Lendecke3-36/+56
2007-10-10r24423: Convert reply_lseek to the new APIVolker Lendecke2-13/+26
2007-10-10r24422: Convert reply_ctemp to the new APIVolker Lendecke2-34/+53
2007-10-10r24417: Convert reply_setatr to the new APIVolker Lendecke2-20/+35
2007-10-10r24415: Convert reply_getatr to the new APIVolker Lendecke2-21/+31
2007-10-10r24414: Convert reply_mv to the new APIVolker Lendecke2-27/+46
2007-10-10r24412: Convert reply_open to the new APIVolker Lendecke2-38/+51
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 Lendecke2-18/+49
2007-10-10r24405: Check wct in reply_lockingXVolker Lendecke1-8/+19
2007-10-10r24404: Remove get_OutBuffer usage from blocking.cVolker Lendecke2-32/+14
2007-10-10r24403: Remove reply_prep_legacy from send_nttrans_repliesVolker Lendecke1-48/+50
2007-10-10r24402: Fix a 64-bit warningVolker Lendecke1-1/+1
2007-10-10r24401: Push reply_prep_legacy into send_nt_repliesVolker Lendecke1-48/+32
2007-10-10r24400: Fix a valgrind bugVolker Lendecke1-2/+4
2007-10-10r24399: Change change_notify_reply to use send_nt_replies_newVolker Lendecke2-12/+7
2007-10-10r24398: Convert call_nt_transact_notify_change to the new APIVolker Lendecke2-49/+39
2007-10-10r24394: Convert call_nt_transact_rename to the new APIVolker Lendecke1-38/+27
2007-10-10r24393: Convert call_nt_transact_set_user_quota to the new APIVolker Lendecke1-38/+35
2007-10-10r24392: Minor simplificationsVolker Lendecke1-4/+2
2007-10-10r24391: Convert call_nt_transact_get_user_quota to the new APIVolker Lendecke1-43/+45
2007-10-10r24387: Convert readbraw to the new api. Volker, keep checking inJeremy Allison2-57/+122
2007-10-10r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> co...Jeremy Allison2-34/+54
2007-10-10r24385: Convert call_nt_transact_query_security_desc to the new APIVolker Lendecke1-38/+35
2007-10-10r24384: Convert call_nt_transact_set_security_desc to the new APIVolker Lendecke1-30/+25
2007-10-10r24383: Convert call_nt_transact_ioctl to the new APIVolker Lendecke2-52/+71
2007-10-10r24382: Remove reply_prep_legacy from call_nt_transact_createVolker Lendecke1-83/+34
2007-10-10r24381: Push reply_prep_legacy into call_nt_transact_createVolker Lendecke1-68/+98
2007-10-10r24368: Push down reply_prep_legacy one levelVolker Lendecke1-55/+167
2007-10-10r24367: Push reply_prep_legacy into handle_nttransVolker Lendecke1-47/+32
2007-10-10r24362: Initialize padding also when no params are sent backVolker Lendecke1-4/+6
2007-10-10r24361: Push reply_prep_legacy down in reply_nttrans[s]Volker Lendecke1-53/+64
2007-10-10r24359: Fix the buildVolker Lendecke1-1/+1
2007-10-10r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke2-23/+55
2007-10-10r24357: Check wct in reply_nttrans[s]Volker Lendecke1-6/+21
2007-10-10r24356: Add send_nt_replies_new wrapperVolker Lendecke1-0/+18
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-10r24349: For large read&x we need more than 64k of outbuf.Volker Lendecke1-1/+12
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 Lendecke2-21/+19