]> andersk Git - openssh.git/blobdiff - TODO
Add replace test -S
[openssh.git] / TODO
diff --git a/TODO b/TODO
index de51b3b0727facc6bacf58c796c2a25384076b56..c8b2e83fa802cf34361f50f2543a4e7d2e4120e7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,9 @@
 Programming:
 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)
 - 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)
 
 - 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
 
 - 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.
 
   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
 
 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???
 
 
 - 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
 
 Packaging:
 - Solaris: Update packaging scripts and build new sysv startup scripts
This page took 0.035604 seconds and 4 git commands to generate.