summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_schannel.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-14/+3
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-19/+21
2007-10-10r4504: SettingAndrew Bartlett1-1/+2
2007-10-10r4459: GENSEC refinements:Andrew Bartlett1-4/+13
2007-10-10r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett1-4/+8
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett1-15/+14
2007-10-10r4114: added have_features bits to gensec schannel code. This fixes ourAndrew Tridgell1-0/+4
2007-10-10r4042: fix segfault on server schannel connectionsStefan Metzmacher1-1/+4
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett1-38/+29
2007-10-10r3660: This simulates the logon sequence of a XP login session I'm currently ...Volker Lendecke1-24/+42
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3392: fixed schannel over ncalrpcAndrew Tridgell1-0/+3
2007-10-10r3391: fixed some memory leaks in the schannel codeAndrew Tridgell1-13/+5
2007-10-10r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...Andrew Tridgell1-1/+0
2007-10-10r3389: fixed schannel client side code. RPC-SCHANNEL now works against w2k3Andrew Tridgell1-0/+6
2007-10-10r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett1-0/+4
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-10/+3
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-1/+1
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-1/+6
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-4/+4
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-2/+2
2007-10-10r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett1-3/+4
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-1/+1
2007-10-10r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher1-1/+1
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-84/+294
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-97/+97
2007-10-10r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher1-132/+141
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-6/+14
2007-10-10r1042: added testing of 128 bit schannel session keysAndrew Tridgell1-1/+7
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-16/+20
2007-10-10r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett1-3/+3
2007-10-10r1030: added server side schannel supportAndrew Tridgell1-14/+11
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-1/+1
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-1/+2
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-2/+2
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-4/+4
2007-10-10r952: fixed schannel from my last commitAndrew Tridgell1-4/+10
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-5/+5
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-8/+12
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-2/+2
2007-10-10r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell1-0/+7
2004-02-21split up the schannel rpc client code into separate key establishmentAndrew Tridgell1-19/+64
2004-02-11fixed a void return spotted by metzeAndrew Tridgell1-1/+1
2004-02-10we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell1-1/+3
2004-02-10don't always use the same schannel context numberAndrew Tridgell1-1/+1
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell1-0/+219