diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-08 00:47:43 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-08 00:47:43 +0100 |
commit | b8b8ecf87d432b857bbf41a51454791cafc6e3d7 (patch) | |
tree | 33133ca1ea6fcfc96cbea852b29d209e24b651b9 /TODO | |
parent | - (djm) Fix linking of sftp, don't need arc4random any more. (diff) | |
download | openssh-b8b8ecf87d432b857bbf41a51454791cafc6e3d7.tar.xz openssh-b8b8ecf87d432b857bbf41a51454791cafc6e3d7.zip |
Add replace test -S
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +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) |