summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/ChangeLog
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-22 04:59:35 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-22 04:59:35 +0000
commite8a87f4e203064d5e7f26fe53ad3b923fe0f9c6e (patch)
treee13b64ba3af3fdf8ca64a8f88f154d717065beb0 /src/lib/gssapi/krb5/ChangeLog
parentfdb48b69f1d07a5bca212e4d25290c28435d1ed9 (diff)
Changed the name of the gssapi library created under Windows and a couple of
signed/unsigned assignment mismatches. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5182 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/krb5/ChangeLog')
-rw-r--r--src/lib/gssapi/krb5/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/gssapi/krb5/ChangeLog b/src/lib/gssapi/krb5/ChangeLog
index 975e965c5..fbb262e7e 100644
--- a/src/lib/gssapi/krb5/ChangeLog
+++ b/src/lib/gssapi/krb5/ChangeLog
@@ -1,3 +1,12 @@
+Thu Mar 16 19:54:33 1995 Keith Vetter (keithv@fusion.com)
+
+ * init_sec_context.c: fixed signed/unsigned mismatch and
+ added a prototype which will later be removed.
+ * import_name.c: fixed for the PC--made conditional the
+ code dependent upon passwords.
+ * Makefile.in: changed the name of the library the PC
+ builds, and added xxx-mac targets to mimic xxx-unix.
+
Fri Mar 10 09:44:29 1995 Chris Provenzano (proven@mit.edu)
* init_sec_context.c (krb5_gss_init_sec_context())