Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 1 | Programming: |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 2 | - Grep for 'XXX' comments and fix |
| 3 | |
Damien Miller | b8b8ecf | 2001-02-08 10:47:43 +1100 | [diff] [blame^] | 4 | - Write a test program that calls stat() to search for EGD/PRNGd socket |
| 5 | rather than use the (non-portable) "test -S". |
| 6 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 7 | - Replacement for setproctitle() - HP/UX support only currently |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 8 | |
Damien Miller | c7b38ce | 1999-11-09 10:28:04 +1100 | [diff] [blame] | 9 | - Improve PAM support (a pam_lastlog module will cause sshd to exit) |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 10 | and maybe support alternate forms of authenications like OPIE via |
| 11 | pam? |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 12 | |
Damien Miller | ad833b3 | 2000-08-23 10:46:23 +1000 | [diff] [blame] | 13 | - Complete Tru64 SIA support |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 14 | |
| 15 | - Finish integrating kernel-level auditing code for IRIX and SOLARIS |
| 16 | (Gilbert.r.loomis@saic.com) |
| 17 | |
Ben Lindstrom | 48b2f73 | 2001-01-08 06:20:38 +0000 | [diff] [blame] | 18 | - sftp-server: Rework to step down to 32bit ints if the platform |
| 19 | lacks 'long long' == 64bit (Notable SCO w/ SCO compiler) |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 20 | |
Ben Lindstrom | a15e39b | 2000-12-02 04:58:57 +0000 | [diff] [blame] | 21 | - Linux hangs for 20 seconds when you do "sleep 20&exit". All current |
| 22 | solutions break scp or leaves processes hanging around after the ssh |
| 23 | connection has ended. It seems to be linked to two things. One |
| 24 | select() under Linux is not as nice as others, and two the children |
| 25 | of the shell are not killed on exiting the shell. |
| 26 | |
Damien Miller | b848158 | 2000-12-03 11:51:51 +1100 | [diff] [blame] | 27 | - Build an automated test suite |
| 28 | |
Ben Lindstrom | 4d408d3 | 2001-02-06 04:03:33 +0000 | [diff] [blame] | 29 | - Verify that It's safe to enable NGROUPS_MAX under NeXTStep for |
| 30 | groupaccess features. |
Ben Lindstrom | 42717bf | 2000-12-28 15:46:20 +0000 | [diff] [blame] | 31 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 32 | Documentation: |
| 33 | - More and better |
| 34 | |
| 35 | - Install FAQ? |
| 36 | |
| 37 | - General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it |
| 38 | would be best to use them. |
| 39 | |
| 40 | - Create a Documentation/ directory? |
| 41 | |
| 42 | Clean up configure/makefiles: |
| 43 | - Clean up configure.in - There are a few double #defined variables |
| 44 | left to do. HAVE_LOGIN is one of them. Consider NOT looking for information |
| 45 | in wtmpx or utmpx or any of that stuff if it's not detected from the start |
| 46 | |
| 47 | - Fix Make functionality so that build from a different directory work. |
| 48 | (roth@feep.net) |
| 49 | |
| 50 | - Fails to compile when cross compile. |
| 51 | (vinschen@redhat.com) |
| 52 | |
| 53 | - Replace the whole u_intXX_t evilness in acconfig.h with something better??? |
| 54 | |
Ben Lindstrom | 28bfc0d | 2000-12-18 19:58:57 +0000 | [diff] [blame] | 55 | - Consider splitting the u_intXX_t test for sys/bitype.h into seperate test |
| 56 | to allow people to (right/wrongfully) link against Bind directly. |
| 57 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 58 | Packaging: |
| 59 | - Solaris: Update packaging scripts and build new sysv startup scripts |
| 60 | (gilbert.r.loomis@saic.com) |
| 61 | |
| 62 | - HP/UX: Provide DEPOT package scripts. |
| 63 | (gilbert.r.loomis@saic.com) |