Mercurial > dropbear
comparison TODO @ 284:eed26cff980b
propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad062cb3a0c279f7ba788583)
to branch 'au.asn.ucc.matt.dropbear' (head fff0894a0399405a9410ea1c6d118f342cf2aa64)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 13:23:49 +0000 |
parents | 91fbc376f010 aad4b3f58556 |
children | 1b9e69c058d2 |
comparison
equal
deleted
inserted
replaced
283:bd240aa12ba7 | 284:eed26cff980b |
---|---|
1 things for book in order of importance... | 1 Current: |
2 | 2 |
3 - Fix up pseudo-code [only] for combas that are not consistent with source | 3 Things which might need doing: |
4 - Start in chapter 3 [basics] and work up... | |
5 - re-write to prose [less abrupt] | |
6 - clean up pseudo code [spacing] | |
7 - more examples where appropriate and figures | |
8 | 4 |
9 Goal: | 5 - default private dbclient keys |
10 - Get sync done by mid January [roughly 8-12 hours work] | |
11 - Finish ch3-6 by end of January [roughly 12-16 hours of work] | |
12 - Finish ch7-end by mid Feb [roughly 20-24 hours of work]. | |
13 | 6 |
14 Goal isn't "first edition" but merely cleaner to read. | 7 - Make options.h generated from configure perhaps? |
15 | 8 |
9 - Improved queueing of unauthed connections | |
16 | 10 |
11 - handle /etc/environment in AIX | |
12 | |
13 - check that there aren't timing issues with valid/invalid user authentication | |
14 feedback. | |
15 | |
16 - Binding to different interfaces | |
17 | |
18 - check PRNG | |
19 - CTR mode | |
20 - SSH_MSG_IGNORE sending to improve CBC security | |
21 - DH Group Exchange possibly, or just add group14 (whatever it's called today) | |
22 | |
23 - fix scp.c for IRIX | |
24 | |
25 - Be able to use OpenSSH keys for the client? or at least have some form of | |
26 encrypted keys. | |
27 | |
28 - Client agent forwarding | |
29 | |
30 - Handle restrictions in ~/.ssh/authorized_keys ? |