8b8fb98e91
while doing the Heimdal+KTH merge.
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
$NetBSD: TODO,v 1.1 2000/06/20 05:03:04 thorpej Exp $
|
|
|
|
- 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
|
|
- 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.
|
|
|
|
- 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.
|