Hi All,

2020-05-26 Thread Ming Zhi
I have met a development issue about the kerberos's GSSAPI. The krb5 library has a `send hook' support as is done in `krb5_set_kdc_send_hook'. This is very useful for me, in a project where the network traffic is restricted to a single TCP connection, which is shared between different clients by m

Re: Hi All,

2020-05-27 Thread Ming Zhi
Thanks for your great suggestion, it solves my problem! On Wed, May 27, 2020 at 6:01 AM Greg Hudson wrote: > On 5/26/20 2:54 AM, Ming Zhi wrote: > > But with GSSAPI, I cannot find an official way to set the hook between > the > > `context' creation and the start of kdc t

libkrb5 failed to alloc memory

2020-10-24 Thread Ming Zhi
Hi all, I have encountered a very rare situation, that the libkrb5 raised an exception with the message "malloc: invalid size (unsorted)", and the host process quit afterwards. At the same time, sssd_kcm kept at very high CPU usage till kinit succeeded. Does someone have some hint about this issue?

Re: libkrb5 failed to alloc memory

2020-10-26 Thread Ming Zhi
it is the cause of the heap corruption. many thanks :-) On Mon, Oct 26, 2020 at 3:39 AM Greg Hudson wrote: > On 10/25/20 1:31 AM, Ming Zhi wrote: > > I have encountered a very rare situation, that the libkrb5 raised an > > exception with the message "malloc: invalid size