Home | History | Annotate | Line # | Download | only in crypto
TODO revision 1.1
      1  1.1  thorpej $NetBSD: TODO,v 1.1 2000/06/20 05:03:04 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej - Make KTH Kerberos IV API like the Berkeley'ized MIT API that
      4  1.1  thorpej   appeared in 4.4BSD.  This also means include paths and library
      5  1.1  thorpej   requirements.
      6  1.1  thorpej 
      7  1.1  thorpej - Make the Heimdal Kerberos V API much more like the MIT API.  The
      8  1.1  thorpej   current situation means that basically no krb5-aware programs can
      9  1.1  thorpej   work with Heimdal without significant modification.  This includes
     10  1.1  thorpej   making compatibility links for e.g. libk5crypto -> libcrypto, etc.
     11  1.1  thorpej 
     12  1.1  thorpej   Currently known-broken Kerberos-aware packages:
     13  1.1  thorpej 
     14  1.1  thorpej   - ssh and ssh6
     15  1.1  thorpej   - cvs
     16  1.1  thorpej   - sudo
     17  1.1  thorpej 
     18  1.1  thorpej - Fix the telnet situation.  The Heimdal telnet suite appears to
     19  1.1  thorpej   be an older version of the NetBSD telnet suite with all of the
     20  1.1  thorpej   tn3270 support ripped out.  What we should probably just do is
     21  1.1  thorpej   lift the crypto-us telnet suite and add support for Heimdal krb5
     22  1.1  thorpej   to it.
     23  1.1  thorpej 
     24  1.1  thorpej - Make rcp, rlogin, ftpd, and ftp work with Kerberos again.
     25  1.1  thorpej 
     26  1.1  thorpej - Decide if we're going to really try and support both krb4 and
     27  1.1  thorpej   krb5.  It's hard to make programs work with both, and having
     28  1.1  thorpej   to decide at compile-time really sucks.
     29