summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcerpc_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-1/+1
2007-10-10r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc serverAndrew Tridgell1-7/+2
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-1/+1
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-41/+34
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-5/+5
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett1-2/+0
2007-10-10r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...Andrew Tridgell1-2/+2
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