summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcerpc_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-4/+0
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-215/+135
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-3/+3
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2004-02-02const fixesStefan Metzmacher1-1/+1
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-2/+2
2004-01-20dcerpc server output now copes with the client blocking part wayAndrew Tridgell1-13/+18
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-25/+34
2003-12-14fixed some memory leaks in the rpc server codeAndrew Tridgell1-0/+4
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell1-0/+2
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-76/+113
2003-12-13make the IO in the dcerpc over TCP server completely async, handlingAndrew Tridgell1-2/+2
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-0/+256