Bug fixes or better error handling for the following 4 Windows bugs
authorKeith Vetter <keithv@fusion.com>
Thu, 6 Apr 1995 03:49:47 +0000 (03:49 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 6 Apr 1995 03:49:47 +0000 (03:49 +0000)
commit8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3
treea32c3f23c5ac1aef1e9fc8230b92c344d563edda
parent1d06f0e29f9041438a30c0a09911d911fdf1e1f5
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
26 files changed:
src/include/krb5/ChangeLog
src/include/krb5/base-defs.h
src/include/krb5/func-proto.h
src/include/krb5/los-proto.h
src/lib/ChangeLog
src/lib/krb5/error_tables/ChangeLog
src/lib/krb5/error_tables/krb5_err.et
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/get_krbhst.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/sendto_kdc.c
src/lib/libkrb5.def
src/util/et/ChangeLog
src/util/et/com_err.h
src/windows/changelo
src/windows/cns/changelo
src/windows/cns/cns.c
src/windows/cns/cns.def
src/windows/cns/cns.h
src/windows/cns/cns.rc
src/windows/readme
src/windows/wintel/changelo
src/windows/wintel/dialog.h
src/windows/wintel/screen.c
src/windows/wintel/screen.h
src/windows/wintel/telnet.rc