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