summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_util.c
Commit message (Expand)AuthorAgeFilesLines
* r8820: Push this common block of code into the caller.Andrew Bartlett2007-10-101-39/+18
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+2
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-101-0/+14
* r8068: reduced the verbosity of the EPM codeAndrew Tridgell2007-10-101-3/+3
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-12/+20
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2007-10-101-0/+1
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2007-10-101-1/+1
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-101-3/+3
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-1/+1
* r6565: Cludge, cludge, cludge...Andrew Bartlett2007-10-101-3/+3
* r6272: For 'programmed' use of an anonymous account, we should useAndrew Bartlett2007-10-101-2/+9
* r6178: fix ncacn_np connection without sign or seal against NT4Stefan Metzmacher2007-10-101-1/+4
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-3/+9
* r5976: SIDs can't have more then 5 subauths (caught by [validate] andJelmer Vernooij2007-10-101-0/+3
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-103/+88
* r5932: Use cli_credentials somewhat more in the Gtk+ codeJelmer Vernooij2007-10-101-6/+3
* r5930: Fix initialisation of dcerpc_binding->authserviceJelmer Vernooij2007-10-101-0/+2
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-101-6/+4
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-39/+25
* r5902: A rather large change...Andrew Bartlett2007-10-101-112/+95
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-101-4/+8
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+1
* r5291: fixed ncacn_ip_tcp against windowsAndrew Tridgell2007-10-101-3/+2
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-2/+2
* r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2007-10-101-9/+128
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-29/+8
* r5148: use ipv4_addr also in epmapper idlStefan Metzmacher2007-10-101-4/+4
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4962: add infrastructure to use raw krb5 auth in dcerpc client codeStefan Metzmacher2007-10-101-0/+3
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-7/+6
* r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett2007-10-101-4/+10
* r4630: for ncacn_np if we don't have an explicit request for one of theAndrew Tridgell2007-10-101-0/+4
* r4627: - simplified the dcerpc auth code using a common functionAndrew Tridgell2007-10-101-66/+41
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-101-3/+3
* r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell2007-10-101-0/+47
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-126/+166
* 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
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-101-2/+10
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-101-1/+1
* 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-101-20/+18
* r3611: DCOM client support works!!Jelmer Vernooij2007-10-101-0/+4
* r3602: Add looking up transport by endpoint protocolJelmer Vernooij2007-10-101-0/+16
* r3600: fixed two debug typosAndrew Tridgell2007-10-101-2/+2
* r3542: Re-indent, and fix a use-after-free by doing the talloc_destroy just aAndrew Bartlett2007-10-101-4/+4
* r3516: dcerpc_epm_map_binding now checks the endpoints it nows firstJelmer Vernooij2007-10-101-37/+24
* r3515: Fix RemoteActivation correctly this time (-:Jelmer Vernooij2007-10-101-1/+7