cleanup unused parameter warnings
[mech_eap.git] / init_sec_context.c
2011-03-15 Luke Howardcleanup unused parameter warnings
2011-03-15 Luke HowardMerge branch 'master' into tlv
2011-03-12 Luke HowardMerge branch 'master' into tlv
2011-03-12 Luke HowardCleanup builds without reauth
2011-03-11 Sam HartmanFix macro errors in tlv
2011-03-09 Luke Howardremove SM_FLAG_RESTART
2011-03-09 Luke Howarddelegate output token criticality to handler
2011-03-09 Luke Howarddon't leak Kerberos context if reauth not supported
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-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-02 Luke HowardSent @REALM in EAP identity response
2011-01-22 Luke HowardUpdate copyrights for 2011
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
2010-11-21 Luke HowardWhen processing error tokens at the initiator, verify...
2010-10-25 Luke HowardEnable libeap debugging iff GSSEAP_DEBUG defined
2010-10-22 Luke Howardcleanup some symbolic constants
2010-10-19 Luke HowardMerge branch 'master' of ssh://moonshot.suchdamage...
2010-10-16 Luke Howardadd some function headers
2010-10-13 Luke Howardcleanup, fix some uninitialised variable warnings
2010-10-12 Luke Howardcopy name flags
2010-10-12 Luke Howardmore error reporting work
2010-10-12 Luke HowardMore error reporting
2010-10-12 Luke Howardsquash error codes before emitting error tokens
2010-10-12 Luke HowardAdd error token type
2010-10-11 Luke HowardBetter error reporting through com_err
2010-10-10 Luke Howardrefactory extensions code per Sam's comments
2010-10-10 Luke Howardmake extension tokens extensible
2010-10-08 Luke Howardrequire MSK on client
2010-10-01 Luke Howardvarious mutex-related cleanups
2010-09-29 Luke HowardDon't expose the enctype-less mech OID
2010-09-27 Luke Howardbe careful to lock cred before using it
2010-09-25 Luke Howardfor now, fake that we provide mutual auth
2010-09-25 Luke Howarddon't advertise mutual auth for now becuase it's not...
2010-09-25 Luke HowardHang default cred off credential object
2010-09-24 Luke HowardMerge branch 'master' of ssh://lhoward@moonshot.suchdam...
2010-09-24 Luke Howarduse pkgconfig
2010-09-24 Luke HowardIf GSS_C_NO_CREDENTIAL is passed to the initiator then
2010-09-24 Luke Howardcheck we have an initiator credential
2010-09-23 Luke HowardMerge branch 'fastreauth'
2010-09-23 Luke Howardmake reauth support conditionaly compilable
2010-09-23 Luke HowardUse AD-KDCIssued to protect RADIUS authdata. Cleanup.
2010-09-23 Luke Howardget reauthenticating working
2010-09-22 Luke Howardhook in initiator reauth
2010-09-22 Luke Howardpreliminary work on fast reauth
2010-09-22 Luke Howardsome work on fast reauth
2010-09-22 Luke HowardFix some build errors, and build with flat_namespace
2010-09-21 Luke HowardMerge branch 'oldradius'
2010-09-21 Luke Howardcleanup key derivation on acceptor
2010-09-21 Luke Howardcleanup, plugin attr context
2010-09-21 Luke Howardsome more fixes to almost get things working
2010-09-20 Luke Howardfix up state machine, some compile ints
2010-09-20 Luke Howardfactor out EAP into Identity and Authenticate states
2010-09-20 Luke Howardmerge EAP_FAIL fix from oldradius branch
2010-09-20 Luke HowardSupport for libradius
2010-09-20 Luke Howardremove trailing whitespace
2010-09-18 Luke Howardcleanup
2010-09-15 Luke HowardMore work on SAML code
2010-09-13 Luke Howardcleanup
2010-09-12 Luke HowardUse krb5_c_make_checksum hack to determine checksum
2010-09-10 Luke Howardcache the checksumtype and use MIT private API
2010-09-10 Luke Howardcleanup, various
2010-09-10 Luke HowardJust send application data in channel bindings
2010-09-10 Luke HowardFix no CB case
2010-09-10 Luke HowardImplement channel bindings
2010-09-09 Luke HowardFor initialContextToken, emit zero lengths inner token
2010-09-09 Luke Howard"encrypt" identity
2010-09-09 Luke HowardGet simple EAP case working
2010-09-09 Luke Howardfix some build errors
2010-09-09 Luke Howardsome testing logic for testing acceptor without radius
2010-09-09 Luke Howardmore work on state machines
2010-09-09 Luke HowardMore work on initiator state machine
2010-09-09 Luke HowardRefactor
2010-09-09 Luke HowardMore work on initiator state machine
2010-09-08 Luke Howardmore ISC work
2010-09-08 Luke Howardbeginnings of initiator state machine
2010-09-08 Luke Howardadd some state machine prototypes
2010-09-08 Luke HowardCleanup
2010-09-07 Luke HowardAdd some additional files
2010-09-07 Luke HowardMore work on initial implementation
2010-09-07 Luke HowardTemplates for EAP mechanism