mech_eap.orig
2011-03-09 Luke Howardremove __attribute__((__unused__)) for now until we...
2011-03-09 Luke HowardAlways request mutual on reauth to even out number...
2011-03-09 Luke Howardimplement preliminary acceptor name exchange
2011-03-09 Luke HowardAllow for graceful restart if acceptor ignores reauth...
2011-03-09 Luke Howarduse macros for state accessors
2011-03-09 Luke Howardadd some comments
2011-03-08 Luke Howardadd some explanations to tlv code
2011-03-08 Luke Howardcleanup
2011-03-08 Luke Howardforce load of global dictionary in RADIUS attr provider...
2011-03-08 Luke Howardcleanup
2011-03-08 Luke Howardcheck for non-NULL before calling pairbasicfree()
2011-03-08 Luke Howardadd test vendor info acceptor
2011-03-08 Luke Howarddon't fail hard if reauth cred generation fails
2011-03-08 Luke Howardfix some error token nits
2011-03-08 Luke Howardmore TLV cleanups
2011-03-08 Luke Howardfor state transitions through gssEapSmTransition
2011-03-08 Luke Howardmore cleanup on TLV
2011-03-08 Luke Howardcleanup TLV code
2011-03-08 Luke Howardcleanup, refactor TLV code
2011-03-08 Luke Howardget GSS-EAP working again with TLV
2011-03-08 Luke Howardmake state transition explicit rather than side-effect...
2011-03-08 Luke Howardinitial TLV refactor
2011-03-08 Sam HartmanTry building with eap from source tree
2011-03-08 Sam Hartmanmark *_err.c as built sources
2011-03-08 Sam HartmanLook for mech_eap dependencies in
2011-03-04 Luke Howardalways sent User-Name and GSS-* attributes
2011-03-04 Luke Howardupdate for latest radsec
2011-03-03 Luke HowardCleanup readme
2011-03-02 Luke HowardSent @REALM in EAP identity response
2011-03-02 Luke HowardSome additional README notes
2011-03-02 Luke HowardUse anonymous name if we have not initiator identity
2011-03-01 Luke HowardUse libeap API for constructing EAP identity request...
2011-03-01 Luke HowardForward EAP identity response as RADIUS user name
2011-03-01 Luke HowardAdd dictionary file with UKERNA attributes
2011-02-28 Luke HowardDon't leak packet if request object creation fails
2011-02-28 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2011-02-28 Luke HowardFix a couple of crashers in case of invalid radsec...
2011-02-28 Luke HowardUpdate for libradsec changes
2011-02-28 Sam Hartmandisplay_status: fix logic error
2011-02-28 Sam Hartmanaccept_sec_context: only destroy request if it is populated
2011-02-28 Sam HartmanFix com_err build targets
2011-02-26 Sam HartmanDon't depend on log4shib
2011-01-22 Luke HowardUpdate copyrights for 2011
2011-01-22 Luke HowardNote that /etc/gss/mech is not implementation-specific
2011-01-21 Luke Howardupdate for libradsec API change
2011-01-09 Luke Howardfix typo, update
2011-01-03 Luke HowardRemove some Heimdal compatibility macros, now have...
2011-01-03 Luke Howardremove gss_any_t definition, will patch this into Heimdal
2011-01-03 Luke Howardremove @TARGET_LIBS@, they don't exist
2011-01-03 Luke Howardreorder shibresolver/shibsp link
2011-01-02 Luke HowardCleanup
2011-01-02 Luke Howardcorrectly construct KRB-CRED for Heimdal reauth
2011-01-02 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2011-01-02 Luke HowardGet default credentials for acceptor context too
2011-01-02 Luke HowardAllow zero length but non-NULL tokens on init_sec_context
2011-01-02 Luke HowardAdd GSSEAP_MISSING_PASSWORD minor status code
2011-01-01 Luke Howardupdate for current EAP draft
2011-01-01 Luke Howardupdate Lucid code for Heimdal
2011-01-01 Luke HowardMore Heimdal portability cleanups
2011-01-01 Luke HowardHeimdal portability cleanups
2011-01-01 Luke Howardupdate notes
2011-01-01 Luke HowardMIT build fixes
2011-01-01 Luke HowardMore Heimdal reauth portability
2011-01-01 Luke HowardFix some warnings
2011-01-01 Luke HowardPartial build of reauth code against Heimdal
2010-12-31 Luke HowardHeimdal portability fixes (except for reauth)
2010-12-04 Luke HowardEnsure checksum type is keyed
2010-11-21 Luke HowardWhen processing error tokens at the initiator, verify...
2010-11-11 Luke Howardfix incorrect OID in sample documentation
2010-11-11 Luke Howardnote sample radsec.conf
2010-10-26 Luke HowardgssEapCreateAttrContext should not mutate context field...
2010-10-26 Luke HowardSet *conf_state on successful return from
2010-10-25 Luke Howardcleanup
2010-10-25 Luke HowardEnable libeap debugging iff GSSEAP_DEBUG defined
2010-10-25 Luke HowardIf we can't make reauth creds, return GSS_S_UNAVAILABLE
2010-10-25 Luke Howardexport gssspi_set_cred_option
2010-10-25 Luke Howardremove unnecessary namespace qualification
2010-10-25 Luke Howardset cred->flags from usage before testing
2010-10-25 Luke Howardremove some XXX markers
2010-10-25 Luke HowardCleanup
2010-10-25 Luke HowardSet GSS_S_CALL_INACCESSIBLE_READ for NULL params
2010-10-22 Luke Howarddocument state constants
2010-10-22 Luke Howardcleanup some symbolic constants
2010-10-21 Luke Howardcleanup
2010-10-21 Luke HowardEnable rs_conn_select_server code
2010-10-21 Luke Howardcleanup
2010-10-21 Luke Howardmap Shibboleth/OpenSAML exceptions to mech errors
2010-10-21 Luke Howardbetter error code propagation when creating attr contexts
2010-10-21 Luke HowardReturn an error if attribute context initialisation...
2010-10-21 Luke Howardcatch resolver exceptions
2010-10-21 Luke Howardcleanup
2010-10-21 Luke Howardfix some build issues with current resolver
2010-10-19 Luke HowardBuild with new C++ clean libeap
2010-10-19 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2010-10-18 Luke Howardfix uninitialised return code in encodeExtensions
2010-10-16 Luke Howardremove reflect error
2010-10-16 Luke Howardadd some function headers
2010-10-16 Luke Howardcleanup
2010-10-16 Luke Howardcleanup
2010-10-16 Luke Howardupdate for libradsec API cleanups
next