diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-06-10 23:03:47 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-06-10 23:03:47 +0000 |
| commit | 6d13182873eba8bef44bbe4928dcceb003948200 (patch) | |
| tree | 711ef0a1b8287eddb444373fcd81687931c9dd24 /src | |
| parent | 2387cfba0a073924280fd555c3df53527d975232 (diff) | |
| download | krb5-6d13182873eba8bef44bbe4928dcceb003948200.tar.gz krb5-6d13182873eba8bef44bbe4928dcceb003948200.tar.xz krb5-6d13182873eba8bef44bbe4928dcceb003948200.zip | |
Just to commit what has been entered so far. We're going to have
start doing a Real Changelog system after Beta 4....
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3743 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGELOG | 54 |
1 files changed, 41 insertions, 13 deletions
diff --git a/src/CHANGELOG b/src/CHANGELOG index 7da5b7f395..c5725bc24e 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,22 +1,50 @@ -Changes up until now: +Changes since BETA_3: - * Kerberos database format changed (but in a backwards compatible way). - Once you go forward, no going back. +Compilation changes for the NeXT, AIX. -[tytso:19930304.2209EST] +Fix RCP so it copies files using the uid of the user. - Removed SERVER_MISMATCH error message. Fixed bug in - validate_tgs_request() to handle forwarded tickets correctly. +Fix KRB5_INCSUBDIRS, so that the include files are installed correctly. -[tytso:19930309.2201EST] +Fix V4 krb.h file so that it will find the other V4 include files. - Function prototype for krb5_sname_to_principal changing to - include use of name type. This is an API Change. +Fix POSIX/non-POSIX signal type handling in kadmin server. -[tytso:19930316.0225EST] +Remove extraneous log() in V4 compatibility code. - (last week) --- fixed ASN.1 checksuming problem +Fix compat_recv.c so that it will look for krb.h in the right place. - Fixed get_cred() so that you don't get new credentials if the - second ticket matches. +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] |
