bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-12 11:45 UTC
[Bug 1276] Link stage fails when gssapi exists
https://bugzilla.mindrot.org/show_bug.cgi?id=1276 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1233| |ok+ Flag| | --- Comment #4 from Darren Tucker <dtucker at zip.com.au> 2008-03-12 22:45:30 --- (From update of attachment 1233) I've done a test build with MIT krb5 1.5 and heimdal version 0.7.2 and 1.1, so this patch looks OK to me. Standard disclaimer: I don't use kerberos and disclaim all knowledge of it. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-21 10:27 UTC
[Bug 1276] Link stage fails when gssapi exists
https://bugzilla.mindrot.org/show_bug.cgi?id=1276 Simon Wilkinson <simon at sxw.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simon at sxw.org.uk --- Comment #5 from Simon Wilkinson <simon at sxw.org.uk> 2008-03-21 21:27:10 --- This patch looks fine. There's two issues here: *) The Kerberos GSSAPI code uses a function that isn't strictly part of the GSS API, gss_krb5_copy_cache. Both the MIT and Heimdal GSSAPI libraries provide this function as part of their libgssapi *) When adding NFSv4 support, UMich wrote a new 'libgssapi' wrapper library. Unfortunately, this isn't as generic as the name suggests, and doesn't implement the full GSS API. We need to avoid picking up this library. The patch will work in systems which have (MIT + Umich) libgssapis installed. I suspect it won't work only systems with (Heimdal + Umich) installed (as both the Heimdal and UMich libraries are called libgssapi). I can't see any easy way of making it work in that case. Simon. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 04:09 UTC
[Bug 1276] Link stage fails when gssapi exists
https://bugzilla.mindrot.org/show_bug.cgi?id=1276 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|1353 | -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 04:11 UTC
[Bug 1276] Link stage fails when gssapi exists
https://bugzilla.mindrot.org/show_bug.cgi?id=1276 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1452 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.