Files
heimdal/lib/gssapi/mech
Luke Howard 18c18d84b1 gss: merge gss_name_to_oid and gss_mg_name_to_oid
The recently introduced gss_mg_name_to_oid() function supported looking up
dynamically loaded mechanisms by name, but did not support partial matches or
the legacy "Kerberos 5" name as supported by gss_name_to_oid().

Consolidate these into a single function, and also add support for dynamically
loaded mechanisms to gss_oid_to_name().

API behavior difference: the Kerberos mechanism is now referred to by "krb5"
rather tha "Kerberos 5", although for legacy compatibility gss_name_to_oid()
will recognize the old name. However, gss_oid_to_name() will return "krb5". The
anticipated impact is minimal as these are not standard GSS-APIs and do not
appear to have any public usage outside Heimdal.
2021-08-08 11:37:09 +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
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