+Mon Feb 8 22:08:22 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Link in the ccapi import library under windows.
+
+ * krb5_16.def, krb5_32.def: Added a number of miscellaneous
+ functions to the DLL exports list so that things build
+ under Windows again.
+
1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in, configure.in: Move the responsibility for
GLIBS = gssapi\gssapi.lib
K4LIBS = krb4\krb4.lib
+##DOS##CCACHE_LIB = $(SRCTOP)\windows\lib\KrbCC32.lib
+
##WIN16##VERLIBS=..\mit\windows\lib\vswin.lib c:\msvc\lib\ver.lib
##WIN32##VERLIBS=..\mit\windows\lib\vsnt.lib \
##WIN32## "c:\program files\devstudio\vc\lib\version.lib"
##WIN32## link $(WINDLLFLAGS) /def:$(CDEF) /out:$*.dll \
##WIN32## no_glue.obj version.res $(CLIBS) $(WINLIBS)
-$(KLIB): $(KLIBS) $(CLIB) $(WLIB) $(KDEF) k5_glue.obj $(KRB5RC)
+$(KLIB): $(KLIBS) $(CLIB) $(WLIB) $(KDEF) k5_glue.obj $(KRB5RC) $(CCACHE_LIB)
##WIN16## link /co /seg:400 /noe /nod /nol \
##WIN16## k5_glue, $*.dll, $*.map, \
##WIN16## $(MITLIBS) $(KLIBS) $(CLIB) $(WINLIBS), $(KDEF)
##WIN32## rc $(CPPFLAGS) -DKRB5_LIB -D_WIN32 -D_MSDOS -DRES_ONLY \
##WIN32## -fo version.res $(VERSIONRC)
##WIN32## link $(WINDLLFLAGS) /def:$(KDEF) /out:$*.dll \
-##WIN32## k5_glue.obj version.res $(KRB5RC) $(MITLIBS) $(KLIBS) $(CLIB) \
+##WIN32## k5_glue.obj version.res $(KRB5RC) $(MITLIBS) $(KLIBS) \
+##WIN32## $(CCACHE_LIB) $(CLIB) \
##WIN32## $(WINLIBS) advapi32.lib gdi32.lib
$(GLIB): $(GLIBS) $(KLIB) $(CLIB) $(GDEF) gss_glue.obj
krb5_get_credentials_validate
krb5_get_default_realm
krb5_get_host_realm
+ krb5_get_realm_domain
krb5_get_in_tkt
krb5_get_in_tkt_with_keytab
krb5_get_in_tkt_with_password
krb5_get_in_tkt_with_skey
+ krb5_get_init_creds_opt_init
+ krb5_get_init_creds_opt_set_tkt_life
+ krb5_get_init_creds_opt_set_renew_life
+ krb5_get_init_creds_opt_set_forwardable
+ krb5_get_init_creds_opt_set_proxiable
+ krb5_get_init_creds_opt_set_etype_list
+ krb5_get_init_creds_opt_set_address_list
+ krb5_get_init_creds_opt_set_preauth_list
+ krb5_get_init_creds_opt_set_salt
+ krb5_get_init_creds_password
+ krb5_get_init_creds_keytab
+ krb5_get_init_creds_opt_init
+ krb5_get_validated_creds
+ krb5_get_renewed_creds
krb5_get_notification_message
krb5_init_context
krb5_mk_error
krb5_os_localaddr
krb5_parse_name
krb5_principal_compare
+ krb5_prompter_posix
krb5_rd_cred
krb5_rd_error
krb5_rd_priv
krb5_timeofday
krb5_unparse_name
krb5_unparse_name_ext
+ krb5_free_unparsed_name
krb5_us_timeofday
;
krb5_use_enctype
des_pcbc_encrypt
des_quad_cksum
des_string_to_key
- des_set_random_generator_seed
+; des_set_random_generator_seed
+ des_init_random_number_generator
profile_get_values
krb5_random_confounder
krb5_size_opaque
krb5_get_credentials_validate
krb5_get_default_realm
krb5_get_host_realm
+ krb5_get_realm_domain
krb5_get_in_tkt
krb5_get_in_tkt_with_keytab
krb5_get_in_tkt_with_password
krb5_get_init_creds_password
krb5_get_init_creds_keytab
krb5_get_init_creds_opt_init
+ krb5_get_validated_creds
+ krb5_get_renewed_creds
krb5_get_notification_message
krb5_init_context
krb5_mk_error
krb5_os_localaddr
krb5_parse_name
krb5_principal_compare
+ krb5_prompter_posix
krb5_rd_cred
krb5_rd_error
krb5_rd_priv
krb5_timeofday
krb5_unparse_name
krb5_unparse_name_ext
+ krb5_free_unparsed_name
krb5_us_timeofday
krb5_get_server_rcache
;
des_quad_cksum
des_string_to_key
; des_set_random_generator_seed
+ des_init_random_number_generator
profile_get_values
krb5_random_confounder
krb5_size_opaque