summaryrefslogtreecommitdiff
path: root/crypto/TODO
blob: d67cecd384afc9805c5c7112b7b4120390b7704d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: TODO,v 1.7 2001/07/10 21:52:46 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
  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.

- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
  module (in libtelnet).