summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-6/+0
2007-10-10r5488: - let the request be a child of the pipe structStefan Metzmacher1-13/+19
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-4/+4
2007-10-10r4618: - tidied up the alter_context client code a bitAndrew Tridgell1-10/+25
2007-10-10r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell1-4/+80
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-202/+180
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-0/+1
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-2/+2
2007-10-10r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell1-1/+1
2007-10-10r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell1-4/+5
2007-10-10r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett1-3/+0
2007-10-10r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell1-0/+6
2007-10-10r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher1-42/+30
2007-10-10r4081: use clearer namesStefan Metzmacher1-2/+2
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-2/+2
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-2/+19
2007-10-10r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij1-4/+15
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij1-2/+7
2007-10-10r3606: More DCOM fixes:Jelmer Vernooij1-5/+6
2007-10-10r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij1-3/+3
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-0/+6
2007-10-10r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij1-3/+12
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij1-1/+1
2007-10-10r3103: use a destructor to ensure that on abnormnal rpc request terminationAndrew Tridgell1-0/+12
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-1/+2
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-2/+1
2007-10-10r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell1-3/+49
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-2/+6
2007-10-10r2399: Display text description of rpc fault in debug message.Tim Potter1-1/+1
2007-10-10r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell1-1/+3
2007-10-10r2304: fixed a bug in old style NTLM signingAndrew Tridgell1-1/+1
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell1-5/+8
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-55/+71
2007-10-10r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell1-1/+6
2007-10-10r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter1-0/+4
2007-10-10r2185: add a callback function to the dcerpc async APIAndrew Tridgell1-0/+20
2007-10-10r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell1-14/+33
2007-10-10r2118: fixed the receipt of bigendian rpc packets with the new async code.Andrew Tridgell1-3/+10
2007-10-10r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell1-10/+6
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-138/+354
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-0/+18
2007-10-10r2029: changed our client side dcerpc padding to match what w2k3 does - a 16Andrew Tridgell1-2/+4
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-2/+1
2007-10-10r1872: revert -r 1845 because the caling function should look at the fault_codeStefan Metzmacher1-12/+2
2007-10-10r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher1-2/+11