[31681] in Kerberos
Memory Callback support in GSSAPI
daemon@ATHENA.MIT.EDU (Manoj Mohan)
Wed Nov 11 11:25:07 2009
To: kerberos@mit.edu, kerberos-bounces@mit.edu
Message-ID: <OF14F5345B.9B959B7B-ON8725766B.0057630E-8625766B.005A2494@us.ibm.com>
From: Manoj Mohan <manojm@us.ibm.com>
Date: Wed, 11 Nov 2009 10:24:22 -0600
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Hi,
In order to ensure that server side code for Single-Sign-On runs can run on
multiple processes, I wanted to find out if there any available APIs to
register memory callback functions for malloc/realloc/free. Right now I can
see that when I call functions like gss_acquire_cred/gss_sec_accept_context
the credential handle will come out of heap/process memory and when the
thread will migrate to another process it will be invalid.
If memory callback functions are not there.. what is the best way to handle
this?
Thanks in advance..
Regards,
Manoj
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos