summaryrefslogtreecommitdiff
path: root/kerberosV
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-06-22 21:11:15 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-06-22 21:11:15 +0000
commitba834d02f0bad981d51543361261fc9e375a2fdf (patch)
treec22a64af730bf82ced885152484347d887950391 /kerberosV
parentf7752088588443f7323180932855a0438f809a5d (diff)
Import of heimdal-0.3f
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
Diffstat (limited to 'kerberosV')
-rw-r--r--kerberosV/src/NEWS25
-rw-r--r--kerberosV/src/acconfig.h4
2 files changed, 29 insertions, 0 deletions
diff --git a/kerberosV/src/NEWS b/kerberosV/src/NEWS
index 1005e9375f1..a53da3abdcc 100644
--- a/kerberosV/src/NEWS
+++ b/kerberosV/src/NEWS
@@ -1,3 +1,28 @@
+Changes in release 0.3f
+
+ * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
+ the new keytab type that tries both of these in order (SRVTAB is
+ also an alias for krb4:)
+
+ * improve error reporting and error handling (error messages should
+ be more detailed and more useful)
+
+ * improve building with openssl
+
+ * add kadmin -K, rcp -F
+
+ * fix two incorrect weak DES keys
+
+ * fix building of kaserver compat in KDC
+
+ * the API is closer to what MIT krb5 is using
+
+ * more compatible with windows 2000
+
+ * removed some memory leaks
+
+ * bug fixes
+
Changes in release 0.3e
* rcp program included
diff --git a/kerberosV/src/acconfig.h b/kerberosV/src/acconfig.h
index 8740dae27f8..4ef0398bee0 100644
--- a/kerberosV/src/acconfig.h
+++ b/kerberosV/src/acconfig.h
@@ -98,3 +98,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
# define WORDS_BIGENDIAN 1
# endif
#endif
+
+#ifdef ROKEN_RENAME
+#include "roken_rename.h"
+#endif