Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
38 check-ins using file winstore.c version 97eb75c9cd
|
2000-12-02
| ||
| 06:48 | Improve SSH2 host key abstraction into a generic `signing key' abstraction, so as to be able to re-use the same abstraction for user authentication keys and probably in the SSH2 agent (when that happens) as well. check-in: be763a8b3a user: simon tags: trunk | |
| 05:43 | Fix bugtraq 1949: server could open an agent forwarding channel even if agent forwarding had not been negotiated on, and more particularly even if it had been deliberately disabled by the user. check-in: 947325c657 user: simon tags: trunk | |
|
2000-11-30
| ||
| 15:35 | Prevent wildcards in source specs from matching . or .. check-in: 08b255ecfa user: simon tags: trunk | |
|
2000-11-24
| ||
| 16:27 | Correct pointer types in new clipme function check-in: 96753e1a99 user: simon tags: trunk | |
|
2000-11-21
| ||
| 13:28 | Ron Kuris's "copy everything to clipboard" patch check-in: 0e8671fa0a user: simon tags: trunk | |
| 13:00 | Patch from Robert de Bath: increase timer resolution. check-in: 3bc6819ea5 user: simon tags: trunk | |
| 13:00 | Patch from Robert de Bath: blank the saved-session name edit box when loading `Default Settings'. check-in: 4777288517 user: simon tags: trunk | |
| 05:14 | Oops - and if we generate link maps, "make clean" should remove them too check-in: 217d6c4bf9 user: simon tags: trunk | |
| 05:13 | Add link map files to Makefile, in case people send crash dumps check-in: 67be9535ee user: simon tags: trunk | |
| 04:53 | Fix segfault when you press a key before the SSH protocol decides whether it's doing SSH1 or SSH2. Only visible on slow servers :-) check-in: 84fe71154e user: simon tags: trunk | |
|
2000-11-16
| ||
| 04:47 | Improve comment so I don't misunderstand when I come back to this :-) check-in: 3b7a47022e user: simon tags: trunk | |
|
2000-11-15
| ||
| 09:03 | Use a Miller-Rabin test instead of a Fermat test; add comments check-in: dc5e4019cd user: simon tags: trunk | |
| 05:13 | Fix another silly segfault check-in: 53076fab9e user: simon tags: trunk | |
|
2000-11-07
| ||
| 11:50 | Software invocation of the System menu now pops up the actual menu, rather than just putting the window into the state where Down will do so check-in: 44a2c2d5ae user: simon tags: trunk | |
|
2000-11-01
| ||
| 15:34 | Implement Zlib compression, in both SSH1 and SSH2. check-in: 7db26db390 user: simon tags: trunk | |
| 13:54 | Move dprintf and the debug system out into misc.c, to centralise it. Saves binary space and also allows redirection of debug statements to a file `debug.log'. check-in: 57f58e5e4d user: simon tags: trunk | |
|
2000-10-31
| ||
| 03:29 | Back off a bit of that vulnerability fix, which was breaking `pscp host:wildcard* .' and suchlike. check-in: af2916ab05 user: simon tags: trunk | |
|
2000-10-30
| ||
| 04:39 | Fix side-effect of Always On Top patch: any reconfiguring in mid-session was zapping the window to the top left corner of the screen check-in: 588ae44083 user: simon tags: trunk | |
| 04:16 | Reset compose state to zero when PuTTY window gains focus check-in: 19ea12852a user: simon tags: trunk | |
| 03:54 | Couple of fixes for pscp's GUI interface mode check-in: 1cb85da9d1 user: simon tags: trunk | |
|
2000-10-27
| ||
| 04:46 | Add support for Always On Top. Patch due to Janes "Ender" Brown. check-in: ffad775a06 user: simon tags: trunk | |
| 04:24 | Stop the "Sent username %s" message coming up twice in pscp -v check-in: bae801d3a5 user: simon tags: trunk | |
| 04:17 | Misc bugfixes check-in: 194fd0cfeb user: simon tags: trunk | |
|
2000-10-26
| ||
| 08:10 | Format SSH2_MSG_DISCONNECT correctly (with reason code, reason string, and language tag). check-in: 4e229e82b1 user: simon tags: trunk | |
| 03:25 | Fix a segfault (addr->error was unpredictable following a dotted-dec lookup) check-in: cd97c41b0b user: simon tags: trunk | |
|
2000-10-25
| ||
| 09:29 | Impose a lower limit of 256 on key lengths. This is mostly because the primegen() function doesn't work well with <100 bits, so RSA keys need to be >=200 to be generated correctly, and I thought 256 was a nice round number beyond that just to be sure. Perhaps I should also have a security warning on any key less than 768; or perhaps I should let people shoot themselves in the feet if they really want to. check-in: 562fe0c8c5 user: simon tags: trunk | |
| 09:20 | Gaaah, I might have known. Split combined app cursor / app keypad disablement option into two options so the app cursor keys and app keypad can be controlled separately. The Pedantic Software Award in this case goes to the Midnight Commander for its egregious failure to just use the terminal in Perfectly Normal mode. check-in: f2d29d597a user: simon tags: trunk | |
| 05:25 | Be more sure that state->collecting_entropy can't be spuriously set check-in: dadec84bc8 user: simon tags: trunk | |
| 03:23 | Fix control ID bug causing rogue Appearance title bars in other panels check-in: 7f37c711fd user: simon tags: trunk | |
| 01:59 | Reintroduce random_stir() check-in: 4c316a8029 user: simon tags: trunk | |
| 01:57 | Enhance Diffie-Hellman implementation to use bignum_cmp check-in: 0e4dabfdd6 user: simon tags: trunk | |
|
2000-10-24
| ||
| 16:43 | Fix another bignum formatting problem. This one hit Diffie-Hellmann check-in: 79bb8babda user: simon tags: trunk | |
| 08:49 | Add configurable option to disable application keypad/cursor keys totally check-in: 309f8cc397 user: simon tags: trunk | |
| 08:40 | Add a couple of ellipses in system menu check-in: 5580e1dab3 user: simon tags: trunk | |
| 08:39 | Remove a rogue diagnostic check-in: 2bbb846f47 user: simon tags: trunk | |
| 08:38 | Add the Appearance panel and reorganise things a bit check-in: c940c019a0 user: simon tags: trunk | |
| 06:16 | Fix failure to re-enable local line discipline when TELOPT_ECHO is turned _back off_ by the remote server. (server sends WONT) check-in: e7bff0823a user: simon tags: trunk | |
| 05:47 | Fix miscellaneous compiler warnings. Thanks to Jacob Nevins check-in: 8952007fd8 user: simon tags: trunk | |