aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ChangeLog')
-rw-r--r--src/lib/ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index b5abe94..d1daec7 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,63 @@
+2002-04-16 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5_32.def: Remove krb5_mcc_ops and krb5_cc_register() as
+ GSSAPI no longer needs those.
+
+2002-04-16 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5_32.def: Add krb5_free_ap_req() as private for GSSAPI. Add
+ krb5_get_host_realm() and krb5_free_host_realm() as public
+ functions. Reformat to make it easier to read and compare.
+
+2002-04-05 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5_32.def: Hopefully final cut at consistent exports between
+ Windows and MacOS X. Still has private stuff needed by gssapi and
+ krb4.
+
+2002-04-03 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5_32.def: First cut at consistent exports between Windows and
+ MacOS X. More work needs to be done.
+
+2001-11-29 Danilo Almeida <dalmeida@mit.edu>
+
+ * gssapi32.def: Export gss_mech_krb5 as DATA. Mark all exported
+ variables as DATA. [Copied over from trunk.]
+
+2000-06-02 Danilo Almeida <dalmeida@mit.edu>
+
+ * win_glue.c (GetCallingAppVerInfo, krb5_vercheck): Use
+ APPVERINFO_SIZE-sized buffers instead of hard-coding a number
+ everywhere. Document the buffer size in funciton documentation.
+
+ * krb5_32.def: Add krb5int_cc_default for the benefit of GSS API DLL.
+
+2000-05-23 Nalin Dahyabhai <nalin@redhat.com>
+
+ * win_glue.c (GetCallingAppVerInfo): Don't overfill buffers
+ "AppTitle", "AppVer", and "AppIni".
+
+2000-05-15 Jeffrey Altman <jaltman@columbia.edu>
+
+ * krb5_32.def -- Added exports for new public functions
+
+ krb5_appdefault_string
+ krb5_appdefault_boolean
+
+2000-05-04 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5_32.def: Reflect something closer to the reality of
+ what we would like to do for 1.3.
+
+2000-05-03 Nalin Dahyabhai <nalin@redhat.com>
+
+ * win_glue.c (do_timebomb): Don't overflow buffer "buf".
+
+2000-04-29 Jeffrey Altman <jaltman@columbia.edu>
+
+ * krb5_32.def: Add krb5_get_tgs_ktypes, krb5_free_ktypes for gssapi
+
2000-03-15 Danilo Almeida <dalmeida@mit.edu>
* krb5_32.def: Add krb5_get_prompt_types.