mech_eap.orig
2011-10-07 Luke Howardfix incorrect reauth cred assert check
2011-10-06 Luke Howardnote about whether initiator cred lock is required
2011-10-06 Luke Howardremove unnecessary cred lock in acceptor
2011-10-05 Luke Howardallow building without libmoonshot
2011-10-05 Luke Howardpoke buildbot
2011-10-05 Luke Howardinitialize major in gss_query_meta_data
2011-10-05 Luke HowardMerge branch 'master' into negoex
2011-10-05 Luke HowardNegoEx SPIs
2011-09-22 Luke Howardcheck radsec config when acquiring acceptor cred
2011-09-20 Luke Howardnote gssEapAcquireCred should validate RADIUS config
2011-09-20 Luke HowardFix regression where error tokens were not being sent
2011-09-19 Luke HowardAdd GSSEAP_NO_LOCAL_MAPPING error
2011-09-19 Luke Howarduse krb5_auth_con_setlocalsubkey on Heimdal
2011-09-18 Luke HowardAdd CRED_FLAG_TARGET
2011-09-17 Luke HowardSimplify verify_mic path
2011-09-17 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2011-09-17 Luke Howardmake sure imported sec context keys correctly allocated
2011-09-17 Luke HowardPRF/random_to_key allocation fix
2011-09-17 Luke Howarduse calloc to match with Heimdal (heim_alloc not exported)
2011-09-17 Luke Howardcreate TLD on-demand for threads started pre-DLL load
2011-09-17 Luke Howardmore cleanup of TLD
2011-09-17 Luke Howardgeneral cleanup of TLD init
2011-09-16 Sam hartmanmech_eap.spec: new redhat packaging
2011-09-16 Sam hartmanUpdate libeap to include make dist
2011-09-16 Sam hartmanFix unused variable in non-acceptor mode
2011-09-16 Sam hartmanmake dist: distribute sources
2011-09-16 Sam hartmanmake dist: distribute sources
2011-09-16 Sam hartmanMakefile: build fixes
2011-09-16 Sam hartmanconfigure: GNU_SOURCE is redundant
2011-09-16 Sam Hartmanconfigure: support krb5 --with-system-et
2011-09-16 Luke HowardMore careful matching of alloc/free functions
2011-09-16 Luke Howarduse GSSEAP_ASSERT macro instead of assert
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-14 Sam HartmanBuild fixes for non-Windows windows
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 Sam Hartmantest use = not == for string compare
2011-07-01 Sam HartmanDepend on libtool 2.4 so Windows build works
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 WassermanMixed changes to configure.ac
2011-07-01 Kevin WassermanConditionalized Acceptor codepaths and modules.
2011-07-01 Kevin WassermanExplicitly include stdio.h in util_cred.c
next