git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11973 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-06 00:32:20 +00:00
parent 1cd476c394
commit 73e3e32574
2 changed files with 62 additions and 18 deletions

View File

@@ -1,3 +1,25 @@
2003-04-06 Love H<>rnquist <20>strand <lha@it.su.se>
* acquire_cred.c (acquire_initiator_cred): if the requested name
isn't in the ccache, also check keytab. Extact the krbtgt for the
default realm to check how long the credentials will last.
* add_cred.c (gss_add_cred): don't create a new ccache, just open
the old one; better check if output handle is compatible with new
(copied) handle
* test_acquire_cred.c: test gss_add_cred too
2003-04-03 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: build test_acquire_cred
* test_acquire_cred.c: simple gss_acquire_cred test
2003-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: s/gssapi/GSS-API/
2003-03-19 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: document v1 interface (and that they are

View File

@@ -1,3 +1,25 @@
2003-04-06 Love H<>rnquist <20>strand <lha@it.su.se>
* acquire_cred.c (acquire_initiator_cred): if the requested name
isn't in the ccache, also check keytab. Extact the krbtgt for the
default realm to check how long the credentials will last.
* add_cred.c (gss_add_cred): don't create a new ccache, just open
the old one; better check if output handle is compatible with new
(copied) handle
* test_acquire_cred.c: test gss_add_cred too
2003-04-03 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: build test_acquire_cred
* test_acquire_cred.c: simple gss_acquire_cred test
2003-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: s/gssapi/GSS-API/
2003-03-19 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: document v1 interface (and that they are