Files
heimdal/lib/gssapi/mech
Luke Howard 221c295d5d gss: honor GM_USE_MG_NAME in gss_accept_sec_context()
GM_USE_MG_NAME was not honored in the case where the mechanism emitted a name,
but the caller of gss_accept_sec_context() did not request it be returned. This
would result in m->gm_release_name() being called on the mechglue name, which
would crash either because that function pointer was NULL or because it would
have expected a mechanism name.
2021-08-01 22:12:25 +10:00
..
2016-12-14 22:05:46 -06:00
2018-12-18 23:28:38 -06:00
2020-04-25 21:22:32 -05:00
2011-05-21 11:57:31 -07:00
2010-11-25 22:19:01 -08:00
2018-12-18 23:28:38 -06:00
2010-08-20 13:14:10 -04:00
2010-08-20 13:14:10 -04:00
2019-09-05 09:52:49 -05:00
2017-03-13 18:39:41 -04:00
2020-02-04 17:28:35 +11:00