Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

4 check-ins using file ssh.c version 23fa55f597

2001-11-21
16:31
Make sure we always unhide the mouse pointer when the System menu is displayed. check-in: 5701095abe user: simon tags: trunk
16:23
Ctrl and Alt shouldn't reset the scrollback even if reset-on- keypress is enabled. (Shift already didn't, because that was necessary for Shift-Pg{Up,Dn} to work sanely.) check-in: 72e56b86a0 user: simon tags: trunk
16:16
The dummy drag-list item wasn't being removed on a single-click or double-click (DL_BEGINDRAG followed immediately by DL_DROPPED with no intervening DL_DRAGGING). Fixed. check-in: a5a4c8da61 user: simon tags: trunk
16:06
Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than after. Shouldn't make a difference for any server that previously worked, but we should now interoperate sensibly with servers that wait to receive our NEWKEYS before sending their own. Apparently Unisphere produce one such. check-in: 4463361467 user: simon tags: trunk