git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13715 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-04-13 14:35:50 +00:00
parent 08f10ab3ca
commit 30d6172fe7
2 changed files with 24 additions and 0 deletions

View File

@@ -1,5 +1,26 @@
2004-04-13 Love H<>rnquist <20>strand <lha@it.su.se> 2004-04-13 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/Makefile.am: define BUILD_KRB5_LIB when building
libkrb5.la, add KRB5_LIB_FUNCTION proto
* lib/krb5/add_et_list.c: add KRB5_LIB_FUNCTION
* configure.in: export KRB5_LIB_FUNCTION when building with
BUILD_KRB5_LIB
* lib/krb5/ticket.c (krb5_ticket_get_authorization_data_type): add
error strings
* lib/krb5/prompter_posix.c (krb5_prompter_posix): if some thing
is printed on stderr, fflush it
* lib/krb5/krb5_keyblock.3: free functions also zeros out the key
* lib/krb5/krb5_get_init_creds.3: some text about
krb5_prompter_posix
* lib/krb5/krb5.conf.5: document hdb-ldap-structural-object
* lib/krb5/cache.c: add krb5_cc_get_prefix_ops * lib/krb5/cache.c: add krb5_cc_get_prefix_ops
* lib/krb5/krb5_ccache.3: add krb5_cc_get_prefix_ops * lib/krb5/krb5_ccache.3: add krb5_cc_get_prefix_ops

View File

@@ -1,5 +1,8 @@
2004-04-13 Love <lha@stacken.kth.se> 2004-04-13 Love <lha@stacken.kth.se>
* make-proto.pl: if -E, add windows standard calling conv to
headerfile if needed
* win32.m4: add rk_WIN32_EXPORT * win32.m4: add rk_WIN32_EXPORT
2004-02-12 Love <lha@stacken.kth.se> 2004-02-12 Love <lha@stacken.kth.se>