Bug#563275: [Heimdal-bugs] Bug#563275: Please export more symbols

2010-01-02 Thread Love Hörnquist Åstrand
1 jan 2010 kl. 18:41 skrev Jelmer Vernooij: > Package: heimdal > Severity: wishlist > Tags: patch > > Please export the following symbols: > > * free_Salt > * initialize_hdb_error_table_r > * GSS_KRB5_CRED_NO_CI_FLAGS_X > * kdc_check_flags > > These symbols are required for Samba 4 to build ag

Bug#453241: [JIRA] Created: (HEIMDAL-117) Re: [Heimdal-bugs] Bug#453241: still broken (and partly openssh's fault)

2008-05-02 Thread Love Hörnquist Åstrand
30 apr 2008 kl. 23.39 skrev Russ Allbery: Love Hörnquist Åstrand <[EMAIL PROTECTED]> writes: How about using libtool ? Can you test this patch ? http://www.h5l.org/fisheye/changelog/heimdal/?cs=23146 Yup, this works, although it produces a bunch of spurious output in the middle

Bug#453241: [JIRA] Created: (HEIMDAL-117) Re: [Heimdal-bugs] Bug#453241: still broken (and partly openssh's fault)

2008-04-28 Thread Love Hörnquist Åstrand
To provide a bit of additional information (I should have pasted in the config.log output as well), the existing check fails on x86_64 because it uses -shared to link the test object but doesn't use -fPIC. This works on x86, but other platforms, such as x86_64, require all objects that

Bug#315059: Drop KRB4 support from HEIMDAL

2005-10-23 Thread Love Hörnquist Åstrand
You can use AFS support in heimdal (both KDC and client) in 0.7 without any kerberos 4 support. Please drop Kerberos 4, and leave it to the archeologists. Love -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#334632: [Pkg-openssl-devel] Re: Bug#334632: FTBFS: Crypto library used by krb4 lacks features required by Kerberos 5

2005-10-22 Thread Love Hörnquist Åstrand
Steve Langasek <[EMAIL PROTECTED]> writes: > A tantalizing suggestion. I've wished several times already for the krb4 > source package to go away, but it's still here. >:) The only packages in > Debian which build-depend on it are heimdal, and cyrus-sasl2, so it's > obviously not *widely* used,

Bug#334632: [Pkg-openssl-devel] Re: Bug#334632: FTBFS: Crypto library used by krb4 lacks features required by Kerberos 5

2005-10-22 Thread Love Hörnquist Åstrand
Kurt Roeckx <[EMAIL PROTECTED]> writes: > On Sat, Oct 22, 2005 at 09:11:18PM +1000, Brian May wrote: >> >> So, if this is correct (my guess is you are correct), does this mean >> this bug is an upstream bug in Heimdal and not a bug in openssl? >> >> I read bug report #333101 yesterday >> http:/

Bug#324342: heimdal: FTBFS on hurd-i386: Unconditional use of AFS syscalls

2005-08-25 Thread Love Hörnquist Åstrand
Michael Banck <[EMAIL PROTECTED]> writes: > There is no kernel AFS support in the Hurd yet (though this issue might > have stirred up some interest to write a translator for it), so the > syscalls in afssys.c fail. > > I am not sure what should be done in the generic case (I saw there is > some c

Bug#113317: xgethostname

2005-08-24 Thread Love Hörnquist Åstrand
The patch submited is missing many free()s and contains errors like like this: -char host[MAXHOSTNAMELEN]; +char *host; snprintf(host, sizeof(host), "%s.%s", instance, p); I agree with that removing limits are good, but the patch needs more tweeking and jacque is right, xgethostna