Updated TODO to reflect that sftp-server should be fixed to support
32bits int if 64bits don't exist.
This commit is contained in:
parent
a383baac46
commit
48b2f73005
|
@ -17,6 +17,7 @@
|
||||||
syslog priority changes:
|
syslog priority changes:
|
||||||
fatal() LOG_ERR -> LOG_CRIT
|
fatal() LOG_ERR -> LOG_CRIT
|
||||||
log() LOG_INFO -> LOG_NOTICE
|
log() LOG_INFO -> LOG_NOTICE
|
||||||
|
- Updated TODO
|
||||||
|
|
||||||
20010107
|
20010107
|
||||||
- (bal) OpenBSD Sync
|
- (bal) OpenBSD Sync
|
||||||
|
|
4
TODO
4
TODO
|
@ -10,8 +10,8 @@ Programming:
|
||||||
- Finish integrating kernel-level auditing code for IRIX and SOLARIS
|
- Finish integrating kernel-level auditing code for IRIX and SOLARIS
|
||||||
(Gilbert.r.loomis@saic.com)
|
(Gilbert.r.loomis@saic.com)
|
||||||
|
|
||||||
- Support 64bit ints on machines that lack 'long long' and u_intXX_t
|
- sftp-server: Rework to step down to 32bit ints if the platform
|
||||||
(tim@multitalents.net)
|
lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
|
||||||
|
|
||||||
- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
|
- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
|
||||||
solutions break scp or leaves processes hanging around after the ssh
|
solutions break scp or leaves processes hanging around after the ssh
|
||||||
|
|
Loading…
Reference in New Issue