diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | TODO | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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 | ||
21 | 20010107 | 22 | 20010107 |
22 | - (bal) OpenBSD Sync | 23 | - (bal) OpenBSD Sync |
@@ -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 |