summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-6/+4
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-496/+308
2007-10-10r24500: Add check that bcc is correct in an incoming packet.Jeremy Allison1-1/+10
2007-10-10r24468: Don't forget the +4 for length :-).Jeremy Allison1-2/+2
2007-10-10r24467: Do range checking on incoming smb request.Jeremy Allison1-0/+14
2007-10-10r24457: Convert reply_tcon to the new APIVolker Lendecke1-1/+1
2007-10-10r24453: Remove the read and write bmpx callsVolker Lendecke1-4/+4
2007-10-10r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...Jeremy Allison1-1/+1
2007-10-10r24444: Convert reply_find[n]close to the new APIVolker Lendecke1-2/+2
2007-10-10r24443: Convert reply_search/fclose to the new APIVolker Lendecke1-4/+4
2007-10-10r24442: Convert reply_copy to the new APIVolker Lendecke1-1/+1
2007-10-10r24441: Convert reply_ioctl to the new APIVolker Lendecke1-1/+1
2007-10-10r24440: Convert the reply_sendXX functions to the new APIVolker Lendecke1-4/+4
2007-10-10r24439: Convert reply_get/setattrE to the new APIVolker Lendecke1-2/+2
2007-10-10r24436: Convert reply_lockread/writeunlock to the new APIVolker Lendecke1-2/+2
2007-10-10r24433: Convert reply_ntrename to the new APIVolker Lendecke1-1/+1
2007-10-10r24431: Convert the reply_printXX calls to the new APIVolker Lendecke1-4/+4
2007-10-10r24430: Convert reply_writeclose to the new APIVolker Lendecke1-1/+1
2007-10-10r24428: Convert reply_unlock to the new APIVolker Lendecke1-1/+1
2007-10-10r24427: Convert reply_lock to the new APIVolker Lendecke1-1/+1
2007-10-10r24426: Convert reply_read to the new APIVolker Lendecke1-1/+1
2007-10-10r24425: Convert reply_write to the new APIVolker Lendecke1-1/+1
2007-10-10r24423: Convert reply_lseek to the new APIVolker Lendecke1-1/+1
2007-10-10r24422: Convert reply_ctemp to the new APIVolker Lendecke1-1/+1
2007-10-10r24417: Convert reply_setatr to the new APIVolker Lendecke1-1/+1
2007-10-10r24415: Convert reply_getatr to the new APIVolker Lendecke1-1/+1
2007-10-10r24414: Convert reply_mv to the new APIVolker Lendecke1-1/+1
2007-10-10r24412: Convert reply_open to the new APIVolker Lendecke1-1/+1
2007-10-10r24406: Push reply_prep_legacy into reply_lockingXVolker Lendecke1-1/+1
2007-10-10r24404: Remove get_OutBuffer usage from blocking.cVolker Lendecke1-5/+0
2007-10-10r24387: Convert readbraw to the new api. Volker, keep checking inJeremy Allison1-1/+1
2007-10-10r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> co...Jeremy Allison1-2/+2
2007-10-10r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke1-2/+2
2007-10-10r24349: For large read&x we need more than 64k of outbuf.Volker Lendecke1-1/+12
2007-10-10r24328: Restore chain_reply error handlingVolker Lendecke1-2/+3
2007-10-10r24327: First round of fixes to chain_replyVolker Lendecke1-3/+4
2007-10-10r24322: Wrap reply_read_and_X in reply_prep_legacyVolker Lendecke1-1/+1
2007-10-10r24318: Print a prominent warning when reply_prep_legacy is calledVolker Lendecke1-0/+2
2007-10-10r24271: Push reply_prep_legacy into reply_write_and_XVolker Lendecke1-1/+1
2007-10-10r24231: Push allocating InBuffer/OutBuffer into reply_transsVolker Lendecke1-1/+1
2007-10-10r24229: Push allocating InBuffer/OutBuffer into reply_transsVolker Lendecke1-1/+1
2007-10-10r24225: Convert reply_flush to the new APIVolker Lendecke1-1/+1
2007-10-10r24223: Convert reply_echo to the new APIVolker Lendecke1-1/+1
2007-10-10r24159: Convert reply_transs2 to the new APIVolker Lendecke1-1/+1
2007-10-10r24156: Convert reply_trans2 to the new APIVolker Lendecke1-1/+1
2007-10-10r24135: Convert call_trans2open to the new APIVolker Lendecke1-1/+1
2007-10-10r24119: Convert reply_exit to the new APIVolker Lendecke1-1/+1
2007-10-10r24100: Convert reply_ntcancel to the new APIVolker Lendecke1-1/+1
2007-10-10r24091: Convert reply_ntcreate_and_X to the new APIVolker Lendecke1-1/+1
2007-10-10r24089: Add reply_prep/post_legacyVolker Lendecke1-0/+54