2001-07-10 01:01:31 +04:00
|
|
|
$NetBSD: TODO,v 1.6 2001/07/09 21:01:31 wiz Exp $
|
2000-06-20 09:03:04 +04:00
|
|
|
|
|
|
|
- Make KTH Kerberos IV API like the Berkeley'ized MIT API that
|
|
|
|
appeared in 4.4BSD. This also means include paths and library
|
|
|
|
requirements.
|
|
|
|
|
|
|
|
- Make the Heimdal Kerberos V API much more like the MIT API. The
|
|
|
|
current situation means that basically no krb5-aware programs can
|
|
|
|
work with Heimdal without significant modification. This includes
|
|
|
|
making compatibility links for e.g. libk5crypto -> libcrypto, etc.
|
|
|
|
|
|
|
|
Currently known-broken Kerberos-aware packages:
|
|
|
|
- ssh and ssh6
|
|
|
|
|
|
|
|
- Make rcp, rlogin, ftpd, and ftp work with Kerberos again.
|
|
|
|
|
|
|
|
- Decide if we're going to really try and support both krb4 and
|
|
|
|
krb5. It's hard to make programs work with both, and having
|
|
|
|
to decide at compile-time really sucks.
|
2000-06-20 09:12:07 +04:00
|
|
|
|
2001-07-10 01:01:31 +04:00
|
|
|
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
|
|
|
|
module (in libtelnet).
|
2000-06-22 11:15:02 +04:00
|
|
|
|
2001-07-10 01:01:31 +04:00
|
|
|
- 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.
|