Re: How to change lib version numbers?

2006-11-02 Thread Michael B Allen
On Fri, 03 Nov 2006 09:49:17 +1100 Brian May [EMAIL PROTECTED] wrote: Michael == Michael B Allen Michael writes: Michael I'm still having symbol clash problems when dlopen'd modules use different Michael versions of Heimdal. I have explored Love's suggestion of renaming all

Re: Heimdal client for Windows

2007-01-28 Thread Michael B Allen
http://www.univention.de -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

res_nsearch memory leaks

2007-02-04 Thread Michael B Allen
= parse_reply(reply, len); 567 free(reply); 568 return r; 569 } Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

memory leak in krb5_rd_cred

2007-02-05 Thread Michael B Allen
, len); +if (enc_krb_cred_part_data.data != cred.enc_part.cipher.data) + free(enc_krb_cred_part_data.data); + if (ret) goto out; -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

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

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

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-05 Thread Michael B Allen
/h.txt Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-07 Thread Michael B Allen
On Thu, 8 Feb 2007 09:33:34 +1100 Love Hörnquist Åstrand [EMAIL PROTECTED] wrote: 6 feb 2007 kl. 15.14 skrev 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

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-07 Thread Michael B Allen
(gsskrb5_is_cfx): always set is_cfx. From Andrew Abartlet. Has the procedure changed? Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Re: gsskrb5_accept_delegated_token leaks a ccache

2007-02-07 Thread Michael B Allen
your new development page and managed to get the latest branch. Thanks, Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Empty padata in AS-REQ

2007-02-07 Thread Michael B Allen
-- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Does this happen in the new mechglue too?

2007-02-07 Thread Michael B Allen
(unless it was explicitly specified). Please consider this condition wrt the new mechglue code if necessary. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Detect when KRB5CCNAME changes for certain server scenarios

2007-02-07 Thread Michael B Allen
(KRB5CCNAME); +} return context-default_cc_name; } -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Re: Keytab MEMORY in error message

2007-02-08 Thread Michael B Allen
[EMAIL PROTECTED](kvno 1) in keytab MEMORY (des-cbc-crc) I'm splitting these issues. For the first one, will using krb5_kt_get_full_name() instead be acceptable to you ? Sure. -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Re: Keytab MEMORY in error message

2007-02-08 Thread Michael B Allen
On Fri, 9 Feb 2007 12:41:40 +1100 Love Hörnquist Åstrand [EMAIL PROTECTED] wrote: 8 feb 2007 kl. 15.49 skrev Michael B Allen: Also, I would like to mention a very very minor issue related to the message above. If lib/krb5/get_in_tkt.c:init_as_req is called with krb5_kt_get_entry

Re: Detect when KRB5CCNAME changes for certain server scenarios

2007-02-08 Thread Michael B Allen
On Fri, 9 Feb 2007 12:35:22 +1100 Love Hörnquist Åstrand [EMAIL PROTECTED] wrote: 8 feb 2007 kl. 16.14 skrev Michael B Allen: Please consider the below patch. This will cause krb5_cc_set_default_name to be called if KRB5CCNAME changes at all. It assumes getenv returns the same

Re: GSSAPI lib from Heimdal does not cleanup credentials in OpenSSH

2007-02-15 Thread Michael B Allen
in Heimdal). I know nothing of OpenSSH but I would look at OpenSSH's cleanup code. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Re: memory leak in krb5_rd_cred

2007-02-20 Thread Michael B Allen
wrote: 6 feb 2007 kl. 14.45 skrev Michael B Allen: The following patch seems to fix a memory leak in lib/krb5/rd_cred.c:krb5_rd_cred. Thanks, used krb5_data_free, other then that the patch was the same. Love -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/