Bug 86384 - openssh-portable GSSAPI key-exchange patch
Summary: openssh-portable GSSAPI key-exchange patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 22:50 UTC by Garrett Wollman
Modified: 2006-10-07 22:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.48 KB, patch)
2005-09-20 22:50 UTC, Garrett Wollman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Garrett Wollman 2005-09-20 22:50:02 UTC
Someone who goes to the effort of installing openssh-portable with
GSSAPI enabled probably wants the GSSAPI key-exchange as well.  For
whatever reason, this still isn't integrated as of OpenSSH 4.2.

Fix: Simon Wilkinson's patch for 4.0p1 still applies cleanly on 4.2p1.
How-To-Repeat: 
Install openssh-portable with GSSAPI turned on.  Get annoying messages
about public keys.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-21 01:38:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-22 19:25:42 UTC
Dear Garrett,

Best way to include this patch in openssh is submitting to upstream
developers of openssh.

Thanks

-- 
Marcus Alves Grando
Grupos Internet S/A
marcus(at)corp.grupos.com.br
  mnag(at)FreeBSD.org
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-07 22:07:01 UTC
mnag        2006-10-07 21:06:55 UTC

  FreeBSD ports repository

  Modified files:
    security/openssh-portable Makefile distinfo 
  Added files:
    security/openssh-portable/files openssh-lpk.patch 
  Log:
  - Add OPTION to enable Kerberos/GSSAPI patch [1]
  - Add OPTION to enable LPK patch (ldap stored public key) [2]
  
  PR:             86384 [1], 103399 [2]
  Submitted by:   Garrett Wollman <wollman___khavrinen.csail.mit.edu> [1], Dmitriy Kirhlarov <dkirhlarov___oilspace.com> [2]
  
  Revision  Changes    Path
  1.113     +31 -11    ports/security/openssh-portable/Makefile
  1.37      +6 -0      ports/security/openssh-portable/distinfo
  1.1       +1813 -0   ports/security/openssh-portable/files/openssh-lpk.patch (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2006-10-07 22:07:12 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!