summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2007-10-102-19/+19
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-102-17/+16
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-1/+2
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-1/+1
* r6565: Cludge, cludge, cludge...Andrew Bartlett2007-10-103-24/+9
* r6526: Rename this RPC fault. Everybody else calls this ACCESS_DENIED, andAndrew Bartlett2007-10-101-1/+1
* r6272: For 'programmed' use of an anonymous account, we should useAndrew Bartlett2007-10-101-2/+9
* r6229: Back out these changes ...Richard Sharpe2007-10-101-15/+1
* r6219: This change allows us to fall back to authenticating withoutRichard Sharpe2007-10-101-1/+15
* 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-103-427/+30
* r5980: Fix double free after unexpected disconnect.Jelmer Vernooij2007-10-101-1/+5
* 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-103-127/+101
* 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-103-68/+48
* r5902: A rather large change...Andrew Bartlett2007-10-104-162/+194
* r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett2007-10-101-7/+0
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-103-5/+26
* r5488: - let the request be a child of the pipe structStefan Metzmacher2007-10-101-13/+19
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* 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-102-10/+129
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-2/+2
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-102-14/+10
* 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
* r5137: fix typesStefan Metzmacher2007-10-103-3/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-105-16/+16
* r4962: add infrastructure to use raw krb5 auth in dcerpc client codeStefan Metzmacher2007-10-102-1/+7
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-1/+1
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* 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