+2000-02-01 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5_32.def: Replace decode_krb5_ticket with krb5_decode_ticket.
+ Add documentation about adding things to DEF file.
+
1999-12-03 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Use DLL_LINKOPTS to link DLL. Remove dependence of
; KRB5.DEF - KRB5.DLL module definition file
;----------------------------------------------------
+; ****************************************************************************
+; Do not add any function to this file until you make sure the calling
+; convention for the exported function is KRB5_CALLCONV
+; ****************************************************************************
+
+; Key:
+;
+; gssapi - used by GSS API (not part of krb5 API)
+; !CALLCONV - entrypoint that should have used KRB5_CALLCONV, but did not due
+; developer error
+
;LIBRARY KRB5
DESCRIPTION 'DLL for Kerberos 5'
HEAPSIZE 8192
krb5_auth_con_getlocalsubkey
krb5_auth_con_getremotesubkey
krb5_auth_con_init
- krb5_auth_con_setaddrs
+ krb5_auth_con_setaddrs ; !CALLCONV
krb5_auth_con_setflags
krb5_auth_con_getlocalseqnumber
krb5_auth_con_getremoteseqnumber
krb5_decrypt
krb5_encrypt_size
;
-;Temporary exports (DO NOT USE)
- decode_krb5_ticket
+; Added for Kermit 95
+ krb5_address_search ; !CALLCONV
+ krb5_auth_con_getrcache ; !CALLCONV
+ krb5_c_enctype_compare
+;
+ krb5_kuserok
+;
+; Added for 1.2:
+ krb5_decode_ticket
+;
+; Temporary exports (DO NOT USE)
+; decode_krb5_ticket -- no longer in library
des_ecb_encrypt
des_new_random_key
des_key_sched
krb5_ser_ccache_init
krb5_ser_keytab_init
krb5_ser_rcache_init
- decode_krb5_ap_req
+ decode_krb5_ap_req ; gssapi
krb5_mcc_ops
-;
-;Added for Kermit 95
- krb5_address_search
- krb5_auth_con_getrcache
- krb5_c_enctype_compare
-
- krb5_kuserok