summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-08 06:20:38 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-08 06:20:38 +0000
commit48b2f730053721081d2d6a4d1cef2a96462a5886 (patch)
tree3c70e3eb410d883cef04425fd71a315ccd577ca1 /TODO
parenta383baac4604a7de1710e87fba0403e4a56d5472 (diff)
downloadopenssh-git-48b2f730053721081d2d6a4d1cef2a96462a5886.tar.gz
Updated TODO to reflect that sftp-server should be fixed to support
32bits int if 64bits don't exist.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index c28a3e12..042d4e97 100644
--- a/TODO
+++ b/TODO
@@ -10,8 +10,8 @@ Programming:
- Finish integrating kernel-level auditing code for IRIX and SOLARIS
(Gilbert.r.loomis@saic.com)
-- Support 64bit ints on machines that lack 'long long' and u_intXX_t
- (tim@multitalents.net)
+- sftp-server: Rework to step down to 32bit ints if the platform
+ lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
solutions break scp or leaves processes hanging around after the ssh