update
[abartlet/lorikeet-heimdal.git/.git] / TODO
1 -*- indented-text -*-
2
3 $Id$
4
5 * configure
6
7 use more careful checking before starting to use berkeley db.  it only
8 makes sense to do so if we have the appropriate library and the header
9 file.
10
11 handle readline hiding in readline/readline.h
12
13 * appl
14
15 ** appl/popper
16
17 Implement RFC1731 and 1734, pop over GSS-API
18
19 * doc
20
21 add example from hprop manpage to texi
22
23 * kdc
24
25 * kadmin
26
27 make it happy with reading and parsing kdc.conf
28
29 is in need of a major cleanup
30
31 * kpasswdd
32
33 figure out what's the deal with do_sequence and the MIT client
34
35 * lib
36
37 ** lib/asn1
38
39 prepend a prefix on all generated symbols
40
41 ** lib/auth
42
43 PAM
44
45 ** lib/com_err
46
47 write a man-page
48
49 ** lib/des
50
51 make everything work with openssl and make prototypes compatible
52
53 ** lib/gssapi
54
55 process_context_token, add_cred, inquire_cred_by_mech,
56 inquire_names_for_mech, and
57 inquire_mechs_for_name not implemented.
58
59 set minor_status in all functions
60
61 init_sec_context: `initiator_cred_handle' ignored.
62
63 anonymous credentials not implemented
64
65 add rc4
66
67 ** lib/hdb
68
69 ** lib/kadm5
70
71 add policies?
72
73 fix to use rpc?
74
75 ** lib/krb5
76
77 rewrite the lookup of KDCs to handle kerberos-<n> and not do any DNS
78 requests if the information can be found locally.  this requires stop
79 using krb5_get_krbhst.
80
81 the replay cache is, in its current state, not very useful
82
83 always generates a new subkey in an authenticator
84
85 should the sequence numbers be XORed?
86
87 OTP?
88
89 make checksum/encryption type configuration more realm-specific.  make
90 some simple way of handling the w2k situtation
91
92 crypto: allow scather/gather creation of checksums
93
94 ** lib/roken