r4777: added a smb_composite_sesssetup() async composite function. This
[gd/samba-autobuild/.git] / source4 / libcli / auth /
2007-10-10 Andrew Bartlettr4692: Make the client SPNEGO code bail out in a couple...
2007-10-10 Andrew Bartlettr4682: A LDB-based secrets implementation in Samba4.
2007-10-10 Stefan Metzmacherr4650: - make more use of bitmap and enum's
2007-10-10 Andrew Bartlettr4641: Push a few more details into the schannel ldb...
2007-10-10 Andrew Bartlettr4635: Fix NTLMSSP to return NT_STATUS_OK when it has...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Bartlettr4565: Make the order of the initialisation more sensible.
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Bartlettr4531: Include the OID locally, as it seems to be hard...
2007-10-10 Andrew Bartlettr4530: Start adding a bit of Doxygen compatible documen...
2007-10-10 Andrew Bartlettr4504: Setting
2007-10-10 Andrew Bartlettr4500: Allow GENSEC modules to be disabled by setting...
2007-10-10 Andrew Bartlettr4499: Almost make our Samba4 server pass the RPC-SAMLO...
2007-10-10 Andrew Bartlettr4494: Allow gensec_gssapi to use the SPNEGO mech provi...
2007-10-10 Andrew Bartlettr4470: Try not to have GSSAPI built unless we detected...
2007-10-10 Andrew Bartlettr4460: Add a new GENSEC module: gensec_gssapi
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Tridgellr4446: attempt to fix the build - andrew, can you check...
2007-10-10 Andrew Bartlettr4441: gensec_krb5 update:
2007-10-10 Andrew Tridgellr4413: login failure doesn't warrant a level 1 debug...
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Andrew Bartlettr4357: Return a more sensible error code if a NULL...
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr4338: reuse netlogon structs in the krb5 PAC
2007-10-10 Stefan Metzmacherr4326: fix memory leak
2007-10-10 Stefan Metzmacherr4325: add the GENSEC_FEATURE_DCE_STYLE flag
2007-10-10 Andrew Tridgellr4151: added privilege attribute handling on samdb.
2007-10-10 Andrew Tridgellr4147: converted from NT_USER_TOKEN to struct security_...
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Stefan Metzmacherr4077: don't add wrapping to empty blobs
2007-10-10 Stefan Metzmacherr4070: move some defines from asn_1.h to the places...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Stefan Metzmacherr4045: readd krb5 support defaulted to disable
2007-10-10 Stefan Metzmacherr4044: only send supportedMech when we also send other...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Stefan Metzmacherr4001: fix segfault fix auth failed
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Stefan Metzmacherr3967: fix compiler warnings
2007-10-10 Stefan Metzmacherr3960: fix compiler warnings
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Stefan Metzmacherr3906: fix compiler warnings
2007-10-10 Andrew Bartlettr3805: Fix the LSA portions of the RPC-SAMSYNC test...
2007-10-10 Stefan Metzmacherr3786: send a mechListMIC to make the current samba3...
2007-10-10 Stefan Metzmacherr3770: - fix endless recursion loop in spnego fallback...
2007-10-10 Jelmer Vernooijr3751: Some fixes to using enable and disable for subsy...
2007-10-10 Jelmer Vernooijr3739: Remove a bunch of unused m4 macros
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3735: Allow building subsystems as static libraries...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Andrew Bartlettr3721: We cracked the NTLM2 puzzle long ago, and set...
2007-10-10 Andrew Bartlettr3686: The results of some work on the NETLOGON pipe:
2007-10-10 Andrew Bartlettr3679: We now know a few more of the Netlogon negotiate...
2007-10-10 Andrew Bartlettr3677: Seperate the SamLogon tests from the main RPC...
2007-10-10 Andrew Bartlettr3655: As required by the new torture test, add the...
2007-10-10 Jelmer Vernooijr3630: More work on DCOM server side
2007-10-10 Andrew Tridgellr3613: fixed a typo
2007-10-10 Andrew Bartlettr3612: This appears to be the 'offical' way to initiali...
2007-10-10 Andrew Tridgellr3610: prevent segv with heimdal and password krb5...
2007-10-10 Andrew Bartlettr3609: Lets spew out a few less error messages for...
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Bartlettr3572: Thanks to tridge for his patience with my build...
2007-10-10 Andrew Tridgellr3571: rough guesses at what abartlet really wanted...
2007-10-10 Andrew Bartlettr3565: Move PAC parsing into the session_info generatio...
2007-10-10 Andrew Bartlettr3519: Include time headers to fix the build.
2007-10-10 Andrew Tridgellr3476: fixed some const warnings
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
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 Bartlettr3365: Fill in the user and primary group SIDs into...
2007-10-10 Andrew Bartlettr3361: Allow Samba4 (I'm interested in ntlm_auth in...
2007-10-10 Andrew Tridgellr3323: more warning reductions
2007-10-10 Andrew Tridgellr3322: fixed a bunch of warnings in the build, includin...
2007-10-10 Stefan Metzmacherr3289: Mr. L. and Mr. B.!
2007-10-10 Volker Lendecker3219: Hi, Andrew B.!
2007-10-10 Andrew Bartlettr3190: When we don't have a PAC, do a lookup in the...
2007-10-10 Andrew Bartlettr3187: This 'optional' part of the ASN.1 in SPNEGO...
2007-10-10 Andrew Bartlettr3128: Return the correct error code for a secrets...
2007-10-10 Andrew Bartlettr3115: Bugfixes and extra debug in our kerberos verify...
2007-10-10 Andrew Bartlettr3110: Fix the krb5 client and server, so that it doesn...
2007-10-10 Andrew Bartlettr3075: Initialise (and check for intialisation) of...
2007-10-10 Stefan Metzmacherr2860: add gensec_have_feature() to check what feature...
2007-10-10 Andrew Bartlettr2859: It seems useful to allow the seal/unseal functio...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Stefan Metzmacherr2850: - check for GENSEC_WANT_SEAL in gensec_unseal_pa...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2669: convert make_user_info() and associated function...
2007-10-10 Andrew Tridgellr2650: fixed a memory leak in make_server_info()
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2645: converted the NTLMSSP code to the new style...
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
next