diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 6bf54558c..9ddf9a022 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,17 @@ +2004-01-25 Love Hörnquist Åstrand + + * gssapi.h: add gss_krb5_ccache_name + + * Makefile.am (libgssapi_la_SOURCES): += ccache_name.c + + * ccache_name.c (gss_krb5_ccache_name): help function enable to + set krb5 name, using out_name argument makes function no longer + thread-safe + + * gssapi.3: add missing gss_krb5_ references + + * gss_acquire_cred.3: document gss_krb5_ccache_name + 2003-12-12 Love Hörnquist Åstrand * cfx.c: make rrc a modulus operation if its longer then the diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 6bf54558c..9ddf9a022 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,17 @@ +2004-01-25 Love Hörnquist Åstrand + + * gssapi.h: add gss_krb5_ccache_name + + * Makefile.am (libgssapi_la_SOURCES): += ccache_name.c + + * ccache_name.c (gss_krb5_ccache_name): help function enable to + set krb5 name, using out_name argument makes function no longer + thread-safe + + * gssapi.3: add missing gss_krb5_ references + + * gss_acquire_cred.3: document gss_krb5_ccache_name + 2003-12-12 Love Hörnquist Åstrand * cfx.c: make rrc a modulus operation if its longer then the