Bug 1220 - Fix error messages for multiple mechanism GSSAPI libraries
Summary: Fix error messages for multiple mechanism GSSAPI libraries
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Kerberos support (show other bugs)
Version: 4.3p2
Hardware: Other All
: P2 normal
Assignee: Simon Wilkinson
URL:
Keywords:
Depends on:
Blocks: V_4_7 V_4_6_P2
  Show dependency treegraph
 
Reported: 2006-08-19 20:47 AEST by Simon Wilkinson
Modified: 2008-04-04 09:55 AEDT (History)
1 user (show)

See Also:


Attachments
Fix to pass the mechanism OID to gss_display_status (816 bytes, patch)
2006-08-19 20:50 AEST, Simon Wilkinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Wilkinson 2006-08-19 20:47:52 AEST
When using GSSAPI libraries which support multiple mechanisms, it's helpful to pass the OID of the current mechanism into the display_error routine in order to get better error messages back. As both MIT and
Heimdal are moving towards supporting pluggable GSSAPI mechanisms, it would be good to fix this.

The attached two line patch against CVS resolves this problem (which was originally reported by Jim Basney)
Comment 1 Simon Wilkinson 2006-08-19 20:50:59 AEST
Created attachment 1176 [details]
Fix to pass the mechanism OID to gss_display_status
Comment 2 Darren Tucker 2007-06-12 21:57:51 AEST
Patch applied, thanks.
Comment 3 Damien Miller 2008-04-04 09:55:46 AEDT
Close resolved bugs after release.