Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 1 | Programming: |
| 2 | - Replacement for setproctitle() - HP/UX support only currently |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 3 | |
Damien Miller | c7b38ce | 1999-11-09 10:28:04 +1100 | [diff] [blame] | 4 | - Improve PAM support (a pam_lastlog module will cause sshd to exit) |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 5 | and maybe support alternate forms of authenications like OPIE via |
| 6 | pam? |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 7 | |
Damien Miller | ad833b3 | 2000-08-23 10:46:23 +1000 | [diff] [blame] | 8 | - Complete Tru64 SIA support |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 9 | |
| 10 | - Finish integrating kernel-level auditing code for IRIX and SOLARIS |
| 11 | (Gilbert.r.loomis@saic.com) |
| 12 | |
| 13 | - Support 64bit ints on machines that lack 'long long' and u_intXX_t |
| 14 | (tim@multitalents.net) |
| 15 | |
Ben Lindstrom | a15e39b | 2000-12-02 04:58:57 +0000 | [diff] [blame] | 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 |
| 18 | connection has ended. It seems to be linked to two things. One |
| 19 | select() under Linux is not as nice as others, and two the children |
| 20 | of the shell are not killed on exiting the shell. |
| 21 | |
Damien Miller | b848158 | 2000-12-03 11:51:51 +1100 | [diff] [blame] | 22 | - Build an automated test suite |
| 23 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 24 | Documentation: |
| 25 | - More and better |
| 26 | |
| 27 | - Install FAQ? |
| 28 | |
| 29 | - General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it |
| 30 | would be best to use them. |
| 31 | |
| 32 | - Create a Documentation/ directory? |
| 33 | |
| 34 | Clean up configure/makefiles: |
| 35 | - Clean up configure.in - There are a few double #defined variables |
| 36 | left to do. HAVE_LOGIN is one of them. Consider NOT looking for information |
| 37 | in wtmpx or utmpx or any of that stuff if it's not detected from the start |
| 38 | |
| 39 | - Fix Make functionality so that build from a different directory work. |
| 40 | (roth@feep.net) |
| 41 | |
| 42 | - Fails to compile when cross compile. |
| 43 | (vinschen@redhat.com) |
| 44 | |
| 45 | - Replace the whole u_intXX_t evilness in acconfig.h with something better??? |
| 46 | |
Ben Lindstrom | 28bfc0d | 2000-12-18 19:58:57 +0000 | [diff] [blame] | 47 | - Consider splitting the u_intXX_t test for sys/bitype.h into seperate test |
| 48 | to allow people to (right/wrongfully) link against Bind directly. |
| 49 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 50 | - Move all "openbsd-compat" files to it's own directory. Consider doing the |
| 51 | same with libssh. I don't think we need to split ssh, sshd, etc into their |
| 52 | own directory. |
| 53 | (mouring@eviladmin.org) |
| 54 | |
Ben Lindstrom | 4a1d916 | 2000-11-21 10:45:31 +0000 | [diff] [blame] | 55 | Packaging: |
| 56 | - Solaris: Update packaging scripts and build new sysv startup scripts |
| 57 | (gilbert.r.loomis@saic.com) |
| 58 | |
| 59 | - HP/UX: Provide DEPOT package scripts. |
| 60 | (gilbert.r.loomis@saic.com) |