git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12625 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-25 01:27:40 +00:00
parent 43ee62bf0b
commit 934f0c3d3d
2 changed files with 52 additions and 0 deletions

View File

@@ -1,3 +1,29 @@
2003-08-25 Love H<>rnquist <20>strand <lha@it.su.se>
* inquire_cred.c (gss_inquire_cred): handle cred_handle beeing
GSS_C_NO_CREDENTIAL and use the default cred then.
2003-08-19 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: break out extensions and document
gsskrb5_register_acceptor_identity
2003-08-18 Love H<>rnquist <20>strand <lha@it.su.se>
* test_acquire_cred.c (print_time): time is returned in seconds
from now, not unix time
2003-08-17 Love H<>rnquist <20>strand <lha@it.su.se>
* compat.c (check_compat): avoid leaking principal when finding a
match
* address_to_krb5addr.c: sa_size argument to krb5_addr2sockaddr is
a krb5_socklen_t
* acquire_cred.c (gss_acquire_cred): 4th argument to
gss_test_oid_set_member is a int
2003-07-22 Love H<>rnquist <20>strand <lha@it.su.se>
* init_sec_context.c (repl_mutual): don't set kerberos error where

View File

@@ -1,3 +1,29 @@
2003-08-25 Love H<>rnquist <20>strand <lha@it.su.se>
* inquire_cred.c (gss_inquire_cred): handle cred_handle beeing
GSS_C_NO_CREDENTIAL and use the default cred then.
2003-08-19 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: break out extensions and document
gsskrb5_register_acceptor_identity
2003-08-18 Love H<>rnquist <20>strand <lha@it.su.se>
* test_acquire_cred.c (print_time): time is returned in seconds
from now, not unix time
2003-08-17 Love H<>rnquist <20>strand <lha@it.su.se>
* compat.c (check_compat): avoid leaking principal when finding a
match
* address_to_krb5addr.c: sa_size argument to krb5_addr2sockaddr is
a krb5_socklen_t
* acquire_cred.c (gss_acquire_cred): 4th argument to
gss_test_oid_set_member is a int
2003-07-22 Love H<>rnquist <20>strand <lha@it.su.se>
* init_sec_context.c (repl_mutual): don't set kerberos error where