Better error reporting through com_err
[mech_eap.git] / accept_sec_context.c
2010-10-11 Luke HowardBetter error reporting through com_err
2010-10-11 Luke Howardinitialise output token, cleanup
2010-10-10 Luke Howardrefactory extensions code per Sam's comments
2010-10-10 Luke Howardmake extension tokens extensible
2010-10-09 Luke Howardcleanup
2010-10-09 Luke Howardremove name pointer to handle/config file
2010-10-09 Luke Howardcleanup, filter secret attributes before copying
2010-10-09 Luke Howarddestroy conn handle after authenticated
2010-10-08 Luke Howardalways need a key for CB to work
2010-10-08 Luke Howardfix some libradsec interop nits
2010-10-08 Luke Howards/avps/vps/g
2010-10-08 Luke Howardinitial libradsec port
2010-10-04 Luke Howardmarshal server name in partial contexts
2010-09-29 Luke Howardlock creds in right spot in accept_sec_context
2010-09-28 Luke Howardfix time of use reression in accept_sec_context
2010-09-28 Luke Howarddon't enter cleanup handler without locking cred
2010-09-27 Luke Howardbe careful to lock cred before using it
2010-09-25 Luke HowardHang default cred off credential object
2010-09-24 Luke HowardMerge branch 'master' of ssh://lhoward@moonshot.suchdam...
2010-09-23 Luke HowardMerge branch 'fastreauth'
2010-09-23 Luke Howardcleanup
2010-09-23 Luke Howardmake reauth support conditionaly compilable
2010-09-23 Luke HowardPass GSS_C_DCE_STYLE to wrap/unwrap
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 HowardSupport VENDOR_ATTR_GSS_ACCEPTOR_SERVICE_SPECIFIC
2010-09-22 Luke HowardFix some build errors, and build with flat_namespace
2010-09-21 Luke Howardcleanup attribute names for radius
2010-09-21 Luke Howarddon't expose unauthenticated initiator identity
2010-09-21 Luke Howardset acceptor name
2010-09-21 Luke HowardDiscard initiator name from identity packet because
2010-09-21 Luke HowardMerge branch 'oldradius'
2010-09-21 Luke Howardcleanup key derivation on acceptor
2010-09-21 Luke HowardSome preliminary exposing of attributes here
2010-09-21 Luke Howardcleanup, plugin attr context
2010-09-21 Luke Howardsupport concatenated AVPs
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 Howardcleanup radius code a bit
2010-09-20 Luke Howardfactor out EAP into Identity and Authenticate states
2010-09-20 Luke Howardchange temp password to foo
2010-09-20 Luke HowardSupport for libradius
2010-09-19 Luke Howardcleanup and plugin attr context creation
2010-09-18 Luke Howardcleanup
2010-09-15 Luke HowardMore work on SAML code
2010-09-13 Luke HowardPlug builtin EAP back in
2010-09-13 Luke Howardsome refactoring to begin RADIUS work
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 HowardImplement channel bindings
2010-09-09 Luke HowardFor initialContextToken, emit zero lengths inner token
2010-09-09 Luke Howardcleanup
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 HowardRefactor
2010-09-07 Luke HowardAdd some additional files
2010-09-07 Luke HowardTemplates for EAP mechanism