]> andersk Git - openssh.git/commitdiff
Updated TODO to reflect that sftp-server should be fixed to support
authormouring <mouring>
Mon, 8 Jan 2001 06:20:38 +0000 (06:20 +0000)
committermouring <mouring>
Mon, 8 Jan 2001 06:20:38 +0000 (06:20 +0000)
32bits int if 64bits don't exist.

ChangeLog
TODO

index 27cedf3679e25fdd1715e97c9c72d297f972a9fd..51f9686ca1d50c0411b6f51ec3be44518807646e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
      syslog priority changes:
              fatal() LOG_ERR  -> LOG_CRIT
              log()   LOG_INFO -> LOG_NOTICE
+ - Updated TODO
 
 20010107
  - (bal) OpenBSD Sync
diff --git a/TODO b/TODO
index c28a3e122b7be152be19f6e848c3ba5833930697..042d4e97f1079c099b579c6427661d43c3d10c39 100644 (file)
--- 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
This page took 0.202268 seconds and 5 git commands to generate.