Re: How to migrate from MIT krb5 - Heimdal?

2007-02-05 Thread Henry B. Hotz
On Jan 23, 2007, at 7:08 PM, Howard Chu wrote: Michael B Allen wrote: On Tue, 23 Jan 2007 14:14:34 -0800 David Wolfskill [EMAIL PROTECTED] wrote: Is there a way to copy the salient information from the MIT krb5 KDC to a shiny new Heimdal KDC in such a way that the Heimdal KDC can then

memory leak in krb5_rd_cred

2007-02-05 Thread Michael B Allen
The following patch seems to fix a memory leak in lib/krb5/rd_cred.c:krb5_rd_cred. $ diff -Naur rd_cred.c.0 rd_cred.c --- rd_cred.c.0 2007-02-05 22:42:47.0 -0500 +++ rd_cred.c 2007-02-05 22:35:30.0 -0500 @@ -152,6 +152,9 @@

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-05 Thread Michael B Allen
On Mon, 5 Feb 2007 22:24:22 -0500 Michael B Allen [EMAIL PROTECTED] wrote: If I simply remove the ccache = NULL line in gsskrb5_accept_delegated_token the leak is gone, delegation works fine and otherwise my application seems heathy. Correction, this breaks trying to initiate with the

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-05 Thread Michael B Allen
On Mon, 5 Feb 2007 22:59:34 -0500 Michael B Allen [EMAIL PROTECTED] wrote: If I simply remove the ccache = NULL line in gsskrb5_accept_delegated_token the leak is gone, delegation works fine and otherwise my application seems heathy. Correction, this breaks trying to initiate with the

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-05 Thread Michael B Allen
I can't seem to send the original message to this. I'm getting a4.sics.se[193.10.64.34] said: 550 5.7.0 Local Policy Violation (in reply to end of DATA command). There must be something in it causing the server to choke. Don't know why. Anyway here's a link: