x
[heimdal.git] / TODO
blobba0a42b3d5e33505601148e700efa6e29b10040c
1 -*- indented-text -*-
3 $Id$
5 * configure
7 handle readline hiding in readline/readline.h
9 * appl
11 ** appl/popper
13 Implement RFC1731 and 1734, pop over GSS-API
15 * doc
17 * kdc
19 * kadmin
21 make it happy with reading and parsing kdc.conf
23 is in need of a major cleanup
25 * kpasswdd
27 figure out what's the deal with do_sequence and the MIT client
29 * lib
31 ** lib/asn1
33 prepend a prefix on all generated symbols
35 implicit optional CONS types
37 untag optional
40 ** lib/auth
42 ** lib/auth/sia
44 PAM
46 ** lib/com_err
48 write a man-page
50 ** lib/des
52 make everything work with openssl and make prototypes compatible
54 ** lib/gssapi
56 anonymous credentials not implemented
58 gss_acquire_cred(GSS_C_BOTH) with a keytab only, gss_add_cred,
59 gss_release_cred renders the output_cred_handle broken.
61 cache delegation credentials to avoid hitting the kdc ?  require time
62 stampless tickets, and was supported in the recv'ing end with 0.6.1.
64 flag to look at ok-to-delegate even if GSS_C_DELEG_FLAG was set
65 (limited to some target domains).
67 ** lib/hdb
69 ** lib/kadm5
71 add policies?
73 fix to use rpc?
75 ** lib/krb5
77 iv for aes
79 the replay cache is, in its current state, not very useful
81 OTP?
83 make checksum/encryption type configuration more realm-specific.
85 crypto: allow scatter/gather creation of checksums
87 verify_user: handle non-secure verification failing because of
88 host->realm mapping
90 config_file: do it in case-sensitive and/or insensitive
92 ** lib/roken