r5928: Use cli_credentials in:
[gd/samba-autobuild/.git] / source4 / librpc / rpc / dcerpc_schannel.c
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Bartlettr5667: Move schannel state into libcli/auth (as it...
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4627: - simplified the dcerpc auth code using a common...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Andrew Bartlettr4504: Setting
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Andrew Tridgellr4114: added have_features bits to gensec schannel...
2007-10-10 Stefan Metzmacherr4042: fix segfault on server schannel connections
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Andrew Bartlettr3686: The results of some work on the NETLOGON pipe:
2007-10-10 Volker Lendecker3660: This simulates the logon sequence of a XP login...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3392: fixed schannel over ncalrpc
2007-10-10 Andrew Tridgellr3391: fixed some memory leaks in the schannel code
2007-10-10 Andrew Tridgellr3390: fixed schannel server side support. RPC-SCHANNEL...
2007-10-10 Andrew Tridgellr3389: fixed schannel client side code. RPC-SCHANNEL...
2007-10-10 Andrew Bartlettr3075: Initialise (and check for intialisation) of...
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Bartlettr2284: Thanks to some great detective work by tridge...
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Andrew Bartlettr1993: Allow WinXP domain logon to progress a bit furth...
2007-10-10 Andrew Bartlettr1498: (merge from 3.0)
2007-10-10 Stefan Metzmacherr1419: spnego inside of dcerpc using alter_context...
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Stefan Metzmacherr1068: make the dcerpc client side auth/crypto code...
2007-10-10 Andrew Tridgellr1048: - moved the schannel definitions into a separate...
2007-10-10 Andrew Tridgellr1042: added testing of 128 bit schannel session keys
2007-10-10 Andrew Tridgellr1041: - pulled the domain join code out of the netlogo...
2007-10-10 Andrew Bartlettr1031: Move more code dealing with passwords to struct...
2007-10-10 Andrew Tridgellr1030: added server side schannel support
2007-10-10 Andrew Bartlettr1025: Rename (across the samr and netlogon pipes,...
2007-10-10 Andrew Tridgellr995: - renamed many of our crypto routines to use...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr961: convert 'uchar' to 'uint8_t'
2007-10-10 Andrew Tridgellr952: fixed schannel from my last commit
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr874: This patch is a pile of work on NTLMSSP:
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Tridgellr390: added my best guess for how session keys are...
2004-02-21 Andrew Tridgellsplit up the schannel rpc client code into separate...
2004-02-11 Andrew Tridgellfixed a void return spotted by metze
2004-02-10 Andrew Tridgellwe can close the netlogon pipe used to setup the schann...
2004-02-10 Andrew Tridgelldon't always use the same schannel context number
2004-02-10 Andrew Tridgell- modified the dcerpc client security code to be generi...