x
[abartlet/lorikeet-heimdal.git/.git] / TODO
1 -*- indented-text -*-
2
3 $Id$
4
5 * configure
6
7 automatically figure out if krb4 is installed
8
9 * appl
10
11 more programs here
12
13 ** appl/popper
14
15 Implement RFC1731 and 1734, pop over GSS-API
16
17 ** appl/test
18
19 should test more stuff
20
21 * doc
22
23 there's some room for improvement here.
24
25 * kdc
26
27 should the KDC use keytabs to store its keys?  Then it could use krb5_rd_req.
28
29 * kadmin
30
31 is in need of a major cleanup
32
33 * lib
34
35 ** lib/asn1
36
37 prepend a prefix on all generated symbols
38
39 ** lib/auth
40
41 PAM and afskauthlib
42
43 ** lib/des
44
45 ** lib/gssapi
46
47 process_context_token, display_status, add_cred, inquire_cred_by_mech,
48 export_sec_context, import_sec_context, inquire_names_for_mech, and
49 inquire_mechs_for_name not implemented.
50
51 only DES MAC MD5 and DES implemented.
52
53 minor_status is never set
54
55 init_sec_context: `initiator_cred_handle' and `time_req' ignored.
56
57 input channel bindings are not supported
58
59 delegation not implemented
60
61 anonymous credentials not implemented
62
63 ** lib/hdb
64
65 fix locking
66
67 fix atomic rename of database
68
69 ** lib/kadm5
70
71 add policies?
72
73 fix to use rpc?
74
75 ** lib/krb5
76
77 the replay cache is, in it's current state, not very useful
78
79 the following encryption types have been implemented: DES-CBC-CRC,
80 DES-CBC-MD4, DES-CBC-MD5, DES3-CBC-MD5, DES3-CBC-SHA1
81
82 supports the following checksums: CRC32, RSA-MD4, RSA-MD5,
83 RSA-MD4-DES, RSA-MD5-DES, RSA-MD5-DES3, SHA1, HMAC-SHA1-DES3
84
85 always generates a new subkey in an authenticator
86
87 should the sequence numbers be XORed?
88
89 fix pre-authentication with pa-afs3-salt
90
91 OTP?
92
93 ** lib/roken
94
95 ** lib/sl