Bug 1220

Summary: Fix error messages for multiple mechanism GSSAPI libraries
Product: Portable OpenSSH Reporter: Simon Wilkinson <simon>
Component: Kerberos supportAssignee: Simon Wilkinson <simon>
Status: CLOSED FIXED    
Severity: normal CC: dtucker
Priority: P2    
Version: 4.3p2   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 1289, 1305    
Attachments:
Description Flags
Fix to pass the mechanism OID to gss_display_status none

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.