git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12428 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-06 23:37:35 +00:00
parent 3026b3bd70
commit 431abedcbb
4 changed files with 28 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
2003-07-07 Love H<>rnquist <20>strand <lha@it.su.se>
* kuser/klist.c (check_for_tgt): use krb5_cc_clear_mcred
* appl/test/uu_client.c (proto): use krb5_cc_clear_mcred
* lib/krb5/get_cred.c (init_tgs_req): in case of error, don't free
in the req_body addresses since they where pass in by caller
(find_cred): use krb5_cc_clear_mcred
* lib/krb5/krb5_ccache.3: document krb5_cc_clear_mcred
* lib/krb5/cache.c (krb5_cc_clear_mcred): new function, clear a
krb5_creds to use with krb5_cc_retrieve_cred
2003-06-30 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/hdb.c (find_dynamic_method): if there isn't a prefix,

View File

@@ -1,3 +1,7 @@
2003-07-07 Love H<>rnquist <20>strand <lha@it.su.se>
* login.c (krb5_to4): use krb5_cc_clear_mcred
2003-03-24 Johan Danielsson <joda@pdc.kth.se>
* Makefile.am: install man pages

View File

@@ -1,3 +1,7 @@
2003-07-07 Love H<>rnquist <20>strand <lha@it.su.se>
* xnlock.c (verify_krb5): use krb5_cc_clear_mcred
2003-05-06 Johan Danielsson <joda@pdc.kth.se>
* no checks here

View File

@@ -1,4 +1,8 @@
2003-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
2003-07-07 Love H<>rnquist <20>strand <lha@it.su.se>
* afskauthlib/verify.c (verify_krb5): use krb5_cc_clear_mcred
2003-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* sia/Makefile.am: inline COMPILE since (modern) automake doesn't
add it by itself for some reason