| commit | 50945fa861f9b17d0cf88ec7998847bcf1c5eda6 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Thu Dec 09 10:31:37 1999 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Thu Dec 09 10:31:37 1999 +1100 |
| tree | 58757427a77d5775b9aebc7f4a5cb6cf9019da2f | |
| parent | bf1c9b2012fadab02392126bece5d21e9ddffda6 [diff] |
- OpenBSD CVS updates:
- [readpass.c]
avoid stdio; based on work by markus, millert, and I
- [sshd.c]
make sure the client selects a supported cipher
- [sshd.c]
fix sighup handling. accept would just restart and daemon handled
sighup only after the next connection was accepted. use poll on
listen sock now.
- [sshd.c]
make that a fatal