r22944: fix bug #4618:
[kai/samba.git] / source4 / librpc / rpc / dcerpc_schannel.c
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Stefan Metzmacherr17326: make better usage of the composite api
2007-10-10 Stefan Metzmacherr17320: - print the debug message before the composite...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Rafal Szczesniakr14175: More comments and my copyright.
2007-10-10 Stefan Metzmacherr14137: move **p2 to the _recv function for setup the...
2007-10-10 Rafal Szczesniakr14123: Huge lump of code making all of our dcerpc...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Volker Lendecker11809: Make dcerpc_bind_auth async.
2007-10-10 Andrew Bartlettr10402: Make the RPC-SAMLOGON test pass against Win2k3...
2007-10-10 Andrew Bartlettr9728: A *major* update to the credentials system,...
2007-10-10 Andrew Bartlettr7690: Move the NT hash generation into the credentials...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Bartlettr6565: Cludge, cludge, cludge...
2007-10-10 Richard Sharper6229: Back out these changes ...
2007-10-10 Richard Sharper6219: This change allows us to fall back to authentica...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
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...