blob: 042d4e97f1079c099b579c6427661d43c3d10c39 [file] [log] [blame]
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00001Programming:
2- Replacement for setproctitle() - HP/UX support only currently
Damien Miller356a0b01999-11-08 15:30:59 +11003
Damien Millerc7b38ce1999-11-09 10:28:04 +11004- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Ben Lindstromc72745a2000-12-02 19:03:54 +00005 and maybe support alternate forms of authenications like OPIE via
6 pam?
Damien Miller356a0b01999-11-08 15:30:59 +11007
Damien Millerad833b32000-08-23 10:46:23 +10008- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00009
10- Finish integrating kernel-level auditing code for IRIX and SOLARIS
11 (Gilbert.r.loomis@saic.com)
12
Ben Lindstrom48b2f732001-01-08 06:20:38 +000013- sftp-server: Rework to step down to 32bit ints if the platform
14 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000015
Ben Lindstroma15e39b2000-12-02 04:58:57 +000016- 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 Millerb8481582000-12-03 11:51:51 +110022- Build an automated test suite
23
Ben Lindstrom42717bf2000-12-28 15:46:20 +000024- HP/UX has issues with SIGCHILD handling. There needs to be a wait() defined
25 before reinstall. Keven Steves <stevesk@pobox.com>
26
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000027Documentation:
28- More and better
29
30- Install FAQ?
31
32- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
33 would be best to use them.
34
35- Create a Documentation/ directory?
36
37Clean up configure/makefiles:
38- Clean up configure.in - There are a few double #defined variables
39 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
40 in wtmpx or utmpx or any of that stuff if it's not detected from the start
41
42- Fix Make functionality so that build from a different directory work.
43 (roth@feep.net)
44
45- Fails to compile when cross compile.
46 (vinschen@redhat.com)
47
48- Replace the whole u_intXX_t evilness in acconfig.h with something better???
49
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000050- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
51 to allow people to (right/wrongfully) link against Bind directly.
52
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000053- Move all "openbsd-compat" files to it's own directory. Consider doing the
54 same with libssh. I don't think we need to split ssh, sshd, etc into their
55 own directory.
56 (mouring@eviladmin.org)
57
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000058Packaging:
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)