xref: /netbsd-src/crypto/TODO (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1$NetBSD: TODO,v 1.7 2001/07/10 21:52:46 wiz Exp $
2
3- Make KTH Kerberos IV API like the Berkeley'ized MIT API that
4  appeared in 4.4BSD.  This also means include paths and library
5  requirements.
6
7- Make the Heimdal Kerberos V API much more like the MIT API.  The
8  current situation means that basically no krb5-aware programs can
9  work with Heimdal without significant modification.  This includes
10  making compatibility links for e.g. libk5crypto -> libcrypto, etc.
11
12  Currently known-broken Kerberos-aware packages:
13  - ssh and ssh6
14
15- Make rcp, rlogin, ftpd, and ftp work with Kerberos again.
16
17- Decide if we're going to really try and support both krb4 and
18  krb5.  It's hard to make programs work with both, and having
19  to decide at compile-time really sucks.
20
21- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
22  module (in libtelnet).
23