diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ Programming: | |||
35 | - Use different PAM service name for kbdint vs regular auth (suggest from | 35 | - Use different PAM service name for kbdint vs regular auth (suggest from |
36 | Solar Designer) | 36 | Solar Designer) |
37 | - Ability to select which ChallengeResponseAuthentications may be used | 37 | - Ability to select which ChallengeResponseAuthentications may be used |
38 | and order to try them in e.g. "ChallengeResponseAuthentication skey, pam" | 38 | and order to try them in e.g. "ChallengeResponseAuthentication pam" |
39 | 39 | ||
40 | - Complete Tru64 SIA support | 40 | - Complete Tru64 SIA support |
41 | - It looks like we could merge it into the password auth code to cut down | 41 | - It looks like we could merge it into the password auth code to cut down |
@@ -57,10 +57,10 @@ Clean up configure/makefiles: | |||
57 | - Replace the whole u_intXX_t evilness in acconfig.h with something better??? | 57 | - Replace the whole u_intXX_t evilness in acconfig.h with something better??? |
58 | - Do it in configure.ac | 58 | - Do it in configure.ac |
59 | 59 | ||
60 | - Consider splitting the u_intXX_t test for sys/bitype.h into seperate test | 60 | - Consider splitting the u_intXX_t test for sys/bitype.h into separate test |
61 | to allow people to (right/wrongfully) link against Bind directly. | 61 | to allow people to (right/wrongfully) link against Bind directly. |
62 | 62 | ||
63 | - Consider splitting configure.ac into seperate files which do logically | 63 | - Consider splitting configure.ac into separate files which do logically |
64 | similar tests. E.g move all the type detection stuff into one file, | 64 | similar tests. E.g move all the type detection stuff into one file, |
65 | entropy related stuff into another. | 65 | entropy related stuff into another. |
66 | 66 | ||