[36] in pc-kerberos
Has anyone ...?
daemon@ATHENA.MIT.EDU (Paul B. Hill )
Fri Jul 29 11:21:12 1994
To: pc-kerberos@MIT.EDU
Date: Fri, 29 Jul 94 11:19:13
From: pbh@MIT.EDU (Paul B. Hill )
Has anyone modified the krbdll sources so that the functions are all FAR
PASCAL instead of a mixture of FAR PASCAL and cdecl yet? Are you willing to
pass these changes back to us?
Does anyone have any interesting changes to pass back to us in the next 48
hours? We're getting ready for a new release next week. Here's what we're
hoping to complete:
1) native OS/2 version of the DLL
2) support for either kerbmem or a ticket file. This will allow
applications to share tickets with FTP, Inc's Kerberized applications in
the future. This also means that by using the ticket file you can run DOS
and Windows Kerberized applications under OS/2 and NT. It will also pave
the way for native NT implementation.
3) move the password dialog boxes from Leash into the DLL so that
applications can easily perform a kinit or change password with a common
look and feel. A bitmap logo will be added to the dialog boxes so that
sites can add thier own local logo.
4) A new function called krb_sendauth_packet() which provides a similar
functionality to krb_sendauth() but is useful for UDP applications or
application which provide the ticket as part of a higher level protocol.
5) Working with UMich to support AuthMan interface. This is still being
discussed with UMich.
6) some bug eliminations and trying to make the code easier to build
outside of MIT.
7) rkinit for DOS.