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