summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_auth.c
Commit message (Expand)AuthorAgeFilesLines
...
* r11806: Minor cleanupVolker Lendecke2007-10-101-5/+2
* r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_passwordVolker Lendecke2007-10-101-2/+2
* r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke2007-10-101-7/+41
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-28/+31
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-2/+4
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-28/+4
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-11/+12
* r5902: A rather large change...Andrew Bartlett2007-10-101-0/+8
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-101-1/+11
* 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-101-14/+91
* r4627: - simplified the dcerpc auth code using a common functionAndrew Tridgell2007-10-101-31/+30
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-101-89/+0
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-40/+44
* 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-101-1/+1
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-2/+2
* r4001: fix segfault fix auth failedStefan Metzmacher2007-10-101-0/+1
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-2/+2
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-1/+7
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2007-10-101-2/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-20/+7
* r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher2007-10-101-1/+87
* r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett2007-10-101-2/+3
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-14/+13
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-38/+25
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2007-10-101-0/+99
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-101-121/+0
* a couple of tidyupsAndrew Tridgell2003-11-271-0/+1
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-261-3/+18
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-261-4/+22
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+130