Mailing List Archive

[Bug 573] Don't include krb4 headers on a krb5 compile
http://bugzilla.mindrot.org/show_bug.cgi?id=573

Summary: Don't include krb4 headers on a krb5 compile
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: simon@sxw.org.uk


Historical, the Kerberos code required a kerberos 4 define (KEYFILE), even when
just built to use Kerberos V. The code that required this was removed in
revision 1.86 of servconf.c, but the header fudge in the portable patch was
never removed.

The forthcoming attachment just removes these unrequired headers, and so allows
Kerberos V support to build on systems which don't have Kerberos IV libraries.

(Thanks to Buck Huppman for originally identifying the issue)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 573] Don't include krb4 headers on a krb5 compile [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=573





------- Additional Comments From simon@sxw.org.uk 2003-05-21 08:11 -------
Created an attachment (id=307)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=307&action=view)
Patch to remove unnecessary headers

Attachment, as promised



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.