summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--TODO4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 27cedf367..51f9686ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
17 syslog priority changes: 17 syslog priority changes:
18 fatal() LOG_ERR -> LOG_CRIT 18 fatal() LOG_ERR -> LOG_CRIT
19 log() LOG_INFO -> LOG_NOTICE 19 log() LOG_INFO -> LOG_NOTICE
20 - Updated TODO
20 21
2120010107 2220010107
22 - (bal) OpenBSD Sync 23 - (bal) OpenBSD Sync
diff --git a/TODO b/TODO
index c28a3e122..042d4e97f 100644
--- a/TODO
+++ b/TODO
@@ -10,8 +10,8 @@ Programming:
10- Finish integrating kernel-level auditing code for IRIX and SOLARIS 10- Finish integrating kernel-level auditing code for IRIX and SOLARIS
11 (Gilbert.r.loomis@saic.com) 11 (Gilbert.r.loomis@saic.com)
12 12
13- Support 64bit ints on machines that lack 'long long' and u_intXX_t 13- sftp-server: Rework to step down to 32bit ints if the platform
14 (tim@multitalents.net) 14 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
15 15
16- Linux hangs for 20 seconds when you do "sleep 20&exit". All current 16- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
17 solutions break scp or leaves processes hanging around after the ssh 17 solutions break scp or leaves processes hanging around after the ssh