Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

krb5_get_init_creds_opt_set_expire_callback was correctly tagged with
KRB5_CALLCONV but the corresponding callback type was not. Add that
in.


https://github.com/krb5/krb5/commit/aedd1fea8405d857c072fb41f2d38db9df31c70d
Commit By: ghudson
Revision: 24529
Changed Files:
U trunk/src/include/krb5/krb5.hin
From: tlyu@mit.edu
Subject: SVN Commit

Update krb5_gic_opt_private and related code to reflect the change of
krb5_expire_callback_func from a function typedef to a function
pointer typedef. This was causing segfaults.

https://github.com/krb5/krb5/commit/e9dd6e21afc9af2237e9ae5590ad5a67e52fb24e
Commit By: tlyu
Revision: 24532
Changed Files:
U trunk/src/include/k5-int.h
U trunk/src/lib/krb5/krb/gic_pwd.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r24529, r24532 from trunk

------------------------------------------------------------------------
r24532 | tlyu | 2010-11-23 18:51:50 -0500 (Tue, 23 Nov 2010) | 6 lines

ticket: 6825

Update krb5_gic_opt_private and related code to reflect the change of
krb5_expire_callback_func from a function typedef to a function
pointer typedef. This was causing segfaults.

------------------------------------------------------------------------
r24529 | ghudson | 2010-11-22 23:50:40 -0500 (Mon, 22 Nov 2010) | 9 lines

ticket: 6825
subject: Add missing KRB5_CALLCONV in callback declaration
target_version: 1.9
tags: pullup

krb5_get_init_creds_opt_set_expire_callback was correctly tagged with
KRB5_CALLCONV but the corresponding callback type was not. Add that
in.

https://github.com/krb5/krb5/commit/72aea6d91dfd1d522d109ebb41dac3e0621bdb5d
Commit By: tlyu
Revision: 24546
Changed Files:
U branches/krb5-1-9/src/include/k5-int.h
U branches/krb5-1-9/src/include/krb5/krb5.hin
U branches/krb5-1-9/src/lib/krb5/krb/gic_pwd.c