summaryrefslogtreecommitdiff
path: root/source4/build/pidl/server.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7098: - make use of the NDR table instead of the IDL table in the client and...Stefan Metzmacher1-33/+41
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-5/+5
2007-10-10r4690: - add support for async rpc server repliesStefan Metzmacher1-16/+57
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-2/+2
2007-10-10r4637: log packets when the server code returns an DCERPC_FAULTStefan Metzmacher1-0/+2
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher1-26/+78
2007-10-10r4085: print out dcerpc_fault's as namesStefan Metzmacher1-1/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3689: Large number of COM updates:Jelmer Vernooij1-9/+4
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-1/+1
2007-10-10r1872: revert -r 1845 because the caling function should look at the fault_codeStefan Metzmacher1-1/+1
2007-10-10r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher1-1/+1
2007-10-10r1149: fixed the handling of NDR_SET_VALUES in the debug print of rpc structu...Andrew Tridgell1-2/+2
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-0/+3
2007-10-10r900: when DEBUGLEVEL > 10 print the full deocde of all RPC calls in the serverAndrew Tridgell1-0/+6
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell1-9/+40
2007-10-10r55: if you try to use a custom bind or unbind hook inStefan Metzmacher1-14/+22
2004-02-02some DEBUG and comment fixesStefan Metzmacher1-1/+1
2004-01-22sorry, the last commit went in by mistake:-(Stefan Metzmacher1-6/+6
2004-01-22initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher1-0/+11
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-27/+87
2003-12-15added "pidl.pl --template" to dump a rough template to save typingAndrew Tridgell1-2/+0
2003-12-15patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell1-12/+12
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell1-1/+0
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-0/+108