If we don't have a realm, use server FQDN; only portable thing we can do
[cyrus-sasl.git] / plugins / gs2.c
2011-03-17 Luke HowardIf we don't have a realm, use server FQDN; only portabl...
2011-03-16 Luke Howarddon't crash if client provides NULL authid
2011-03-16 Luke HowardDon't favour default GSS credentials over application...
2011-01-03 Luke HowardTreat GSS_C_NO_CRED identically to GSS_C_CRED_UNAVAIL
2011-01-03 Luke HowardDon't include gssapi_ext.h, we don't need it
2010-09-28 Luke Howardcleanup
2010-09-28 Luke Howardcleanup
2010-09-28 Luke Howardremove incorrect assertion
2010-09-27 Luke Howardadd some comments
2010-09-27 Luke HowardEmpty authnid means GSS_C_NO_NAME
2010-09-27 Luke Howarddo SASL name canon, whatever it does, before GSS name...
2010-09-27 Luke Howardnote about name canon
2010-09-27 Luke Howardmore cleanup
2010-09-27 Luke Howardmore cleanup
2010-09-27 Luke Howardcleanup
2010-09-27 Luke Howardcleanup
2010-09-27 Luke Howardclean up credential selection
2010-09-27 Luke HowardOnly ask for password if we can't get creds
2010-09-27 Luke Howarddon't care about returned mech from GSS accept/init
2010-09-27 Luke Howarddisable OID check to get IAKERB to work
2010-09-27 Luke Howardfor mechs that support GSS_C_MA_AUTH_INIT_INIT, use...
2010-09-27 Luke Howardagain don't release constant OIDs
2010-09-27 Luke Howarddon't free OID
2010-09-27 Luke HowardNew SASL_BADBINDING error code; cleanup error handling
2010-09-27 Luke Howardcleanup
2010-09-27 Luke HowardAdd GS2 plugin
2010-09-27 Luke Howardcomplete moving logic to server
2010-09-26 Luke Howardmove CB validation into libsasl
2010-09-26 Luke HowardAdd GS2 mech code