Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file window.c version 9ff2cab26d
|
2000-10-20
| ||
| 07:31 | Remember to update scrollbar when scrollback is reset check-in: 24264a1c40 user: simon tags: trunk | |
| 06:16 | Replace the 8859-2 -> Win1250 translation which I accidentally blew away check-in: 1c1f98fd70 user: simon tags: trunk | |
| 05:47 | A couple of UI tweaks in puttygen check-in: 15e8f8e0d3 user: simon tags: trunk | |
| 05:44 | Removed TODO comment after verifying that generated keys work check-in: 6d0f485169 user: simon tags: trunk | |
| 05:42 | Entropy fix after better statistical analysis check-in: 997ad13ebf user: simon tags: trunk | |
| 05:07 | Variable key size in PuTTYgen. Also required adding WM_VSCROLL to the window style in bigeditctrl() in winctrls.c. check-in: 16f42d028f user: simon tags: trunk | |
| 04:50 | Add a PuTTYgen icon check-in: 2ba40c2260 user: simon tags: trunk | |
| 04:43 | Check whether key was actually saved, and warn if not check-in: c266d0396c user: simon tags: trunk | |
| 04:41 | Save Key now prompts before overwriting an existing file check-in: a677373c49 user: simon tags: trunk | |
| 04:36 | Adjust the title of the PuTTYgen window check-in: 3da231957f user: simon tags: trunk | |
| 04:31 | Add a second passphrase prompt to protect against typos check-in: f2cff3718f user: simon tags: trunk | |
| 04:24 | We must InitCommonControls() or the progress bar doesn't work on 95 check-in: 738a36faa4 user: simon tags: trunk | |
|
2000-10-19
| ||
| 10:43 | PuTTYgen initial version. Still to do are basic user-friendliness features (prompt for passphrase twice, prompt before overwriting a file, check the key file was actually saved OK), testing of the generated keys to make sure I got the file format right, and support for a variable key size. I think what's already here is basically sound though. check-in: 6ca7ca4b41 user: simon tags: trunk | |
|
2000-10-18
| ||
| 10:36 | Miscellaneous cleanups and reorgs in preparation for building PuTTYgen. In particular, moved self-managing controls stuff out of windlg.c into the new and reusable winctrls.c. check-in: bc05912afb user: simon tags: trunk | |