git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12565 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-17 16:23:32 +00:00
parent e29f5d55cd
commit 37ee3711ca

View File

@@ -1,5 +1,10 @@
2003-08-17 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/Makefile.am: man_MANS += krb5_get_init_creds.3
* lib/krb5/krb5_get_init_creds.3: begining of documentation of
krb5_get_init_creds
* lib/krb5/get_in_tkt.c (krb5_get_in_tkt): for compatibility with
with the mit implemtation, don't free `creds' argument when done,
its up the the caller to do that, also allow a NULL ccache.