clean-fix
[heimdal.git] / TODO
blob5a79c306b52cdbce0ace899c506b92a18c3fa43f
1 -*- indented-text -*-
3 $Id$
5 * admin
7 add some kind of remote admin protocol
9 allow changing of all fields with kdb_edit
11 * kpasswdd
13 configuration control for password expiration
15 * appl
17 more programs here
19 ** appl/popper
21 Implement RFC1731 and 1734, pop over GSS-API
23 ** appl/rsh
25 perhaps rsh and rshd should be able to handle the `traditional'
26   rsh-protocol as well.
28 ** appl/telnet
30 error messages when kerberos functions fail
32 ** appl/test
34 should test more stuff
36 * doc
38 there's some room for improvement here.
40 * kdc
42 should the KDC use keytabs to store its keys?  Then it could use krb5_rd_req.
44 * lib
46 ** lib/asn1
48 prepend a prefix on all generated symbols
50 ** lib/auth
52 PAM and afskauthlib
54 ** lib/des
56 md4, md5, and sha doesn't work on Crays.
58 ** lib/gssapi
60 acquire_cred, release_cred, process_context_token, context_time,
61 display_status, compare_names, export_name, inquire_cred,
62 wrap_size_limit, add_cred, inquire_cred_by_mech, export_sec_context,
63 import_sec_context, inquire_names_for_mech, inquire_mechs_for_name,
64 canonicalize_name, and duplicate_name not implemented.
66 import_name only understands GSS_C_NT_HOSTBASED_SERVICE and
67 GSS_C_NO_OID.
69 get_mic, wrap: always uses the remote_subkey
71 only DES MAC MD5 and DES implemented.
73 wrap and unwrap always uses DES for sealing even if conf is not
74 requested.
76 minor_status is never set
78 init_sec_context: `initiator_cred_handle' and `time_req' ignored.
80 accept_sec_context: the first principal in the srvtab is always used.
82 accept_sec_context: `acceptor_cred_handle' is ignored.
84 input channel bindings are not supported
86 delegation not implemented
88 anonymous credentials not implemented
90 ** lib/hdb
92 fix encryption of database entries and master keys.
94 fix locking
96 fix atomic rename of database
98 ** lib/krb5
100 replay cache not implemented
102 the following encryption types have been implemented: DES-CBC-CRC,
103 DES-CBC-MD4, DES-CBC-MD5
105 supports the following checksums: CRC32, RSA-MD4, RSA-MD5,
106 RSA-MD4-DES, RSA-MD5-DES
108 always generates a new subkey in an authenticator
110 probably leaks memory when errors occur
112 should the sequence numbers be XORed?
114 encryption and checksum type is still hardcoded in some places.
116 wait for error before generating preauthentication
118 pa-afs3-salt?
120 OTP?
122 ** lib/roken
124 ** lib/sl