comparison TODO @ 183:5162f4e4021c

- note that we should warn if blocking on read from /dev/random
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Apr 2005 14:52:27 +0000
parents b9d3f725e00b
children 5ccad7634388
comparison
equal deleted inserted replaced
182:aeca43462eee 183:5162f4e4021c
2 2
3 Things which might need doing: 3 Things which might need doing:
4 4
5 - Make options.h generated from configure perhaps? 5 - Make options.h generated from configure perhaps?
6 6
7 - some sort of warning when blocking on random? (could be difficult,
8 investigate alarm() perhaps)
9
7 - Improved queueing of unauthed connections 10 - Improved queueing of unauthed connections
8
9 - fix agent fwd problems
10 11
11 - handle /etc/environment in AIX 12 - handle /etc/environment in AIX
12 13
13 - check that there aren't timing issues with valid/invalid user authentication 14 - check that there aren't timing issues with valid/invalid user authentication
14 feedback. 15 feedback.