summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-7/+6
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-1/+1
* r4691: Make the DCE-RPC bind code compleatly generic to the number of passesAndrew Bartlett2007-10-101-6/+14
* r4636: Per tridge's wish (and probably correct behaviour), don't key off aAndrew Bartlett2007-10-101-1/+3
* r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett2007-10-104-198/+101
* r4630: for ncacn_np if we don't have an explicit request for one of theAndrew Tridgell2007-10-102-2/+6
* r4627: - simplified the dcerpc auth code using a common functionAndrew Tridgell2007-10-106-118/+93
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-14/+3
* r4619: Remove extern declaration of dcerpc_pipes, which is now staticJelmer Vernooij2007-10-101-3/+0
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-105-103/+35
* r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell2007-10-102-4/+127
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-109-525/+560
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-103-2/+3
* r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()Andrew Tridgell2007-10-101-1/+1
* r4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcpAndrew Tridgell2007-10-101-3/+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-102-3/+11
* r4504: SettingAndrew Bartlett2007-10-101-1/+2
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2007-10-101-4/+5
* r4459: GENSEC refinements:Andrew Bartlett2007-10-101-4/+13
* r4360: destroy the gensec contextStefan Metzmacher2007-10-101-0/+1
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-103-8/+9
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-101-15/+14
* r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell2007-10-101-0/+6
* r4114: added have_features bits to gensec schannel code. This fixes ourAndrew Tridgell2007-10-101-0/+4
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-102-46/+33
* r4081: use clearer namesStefan Metzmacher2007-10-101-2/+2
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-2/+2
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-2/+2
* r4042: fix segfault on server schannel connectionsStefan Metzmacher2007-10-101-1/+4
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-5/+6
* r4001: fix segfault fix auth failedStefan Metzmacher2007-10-101-0/+1
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-101-1/+1
* r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell2007-10-101-0/+6
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-101-2/+19
* r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell2007-10-101-1/+2
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-103-24/+41
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett2007-10-101-38/+29
* r3660: This simulates the logon sequence of a XP login session I'm currently ...Volker Lendecke2007-10-101-24/+42
* r3611: DCOM client support works!!Jelmer Vernooij2007-10-102-2/+11
* r3606: More DCOM fixes:Jelmer Vernooij2007-10-101-5/+6
* r3602: Add looking up transport by endpoint protocolJelmer Vernooij2007-10-101-0/+16
* r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij2007-10-101-3/+3
* r3600: fixed two debug typosAndrew Tridgell2007-10-101-2/+2
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+6
* r3542: Re-indent, and fix a use-after-free by doing the talloc_destroy just aAndrew Bartlett2007-10-101-4/+4
* r3517: Fix the build - Sorry!Jelmer Vernooij2007-10-101-4/+0
* r3516: dcerpc_epm_map_binding now checks the endpoints it nows firstJelmer Vernooij2007-10-101-37/+24