X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0b6fbf032ac5f2d2c5f63918fc8e28effa86fc3b..3868213653410fc3d6606452d67e69af455ccb17:/TODO diff --git a/TODO b/TODO index de51b3b0..c8b2e83f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,9 @@ Programming: +- Grep for 'XXX' comments and fix + +- Write a test program that calls stat() to search for EGD/PRNGd socket + rather than use the (non-portable) "test -S". + - Replacement for setproctitle() - HP/UX support only currently - Improve PAM support (a pam_lastlog module will cause sshd to exit) @@ -10,8 +15,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 @@ -19,6 +24,11 @@ Programming: select() under Linux is not as nice as others, and two the children of the shell are not killed on exiting the shell. +- Build an automated test suite + +- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for + groupaccess features. + Documentation: - More and better @@ -42,10 +52,8 @@ Clean up configure/makefiles: - Replace the whole u_intXX_t evilness in acconfig.h with something better??? -- Move all "openbsd-compat" files to it's own directory. Consider doing the - same with libssh. I don't think we need to split ssh, sshd, etc into their - own directory. - (mouring@eviladmin.org) +- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test + to allow people to (right/wrongfully) link against Bind directly. Packaging: - Solaris: Update packaging scripts and build new sysv startup scripts