Implemented callback in libeap/src/crypto to allow mech_eap / ID Selector to ask...
[mech_eap.git] / mech_eap /
2016-09-28 Dan BreslauImplemented callback in libeap/src/crypto to allow...
2016-09-20 Dan BreslauMove gssEapTraceStatus into its own C source file
2016-09-12 Dan BreslauUpdates to try to fix undefined symbol errors
2016-09-02 Dan BreslauUpdated through tag hostap_2_5 from git://w1.fi/hostap.git
2016-06-03 Jennifer RichardsCheck for correct function before calling it.
2015-05-15 Luke Howardgss_inquire_context lifetime calculation was inverted
2015-04-06 Sam HartmanGSSEAP_TRACE prints returns from major entry points
2015-03-25 Sam HartmanFix spacing of error table
2015-03-25 Kevin WassermanAllow whitespace in cacerts
2015-03-12 Sam HartmanSquash internal errors to no minor
2015-03-04 Sam HartmanExpose RADIUS errors to Acceptor
2014-10-22 Sam HartmanUse C++ destructors not finalizers
2014-10-22 Sam HartmanMech_eap: only output debugging when GSSEAP_TRACE is set
2014-09-16 Sam HartmanDistribute extra files 0.9.2
2014-09-15 Sam HartmanOnly permit ttls
2014-07-31 Sam Hartmanfix typo
2014-07-31 Sam HartmanRegister new RADIUS attributes
2014-06-16 Kevin WassermanTreat caCertificate as base64-encoded DER rather than PEM
2014-06-10 Kevin WassermanAvoid double-free of bio. Better error code for ca...
2014-06-10 Kevin WassermanCorrectly handle "ca-cert" in peerGetConfigBlob
2014-06-06 Kevin WassermanTreat caCertificate as pem contents rather than pem...
2013-12-19 Luke Howardtake length of display_value, not value
2013-12-19 Luke HowardgssHeaderLength redundantly initialized
2013-12-19 Luke Howardassert name non-NULL before dereferencing
2013-12-19 Luke Howardgss_trailerlen = 0 not used
2013-12-19 Luke HowardzeroAndReleasePassword must be called with non-NULL...
2013-12-19 Luke Howarddon't set major = GSS_S_FAILURE twice
2013-12-19 Luke Howarddo not ignore sequenceCheck() return value
2013-12-19 Luke Howardcheck gssEapRadiusAddAttr(REALM_NAME) return code
2013-12-19 Luke Howardtok_type can never be -1
2013-11-25 Sam Hartmanutil:name: 1 component principals can be services too
2013-11-11 Kevin WassermanFix logic for parsing princ components (LP 1249863)
2013-10-28 Sam HartmanTemporary: set mutual in flags token
2013-10-28 Sam Hartmansetting flags in verify MIC too late
2013-10-10 Sam HartmanDon't free parts of the principal in channel bindings...
2013-10-09 Sam Hartmanmake dist cleanups
2013-09-26 Sam HartmanAccept NULL data in mech_eap cb response cb
2013-09-20 Sam HartmanMerge remote-tracking branch 'origin/eap-tls'
2013-09-20 Sam HartmanUse service spicifics utility functions correctly
2013-09-20 Sam Hartmanremove extranious declaration
2013-09-19 Sam Hartmantemporary: force mutual
2013-09-13 Sam HartmanEAP Channel binding support
2013-04-18 Luke Howardfix build without OpenSAML
2013-04-18 Luke HowardReindent
2013-04-18 Luke HowardReindent
2013-04-04 Sam Hartmantextual identities to UI
2013-04-04 Sam HartmanClarify where else comes from for code clarity
2013-04-02 Luke HowardChbind cleanups eap-chbind
2013-03-26 Sam hartmanchbind: use IETF attributes
2013-03-19 Kevin WassermanSet GSS_C_MUTUAL_FLAG only on successful channel binding.
2013-03-19 Kevin WassermanEap channel bindings cleanup
2012-12-13 Luke Howardkrb5_free_unparsed_name deprecated by Heimdal
2012-12-13 Luke Howardkrb5_free_data_contents deprecated by Heimdal
2012-12-13 Luke Howardindentation fix
2012-11-16 Sam HartmanReturn WRONG_ACCEPTOR_NAME
2012-11-16 Luke Howardallow empty acceptor names
2012-09-26 Luke Howardindentation fix
2012-09-22 Luke HowardIgnore empty realms comparing acceptor name hint
2012-09-19 Luke HowardCall gssEapReleaseName not gss_release_name
2012-09-19 Luke Howardindentation fix
2012-09-19 Luke Howardfix indentation
2012-09-19 Sam HartmanCall gssEapCompareName not gss_compare_name ietf-approved
2012-09-16 Luke Howardremove references to PADL mechanism OIDs
2012-09-16 Luke Howardneglected gss-eap-v1 arc in OID comment table
2012-09-16 Luke HowardCoding style conform
2012-09-14 Sam HartmanUpdate to use IETF RADIUS attributes
2012-09-14 Sam HartmanUpdate name OIDs
2012-09-12 Kevin WassermanUpdate mech oid to conform to draft-ietf-abfab-gss...
2012-09-12 Sam HartmanFix gcc 4.7 warnings
2012-09-12 Sam HartmanSend acceptor name and verify
2012-09-11 Sam HartmanUpdate to gss-eap-naming-04
2012-09-11 Sam HartmanMerge remote-tracking branch 'origin/radius-new-client...
2012-09-11 Sam HartmanMerge remote-tracking branch 'origin/rfc3961-mic'
2012-09-08 Luke Howardfix ISCBO for gssEapPseudoRandom signature change
2012-09-08 Luke Howardcorresponding header change for gssEapPseudoRandom
2012-09-07 Luke HowardCleanup gssEapPseudoRandom()
2012-09-05 Luke HowardDon't define inline if compiling C++ on Win32
2012-08-11 Luke HowardHandle NULL sequence state in exported partial contexts
2012-08-11 Luke HowardDon't expect OID for imported initiator name
2012-08-11 Luke Howardpreserve name mechanism on imported contexts
2012-06-20 Luke Howardallow GSS_C_NO_CREDENTIAL to gssEapPrimaryMechForCred
2012-02-05 Sam hartmanFix pointer signedness issues
2012-02-05 Kevin WassermanEap channel bindings fixes
2012-02-05 Kevin WassermanEAP Channel binding
2012-02-02 Luke HowardMerge branch 'master' into radius-new-client-pkcs12
2012-01-24 Sam HartmanInitializeshib resolver before opensaml so catalog...
2012-01-24 Sam Hartmanutil_moonshot.c: Handle empty strings in trust anchor...
2012-01-18 Sam HartmanTreat empty cert hash as NULL (LP: #917956)
2012-01-11 Luke Howardfix order of operations merge regression
2012-01-11 Luke Howarduse rs_attr_display_name/rs_attr_parse_name
2012-01-11 Luke Howarduse "26" as prefix for vendor attributes
2012-01-11 Luke Howarduse urn:ietf:params:gssapi:aaa-radius prefix
2012-01-11 Luke Howardremove dictionary param from sample radsec config
2012-01-11 Luke Howardcheck rs_attr_find return code correctly
2012-01-11 Luke Howardremove rs_context_init_freeradius_dict
2012-01-11 Luke Howardport to new RADIUS client library
2012-01-03 Sam HartmanMerge remote-tracking branch 'origin/master'
2011-12-12 Luke HowardRevert "InitOnceExecuteOnce not present on XP" mac-installer
2011-12-10 Luke HowardInitOnceExecuteOnce not present on XP
2011-12-10 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
next