[BACK]Return to TODO CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto

File: [cvs.NetBSD.org] / src / crypto / TODO (download)

Revision 1.7, Tue Jul 10 21:52:46 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, fvdl_fs64_base
Changes since 1.6: +1 -5 lines

Remove another one, noted by Love <lha@stacken.kth.se>, confirmed by thorpej.

$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).