diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-04-06 03:49:47 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-04-06 03:49:47 +0000 |
| commit | 8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3 (patch) | |
| tree | a32c3f23c5ac1aef1e9fc8230b92c344d563edda /src/lib/ChangeLog | |
| parent | 1d06f0e29f9041438a30c0a09911d911fdf1e1f5 (diff) | |
| download | krb5-8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3.tar.gz krb5-8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3.tar.xz krb5-8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3.zip | |
Bug fixes or better error handling for the following 4 Windows bugs
(note, these changes haven't yet been tested on the PC which were
failing so no guarantee that they fully work):
a) GUI to cns improved so that you don't need a resize for the widgets to
align properly, and so the interaction of typing: "username cr password
cr" is all you need to do to get you a ticket.
b) cns uses krb5_us_gettimeofday instead of krb5_timeofday because the
former is more accurate and handles timezones. Probably should make
the latter just call the former.
c) Added SOCKET_INIT and SOCKET_DESTROY around krb5_sendto_kdc to prevent
some tcp/ip stacks from locking up after 8 uses.
d) Added a new error message and better error handling to give more
precision as to why one PC was getting the error 'Cannot find KDC
for requested realm.'
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5342 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
| -rw-r--r-- | src/lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 6dd26c2a6..5bb0712bb 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 5 16:27:53 1995 Keith Vetter (keithv@fusion.com) + + * libkrb5.def: added krb5_us_timeofday to export list + Fri Mar 31 16:15:59 1995 Theodore Y. Ts'o (tytso@dcl) * Makefile.in, configure.in: Move the dependency which causes |
