r2100: rework the dcerpc client side library so that it is async. We now
[abartlet/samba.git/.git] / source4 / librpc / rpc / dcerpc_schannel.c
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...