summaryrefslogtreecommitdiff
path: root/source4/build/pidl/server.pm
AgeCommit message (Expand)AuthorFilesLines
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