summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-2/+2
2007-10-10r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2-10/+129
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-2/+2
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell2-14/+10
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-29/+8
2007-10-10r5148: use ipv4_addr also in epmapper idlStefan Metzmacher1-4/+4
2007-10-10r5137: fix typesStefan Metzmacher3-3/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell5-16/+16
2007-10-10r4962: add infrastructure to use raw krb5 auth in dcerpc client codeStefan Metzmacher2-1/+7
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-1/+1
2007-10-10r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell1-0/+1
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-7/+6
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell1-1/+1
2007-10-10r4691: Make the DCE-RPC bind code compleatly generic to the number of passesAndrew Bartlett1-6/+14
2007-10-10r4636: Per tridge's wish (and probably correct behaviour), don't key off aAndrew Bartlett1-1/+3
2007-10-10r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett4-198/+101
2007-10-10r4630: for ncacn_np if we don't have an explicit request for one of theAndrew Tridgell2-2/+6
2007-10-10r4627: - simplified the dcerpc auth code using a common functionAndrew Tridgell6-118/+93
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-14/+3
2007-10-10r4619: Remove extern declaration of dcerpc_pipes, which is now staticJelmer Vernooij1-3/+0
2007-10-10r4618: - tidied up the alter_context client code a bitAndrew Tridgell5-103/+35
2007-10-10r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell2-4/+127
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell9-525/+560
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell3-2/+3
2007-10-10r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()Andrew Tridgell1-1/+1
2007-10-10r4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcpAndrew Tridgell1-3/+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 Tridgell2-3/+11
2007-10-10r4504: SettingAndrew Bartlett1-1/+2
2007-10-10r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell1-4/+5
2007-10-10r4459: GENSEC refinements:Andrew Bartlett1-4/+13
2007-10-10r4360: destroy the gensec contextStefan Metzmacher1-0/+1
2007-10-10r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett3-8/+9
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett1-15/+14
2007-10-10r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell1-0/+6
2007-10-10r4114: added have_features bits to gensec schannel code. This fixes ourAndrew Tridgell1-0/+4
2007-10-10r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2-46/+33
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-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+2
2007-10-10r4042: fix segfault on server schannel connectionsStefan Metzmacher1-1/+4
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-5/+6
2007-10-10r4001: fix segfault fix auth failedStefan Metzmacher1-0/+1
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher1-1/+1
2007-10-10r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell1-0/+6
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-2/+19
2007-10-10r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell1-1/+2
2007-10-10r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij3-24/+41