Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11872: another attempt at fixing the data_blob_free in async dcerpc bind, | Andrew Tridgell | 1 | -14/+9 |
2007-10-10 | r11871: fixed a problem volker found with the async bind code, and a callback | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r11819: simplified the async rpc bind code a little. | Andrew Tridgell | 1 | -205/+220 |
2007-10-10 | r11810: Fix talloc hierarchy | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 1 | -5/+4 |
2007-10-10 | r11807: Make dcerpc_alter_context async. Same thing: Please look at this | Volker Lendecke | 1 | -149/+140 |
2007-10-10 | r11804: Asyncify the anonymous bind, convert the calls in xplogin.c. | Volker Lendecke | 1 | -68/+180 |
2007-10-10 | r11516: Fix a valgrind bug I introduce with queued requests | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r11473: Based on work by Jelmer, implement the [async] flag for rpc requests.... | Volker Lendecke | 1 | -28/+82 |
2007-10-10 | r10699: fixed the dcerpc code so that you can shutdown the pipe safely from | Andrew Tridgell | 1 | -29/+17 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r8057: use our defined push/pull types in the validate code (fixes a warning) | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7653: when a dcerpc request times out, we need to ensure that if the server | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -9/+20 |
2007-10-10 | r7497: add timeouts to all rpc requests. The default timeout is 60 | Andrew Tridgell | 1 | -0/+42 |
2007-10-10 | r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are | Jelmer Vernooij | 1 | -18/+18 |
2007-10-10 | r7312: Add IDL for ncadg packets. | Jelmer Vernooij | 1 | -14/+13 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -6/+0 |
2007-10-10 | r5488: - let the request be a child of the pipe struct | Stefan Metzmacher | 1 | -13/+19 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -10/+25 |
2007-10-10 | r4617: basic alter_context requests now work in our client library. The test | Andrew Tridgell | 1 | -4/+80 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -202/+180 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4479: added the function talloc_autofree_context() which returns a talloc co... | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r4115: check for gensec errors before calling memcpy on a set of credentials, | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just | Stefan Metzmacher | 1 | -42/+30 |
2007-10-10 | r4081: use clearer names | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3861: - Put ndr and rpc client code in seperate files | Jelmer Vernooij | 1 | -2/+19 |
2007-10-10 | r3790: use a registration function that is called from dcerpc_*_init functions | Jelmer Vernooij | 1 | -4/+15 |
2007-10-10 | r3611: DCOM client support works!! | Jelmer Vernooij | 1 | -2/+7 |
2007-10-10 | r3606: More DCOM fixes: | Jelmer Vernooij | 1 | -5/+6 |
2007-10-10 | r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r3513: Add (the infrastructure for) DCOM support. Contents: | Jelmer Vernooij | 1 | -3/+12 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3205: Create ncalrpc directory if it didn't exist yet | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3103: use a destructor to ensure that on abnormnal rpc request termination | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -1/+2 |