(krb5_mk_req_exact): free creds when done
[heimdal.git] / TODO
blobae6665330dc2922ecc45b8aac7f36a9b180d1095
1 -*- indented-text -*-
3 $Id$
5 * configure
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.
11 handle readline hiding in readline/readline.h
13 * appl
15 ** appl/popper
17 Implement RFC1731 and 1734, pop over GSS-API
19 * doc
21 * kdc
23 * kadmin
25 make it happy with reading and parsing kdc.conf
27 is in need of a major cleanup
29 * kpasswdd
31 figure out what's the deal with do_sequence and the MIT client
33 * lib
35 ** lib/asn1
37 prepend a prefix on all generated symbols
39 ** lib/auth
41 PAM
43 ** lib/com_err
45 write a man-page
47 ** lib/des
49 make everything work with openssl and make prototypes compatible
51 ** lib/gssapi
53 process_context_token, add_cred, inquire_cred_by_mech,
54 inquire_names_for_mech, and
55 inquire_mechs_for_name not implemented.
57 set minor_status in all functions
59 anonymous credentials not implemented
61 add rc4
63 ** lib/hdb
65 ** lib/kadm5
67 add policies?
69 fix to use rpc?
71 ** lib/krb5
73 the replay cache is, in its current state, not very useful
75 should the sequence numbers be XORed?
77 OTP?
79 make checksum/encryption type configuration more realm-specific.  make
80 some simple way of handling the w2k situtation
82 crypto: allow scatter/gather creation of checksums
84 verify_user: handle non-secure verification failing because of
85 host->realm mapping
87 figure out how forwardable/no-addresses and other init_creds related
88 settings are supposed to be set in /etc/krb5.conf and how they are read
90 ** lib/roken