don't release TLS data in DLL_PROCESS_DETACH
[mech_eap.orig] / mech_eap /
2011-09-16 Luke Howarddon't release TLS data in DLL_PROCESS_DETACH
2011-09-16 Luke HowardDon't assert fail on Windows if mech does not init
2011-09-15 Luke Howardinclude Windows-specific GSS flags in flags token
2011-09-14 Luke HowardWindows acceptor build fixes
2011-09-14 Luke Howardmake gssEapImportContext un-static for other internal...
2011-09-14 Luke Howardadd gssEapPseudoRandom for internal consumers
2011-09-14 Luke HowardMerge remote-tracking branch 'origin/windows'
2011-09-14 Luke HowardMerge branch 'windows'
2011-09-14 Luke Howardimplement gssEapSetCredService
2011-09-13 Luke Howardavoid too many reallocs when parsing tokens
2011-09-13 Luke Howardrestore inquire_name, regressed in earlier commit
2011-09-13 Luke Howardseparate gss_display_status into inner/outer APIs
2011-09-13 Luke Howardno vasprintf() on Win32
2011-09-13 Luke Howardcall eap_mech constructors from DllMain
2011-09-13 Luke Howardfix signedness on krb5_data data member
2011-09-13 Luke Howardadd GET_LAST_ERROR macro
2011-09-13 Luke Howardcast to match signedness
2011-09-13 Luke Howardcast void * to unsigned char * for Heimdal compat
2011-09-13 Luke Howardmore build fixes for Windows
2011-09-13 Luke Howardmerge static credentials file locator from windows...
2011-09-13 Luke HowardMerge TLD code from Windows port, after cleanup
2011-09-13 Luke Howardbuild without RADIUS-related headers if no acceptor
2011-09-12 Luke Howardmake it possible to build without acceptor
2011-09-12 Luke Howardmake possible build without OpenSAML and/or Shib
2011-09-12 Luke Howardmerge a few Win32 build fixes
2011-09-10 Luke Howardseparate {init,accept}_sec_context into gss_/gssEap...
2011-09-10 Luke Howardadd GSS_EAP_CRED_SET_CRED_PASSWORD cred option
2011-09-10 Luke Howardadd GSSEAP_CONSTRUCTOR/DESTRUCTOR macro
2011-09-10 Luke Howarduse GSSAPI_CALLCONV for exported SPIs
2011-09-10 Luke Howardupdate TODO
2011-09-09 Luke HowardMerge branch 'ext-mic' of ssh://moonshot.suchdamage... ext-mic
2011-09-09 Luke HowardMerge branch 'master' into ext-mic
2011-09-09 Luke Howardsupport for libmoonshot identity selector
2011-09-09 Luke HowardMerge branch 'master' into ext-mic
2011-09-09 Luke Howardremove unused toktype2 variable
2011-09-09 Luke Howardremove unused EAP state machine variable
2011-09-09 Luke HowardCheck error return from vasprintf: string is undefined...
2011-09-06 Luke HowardUpdate assert to reflect protected subtoken length
2011-07-16 Luke HowardMerge branch 'ext-mic' of ssh://moonshot.suchdamage...
2011-07-16 Luke Howardintegrity protect subtoken length
2011-07-16 Luke Howardintegrity protect extension token exchange
2011-07-16 Luke Howardsend GSS flags
2011-07-16 Luke Howardremove getFeatures() hack when initialising Shib
2011-07-01 Kevin WassermanChanges to Autoconf/Automake configuration files for...
2011-07-01 Kevin Wassermanva_copy() fix for vasprintf
2011-07-01 Kevin WassermanConsolidate thread-local data.
2011-07-01 Kevin WassermanAdd #include <includes.h> to gssapiP_eap.h.
2011-07-01 Kevin Wassermanfor VS2010, need to include Shlobj.h instead of ShFolder.h
2011-07-01 Kevin WassermanFix unreferenced parameter warnings.
2011-07-01 Kevin Wassermancall gssEapInquireName() only when --enable-acceptor=yes
2011-07-01 Kevin WassermanOnly call gssEapMapNameToAny()/gssEapReleaseAnyNameMapp...
2011-07-01 Kevin WassermanDon't check IS_RADIUS_ERROR() unless --enable-acceptor...
2011-07-01 Kevin WassermanAdded vasprintf.c
2011-07-01 Kevin Wassermanremove unnecessary win32/config.h and win32/et/come_err.h
2011-07-01 Kevin WassermanOther Windows changes and debug comments
2011-07-01 Kevin WassermanDefine __attribute__ macro as nothing on Windows
2011-07-01 Alexey MelnikovWindows VC doesn't like empty arrays
2011-07-01 Alexey MelnikovUse SHGetFolderPath(APPDATA) on Windows to correctly...
2011-07-01 Alexey MelnikovFixed an incorrect call to gssEapWrapOrGetMIC in gss_de...
2011-07-01 Alexey MelnikovFixed calling convention for functions exported from...
2011-07-01 Kevin WassermanChanges testing for WIN32 to HAVE_*_H macros, changed...
2011-07-01 Alexey MelnikovSome initial Windows portability fixes in include files
2011-07-01 Kevin WassermanConditionalized Acceptor codepaths and modules.
2011-07-01 Kevin WassermanExplicitly include stdio.h in util_cred.c
2011-07-01 Kevin WassermanFix mech_eap_la_LDFLAGS to use $(srcdir) for mech_eap...
2011-06-11 Luke HowardMerge branch 'ext-mic' of ssh://moonshot.suchdamage...
2011-06-11 Luke Howardintegrity protect extension token exchange
2011-06-11 Luke Howardsend GSS flags
2011-06-11 Luke Howardupdate TODO list
2011-05-23 Luke HowardScopedAttribute/SimpleAttribute are displayable
2011-05-23 Luke Howardsupport BinaryAttribute subclasses
2011-05-23 Luke HowardUpgrade Shibboleth for binary attribute support
2011-05-20 Luke Howardintegrity protect extension token exchange
2011-05-20 Luke Howardsend GSS flags
2011-05-20 Luke HowardRevert "implement gss_acquire_cred_ext"
2011-05-20 Luke HowardRevert "remove acquire_cred_ext until it is standardized"
2011-05-20 Luke Howardreauth-specific hack should be conditional on reauth...
2011-05-20 Luke Howardremove acquire_cred_ext until it is standardized
2011-05-19 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2011-05-19 Luke Howardupdate TODO
2011-05-17 moonshothack: force mutual to be true
2011-05-16 Luke Howardmove gss_const_OID compat to gssapiP_eap.h
2011-05-16 Luke Howarddon't set display_value for binary RADIUS attributes
2011-05-16 Luke Howardupdate with location of samba patches
2011-05-16 Luke Howardupdate README
2011-05-16 Luke HowardAdd readme for Samba
2011-05-16 Luke Howardcleanup getFragmentedAttribute
2011-05-16 Luke Howardcatch exceptions initialising Shibboleth
2011-05-16 Luke Howardremove attempt to autdetect base64, it's broken
2011-05-16 Luke Howardallow newlines in base64Valid check
2011-05-16 Luke Howardnote that treating all base64 values as binary is bad
2011-05-15 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2011-05-15 Luke Howardallow binary resolved attributes
2011-05-15 Luke HowardTreat non-internal UKERNA attributes as fragmented...
2011-05-15 Luke Howardalways set complete for local attributes
2011-05-15 Luke Howardadd MS-Windows-Auth-Data attribute
2011-05-15 Luke Howardignore embedded newlines in base64
2011-05-14 Luke Howardimplement gss_acquire_cred_ext
2011-05-14 Luke Howardimplement gss_inquire_cred_by_mech
2011-05-12 Luke Howardallow pCtx to be NULL for Heimdal compat
next