summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell2007-10-101-2/+2
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-2/+2
* r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell2007-10-101-1/+11
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-9/+20
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2007-10-101-0/+42
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2007-10-101-18/+18
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-101-14/+13
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-1/+2
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-6/+0
* r5488: - let the request be a child of the pipe structStefan Metzmacher2007-10-101-13/+19
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-4/+4
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-101-10/+25
* r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell2007-10-101-4/+80
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-202/+180
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-0/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-2/+2
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-101-1/+1
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2007-10-101-4/+5
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-101-3/+0
* r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell2007-10-101-0/+6
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-101-42/+30
* r4081: use clearer namesStefan Metzmacher2007-10-101-2/+2
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-2/+2
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-101-2/+19
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-101-4/+15
* r3611: DCOM client support works!!Jelmer Vernooij2007-10-101-2/+7
* r3606: More DCOM fixes:Jelmer Vernooij2007-10-101-5/+6
* r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij2007-10-101-3/+3
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+6
* r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij2007-10-101-3/+12
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij2007-10-101-1/+1
* r3103: use a destructor to ensure that on abnormnal rpc request terminationAndrew Tridgell2007-10-101-0/+12
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+2
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-101-2/+1
* r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell2007-10-101-3/+49
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-2/+6
* r2399: Display text description of rpc fault in debug message.Tim Potter2007-10-101-1/+1
* r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell2007-10-101-1/+3
* r2304: fixed a bug in old style NTLM signingAndrew Tridgell2007-10-101-1/+1
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-101-5/+8
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-55/+71
* r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell2007-10-101-1/+6
* r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter2007-10-101-0/+4
* r2185: add a callback function to the dcerpc async APIAndrew Tridgell2007-10-101-0/+20