Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto Remove some items that have been done, and improve de...



details:   https://anonhg.NetBSD.org/src/rev/e847c1575783
branches:  trunk
changeset: 512325:e847c1575783
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 09 21:01:31 2001 +0000

description:
Remove some items that have been done, and improve description on some
others.

diffstat:

 crypto/TODO |  24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

diffs (44 lines):

diff -r b304f87717cb -r e847c1575783 crypto/TODO
--- a/crypto/TODO       Mon Jul 09 20:04:32 2001 +0000
+++ b/crypto/TODO       Mon Jul 09 21:01:31 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.5 2000/06/22 07:15:02 thorpej Exp $
+$NetBSD: TODO,v 1.6 2001/07/09 21:01:31 wiz Exp $
 
 - Make KTH Kerberos IV API like the Berkeley'ized MIT API that
   appeared in 4.4BSD.  This also means include paths and library
@@ -10,16 +10,7 @@
   making compatibility links for e.g. libk5crypto -> libcrypto, etc.
 
   Currently known-broken Kerberos-aware packages:
-
   - ssh and ssh6
-  - cvs
-  - sudo
-
-- Fix the telnet situation.  The Heimdal telnet suite appears to
-  be an older version of the NetBSD telnet suite with all of the
-  tn3270 support ripped out.  What we should probably just do is
-  lift the crypto-us telnet suite and add support for Heimdal krb5
-  to it.
 
 - Make rcp, rlogin, ftpd, and ftp work with Kerberos again.
 
@@ -27,12 +18,9 @@
   krb5.  It's hard to make programs work with both, and having
   to decide at compile-time really sucks.
 
-- Make passwd(1) fall back to non-Kerberos properly.  Right now, it
-  aborts, meaning you have to specify -l, or whatever.
-
-- Nuke .cat* and .info files from src/crypto/dist.
+- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
+  module (in libtelnet).
 
-- Put Krb4 ticket forwarding into libtelnet (lift it from heimdal
-  code).
-
-- Put encryption support for Krb5 into libtelnet (lift it from MIT).
+- Add connection encryption support to the Heimdal Kerberos 5
+  module (in libtelnet).  Hints on this can be taken from the MIT Kerberos 5
+  module which still exists in crypto-us.



Home | Main Index | Thread Index | Old Index