summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-5/+15
2004-02-02const fixesStefan Metzmacher1-1/+1
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2-6/+8
2004-02-02some DEBUG and comment fixesStefan Metzmacher3-5/+10
2004-02-01Makefile.in cleanups:Stefan Metzmacher1-3/+3
2004-01-28- remove all STFS related stuffStefan Metzmacher1-4/+4
2004-01-20dcerpc server output now copes with the client blocking part wayAndrew Tridgell2-22/+62
2004-01-20avoid a copy of the data being input to the dcerpc server in the mostAndrew Tridgell1-4/+29
2004-01-09fixed the rpc epmapper server. This fixes rpc over tcp.Andrew Tridgell1-1/+18
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher9-325/+780
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-1/+1
2003-12-17added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell2-36/+50
2003-12-16it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell3-12/+10
2003-12-16a fairly large commit!Andrew Tridgell3-9/+8
2003-12-15zero length echo is not an errorAndrew Tridgell1-0/+4
2003-12-15fixed the transfer syntax in the dcerpc bind replyAndrew Tridgell1-2/+2
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell3-155/+23
2003-12-14fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell1-1/+3
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell3-9/+290
2003-12-14fixed some memory leaks in the rpc server codeAndrew Tridgell2-12/+11
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell4-59/+116
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell5-85/+156
2003-12-13make the IO in the dcerpc over TCP server completely async, handlingAndrew Tridgell3-3/+61
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell5-47/+340
2003-12-13rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell3-4/+9
2003-12-13added the epm_Map() call.Andrew Tridgell3-68/+168
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell5-10/+459
2003-12-12after chatting with jeremy I decided to use a separate directory forAndrew Tridgell1-0/+0
2003-12-12added support for sending bind_nak replies in the rpc serverAndrew Tridgell1-16/+73
2003-12-12added the echo pipe test callsAndrew Tridgell1-2/+45
2003-12-12we now support pdu fragmentation on both input and output in the rpcAndrew Tridgell2-41/+103
2003-12-12added handling of fragmented requests in the rpc serverAndrew Tridgell2-8/+67
2003-12-12handle the auto-allocation of [ref] output arrays in pidl. ThisAndrew Tridgell1-8/+0
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell3-10/+408
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-0/+18
2003-12-10initial rpc server side infrastructureAndrew Tridgell3-0/+280
2003-11-13removed some obsolete .cvsignore filesAndrew Tridgell1-0/+0
2003-11-13removed a bunch of the old rpc code in preparation for replacing it all with ...Andrew Tridgell21-28218/+0
2003-08-13first public release of samba4 codeAndrew Tridgell22-0/+28218