summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-05 17:07:14 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-05 17:07:14 +0000
commit1b0f2a7cf2825a2e3fa5040b5e6fc6cdba314629 (patch)
tree34e5bec0b756e1902c86366c25f682c73834d27a /src
parent5dfee43bb2db36b8ec921b2490b01d40c36e7c01 (diff)
downloadkrb5-1b0f2a7cf2825a2e3fa5040b5e6fc6cdba314629.tar.gz
krb5-1b0f2a7cf2825a2e3fa5040b5e6fc6cdba314629.tar.xz
krb5-1b0f2a7cf2825a2e3fa5040b5e6fc6cdba314629.zip
CHANGES is out of date, removed. Don't distribute the TODO file in the release
it's for our own internal planning. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5742 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/.Sanitize5
-rw-r--r--src/CHANGES50
2 files changed, 2 insertions, 53 deletions
diff --git a/src/.Sanitize b/src/.Sanitize
index cf7b5c7f8..7c39f1adc 100644
--- a/src/.Sanitize
+++ b/src/.Sanitize
@@ -25,11 +25,9 @@ Things-to-keep:
.cvsignore
.rconf
-CHANGES
ChangeLog
Makefile
Makefile.in
-TODO
acconfig.h
aclocal.m4
admin
@@ -48,7 +46,6 @@ kadmin.old
kdc
krb524
lib
-mac
patchlevel.h
prototype
slave
@@ -62,6 +59,8 @@ Things-to-lose:
kadmin.new
autotools
isode
+TODO
+mac
Do-last:
diff --git a/src/CHANGES b/src/CHANGES
deleted file mode 100644
index c5725bc24..000000000
--- a/src/CHANGES
+++ /dev/null
@@ -1,50 +0,0 @@
-Changes since BETA_3:
-
-Compilation changes for the NeXT, AIX.
-
-Fix RCP so it copies files using the uid of the user.
-
-Fix KRB5_INCSUBDIRS, so that the include files are installed correctly.
-
-Fix V4 krb.h file so that it will find the other V4 include files.
-
-Fix POSIX/non-POSIX signal type handling in kadmin server.
-
-Remove extraneous log() in V4 compatibility code.
-
-Fix compat_recv.c so that it will look for krb.h in the right place.
-
-krb5_free_kdc_rep() was being called twice in some error return cases
-in krb5_get_in_tkt(). Fixed.
-
-norealm_salt macro was broken; changed to use new function,
-krb5_principal2salt_norealm(). [tytso:19940311.1758EST]
-
-KDC wasn't handling postdated tickets requested via an initial ticket
-request correctly. It should have been setting the POSTDATED flag as
-well as the INVALID flag. [tytso:19940312.0015EST]
-
-Fixed get_in_tkt so that all memory is freed on error returns.
-[tytso:19940312.0101EST]
-
-Changed ccbase so that if a credentials name doesn't have a ':' in it,
-assume it is the default credential cache type.
-
-[tytso:19940513.1846EDT]
-
-Don't allow null passwords in kpasswd.
-
-Fix lots of memory allocation bugs.
-
-[tytso:19940602.1302EDT]
-
-Added most recent version of telnet.
-
-Added most recent version of gssapi from OV.
-
-Fixed inter-realm handling ---- patches from OCSG.
-
-V4-5 principal conversion now handles things automatically, without
-using a hard-coded table.
-
-[tytso:19940610.1837EDT]