1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00:00

Commit Graph

  • cd7f6c4407 Certificate-aware handling of key fingerprints. Simon Tatham 2022-08-05 18:08:59 +0100
  • e711a08daf cryptsuite.py: remove some rogue diagnostics. Simon Tatham 2022-08-05 12:42:06 +0100
  • 61a877cce4 Comment typo in supdup.c. Simon Tatham 2022-08-03 20:48:46 +0100
  • 9cac27946a Formatting: miscellaneous. Simon Tatham 2022-08-03 20:48:46 +0100
  • 4b8dc56284 Formatting: remove spurious spaces in 'type * var'. Simon Tatham 2022-08-03 20:48:46 +0100
  • 14203bc54f Formatting: standardise on "func(\n", not "func\n(". Simon Tatham 2022-08-03 20:48:46 +0100
  • 04c1617f20 Formatting: realign labels and case/default statements. Simon Tatham 2022-08-03 20:48:46 +0100
  • 4fa3480444 Formatting: realign run-on parenthesised stuff. Simon Tatham 2022-08-03 20:48:46 +0100
  • 3a42a09dad Formatting: normalise back to 4-space indentation. Simon Tatham 2022-08-03 20:48:46 +0100
  • b6d7c81d43 Windows Pageant: dynamically size list box columns. Simon Tatham 2022-08-02 18:34:18 +0100
  • ff2ffa539c Windows Pageant: display RSA/DSA cert bit counts. Simon Tatham 2022-08-02 18:14:06 +0100
  • fea08bb244 Windows Pageant: use nicer key-type strings. Simon Tatham 2022-08-02 17:54:47 +0100
  • 3e7274fdad Windows Pageant: use an owner-drawn list box for the key list. Simon Tatham 2022-08-01 17:45:55 +0100
  • 932f6f5387 windows/pageant.rc: add missing symbolic constant. Simon Tatham 2022-08-01 17:32:40 +0100
  • b66c56f441 Windows PuTTYgen: also display certificate info. Simon Tatham 2022-07-30 14:41:08 +0100
  • 2bd2560a60 windows/puttygen.c: move control id enum further up the file. Simon Tatham 2022-07-30 14:23:43 +0100
  • 6737a19072 cmdgen: human-readable certificate info dump. Simon Tatham 2022-07-30 16:10:45 +0100
  • 71f43af547 test/ca.py: fix handling of RFC4716 public key files. Simon Tatham 2022-07-30 14:49:11 +0100
  • 68985ecb1e windows/controls.c: fix some nonstandard indentation. Simon Tatham 2022-07-30 14:44:09 +0100
  • 10f47902e5 windows/controls.c API: add lots of missing 'const'. Simon Tatham 2022-07-30 14:12:32 +0100
  • 138df73e81 Windows printing: handle failure of EnumPrinters. Simon Tatham 2022-07-26 12:42:17 +0100
  • a33cf2240e Fix uninitialised field in ctrl_fileselect. Simon Tatham 2022-07-24 14:08:56 +0100
  • c88b6d1853 Send xterm 216+ modifiers in small-keypad key escape sequences. Simon Tatham 2022-07-24 13:54:32 +0100
  • 810e21de82 Unix Plink: handle stdout/stderr backlog consistently. Simon Tatham 2022-07-21 18:37:58 +0100
  • 42740a5455 Allow manually confirming and caching certified keys. Simon Tatham 2022-07-16 11:23:13 +0100
  • a50178eba7 Fix typo in #undef. Simon Tatham 2022-07-16 11:24:59 +0100
  • f1c8298000 Centralise most details of host-key prompting. Simon Tatham 2022-07-07 17:25:15 +0100
  • 46332db26e Move host key dialogs over to using ShinyDialogBox. Simon Tatham 2022-07-07 17:23:27 +0100
  • d155009ded Utility function to do terminal word wrapping. Simon Tatham 2022-07-06 19:01:15 +0100
  • d8f8c8972a Make HelpCtx a per-platform type, not an intorptr. Simon Tatham 2022-07-05 18:11:54 +0100
  • a77040afa1 Windows: add keyboard accelerators in the host key prompt. Simon Tatham 2022-07-05 18:37:15 +0100
  • f579b3c01e Certificate trust scope: change to a boolean-expression system. Simon Tatham 2022-06-12 10:04:26 +0100
  • 08d58fe13e Routines for %-encoding and %-decoding. Simon Tatham 2022-06-19 10:36:50 +0100
  • 76205b89e2 A few more ptrlen functions. Simon Tatham 2022-06-12 11:27:27 +0100
  • 1a568e3535 New function dlg_editbox_select_range. Simon Tatham 2022-06-25 13:00:06 +0100
  • e8a8c2535d GTK: remove 'entrysig' in struct uctrl. Simon Tatham 2022-06-23 19:04:43 +0100
  • 3bef6b63f0 Reindent unix/dialog.c. Simon Tatham 2022-06-23 18:44:07 +0100
  • bc61acc53d NTRU: fix copy-paste error in comment. Simon Tatham 2022-06-11 13:12:33 +0100
  • 0d4af8e1c4 Pageant: fix concurrent attempts to use an encrypted key. Simon Tatham 2022-06-11 12:46:29 +0100
  • e0959d4647 Macro wrapper on ctrl_radiobuttons to fill in the NULL. Simon Tatham 2022-06-01 11:14:21 +0100
  • 5a28658a6d Remove uni_tbl from struct unicode_data. Simon Tatham 2022-06-01 08:35:12 +0100
  • 8a907510dd decode_codepage(): add missing const in prototype. Simon Tatham 2022-06-01 08:29:29 +0100
  • a647296d51 buildinfo: add cases to recognise MSVC 17.1 and 17.2. Simon Tatham 2022-05-31 13:28:50 +0100
  • a216d86106 Windows mb_to_wc: support internal SBCSes. Simon Tatham 2022-05-31 13:13:57 +0100
  • eb7f5aff5c Fix Unix builds with PUTTY_GSSAPI=OFF. Jacob Nevins 2022-05-28 12:56:50 +0100
  • 1952519c60 Update Unix build instructions in FAQ. Jacob Nevins 2022-05-27 11:07:04 +0100
  • 55407f0370 Checklist update: add Windows Store instructions. Simon Tatham 2022-05-27 09:55:14 +0100
  • ec4e414d49 Merge tag '0.77' Simon Tatham 2022-05-27 09:10:35 +0100
  • b3e2c3eccc Buildscr: fix escaping in version.but. Simon Tatham 2022-05-25 22:55:56 +0100
  • 3af153b6fb We're unlikely to spend donations on Windows XP. Jacob Nevins 2022-05-25 01:18:21 +0100
  • 7b2b116f27 FAQ: cross-reference command-line docs. Jacob Nevins 2022-05-25 01:17:57 +0100
  • 55b53923d6 Tweak the "PSCP filenames with spaces" FAQ. Jacob Nevins 2022-05-25 01:16:31 +0100
  • 7e65b705f1 Acknowledge existence of Windows 11. Jacob Nevins 2022-05-25 00:41:58 +0100
  • e94699ae56 Remove reference to Bugtraq. Jacob Nevins 2022-05-25 00:39:21 +0100
  • 61ab33efe4 Update version number for 0.77 release. 0.77 Simon Tatham 2022-05-24 17:53:18 +0100
  • 187fea7610 Merge bidi paragraphOverride fix from 'pre-0.77'. Simon Tatham 2022-05-24 17:49:32 +0100
  • 01d8561446 do_bidi: initialise paragraphOverride correctly. Simon Tatham 2022-05-24 17:43:48 +0100
  • c5d837c14a Special backend init error handling for pterm. Jacob Nevins 2022-05-24 13:32:55 +0100
  • 56458a1491 A couple of release-checklist updates. Simon Tatham 2022-05-21 17:16:40 +0100
  • 751671d73a Merge assorted pterm fixes from 'pre-0.77'. Simon Tatham 2022-05-21 10:59:31 +0100
  • e06a3dda45 pterm.exe: run command-line options through cmdline.c. Simon Tatham 2022-05-21 10:32:32 +0100
  • 1a0d076dfb Disallow -4 and -6 in TOOLTYPE_NONNETWORK. Simon Tatham 2022-05-21 10:23:01 +0100
  • 4ae8b742ab pterm.exe: load the ConPTY API at run time. Simon Tatham 2022-05-21 09:34:38 +0100
  • b42f9c2cf7 Fix a type warning in conpty.c. Simon Tatham 2022-05-21 09:07:42 +0100
  • 0ff0e62037 Better header comment for noaskpass.c. Jacob Nevins 2022-05-20 19:35:59 +0100
  • 04311767fa Merge docs and icon fixes from 'pre-0.77'. Jacob Nevins 2022-05-20 19:35:17 +0100
  • 176f01ea7c Ensure Unix putty and pterm have correct icons. Jacob Nevins 2022-05-20 19:33:56 +0100
  • 2985383c0b Indexing for Windows Pageant command-line options. Jacob Nevins 2022-05-20 19:33:31 +0100
  • 98a213e832 Document Windows PuTTYgen's -E option. Jacob Nevins 2022-05-20 13:28:01 +0100
  • aa82865f53 Merge recent misc fixes from 'pre-0.77'. Jacob Nevins 2022-05-19 23:25:20 +0100
  • 02c745e186 Use correct flags for RelWithDebInfo. Jacob Nevins 2022-05-19 23:23:14 +0100
  • b8a51419ef Move contents of win_seat_notify_remote_exit into a callback. Simon Tatham 2022-05-19 17:44:39 +0100
  • 069b0c0caf Merge recent misc fixes from 'pre-0.77'. Jacob Nevins 2022-05-19 10:57:35 +0100
  • e45c6b76da Restore advice about making pterm set[ug]id. Jacob Nevins 2022-05-19 10:52:56 +0100
  • d163b37caf Squash NDEBUG for RelWithDebInfo build type too. Jacob Nevins 2022-05-18 18:57:45 +0100
  • 92881f2066 Define OMIT_UTMP if there's no utmpx.h. Jacob Nevins 2022-05-18 18:48:28 +0100
  • 97b3db34b2 Add missing HAVE_SETRESGID to cmake.h. Jacob Nevins 2022-05-18 18:47:01 +0100
  • 868d309779 Minimally document how to install. Jacob Nevins 2022-05-18 18:46:40 +0100
  • 787c358d37 Fix command-line password handling in Restart Session. Simon Tatham 2022-05-18 13:04:56 +0100
  • 81dcbd6267 Proxy: discard buffered input data on reconnection. Simon Tatham 2022-05-18 12:41:44 +0100
  • 0a877e9df5 Fix build failure with -DNOT_X_WINDOWS. Simon Tatham 2022-05-14 13:48:35 +0100
  • 386b094e3f Fix GTK1 build. Simon Tatham 2022-05-12 19:57:10 +0100
  • 80a87df618 GTK: don't try to change font size in mid-window-resize. Simon Tatham 2022-05-12 19:38:45 +0100
  • 4da67d8fa6 Move window resize timeouts into the GTK frontend. Simon Tatham 2022-05-12 18:16:56 +0100
  • cc10b68d31 Allow BEL to terminate OSC sequences during setup. Simon Tatham 2022-05-12 18:01:42 +0100
  • de66b0313a Allow terminating OSC sequences during setup. Simon Tatham 2022-05-11 20:07:31 +0100
  • e9de549e7e More assorted Winelib warning fixes. Simon Tatham 2022-05-08 11:06:14 +0100
  • e29b6eb5d2 Memory handling fixes when taking demo screenshots. Simon Tatham 2022-05-08 08:51:45 +0100
  • 9e4fe43a93 Merge Winelib build fixes from 'pre-0.77'. Simon Tatham 2022-05-08 08:44:32 +0100
  • ac3ebcc827 Fixes for Winelib builds. Simon Tatham 2022-05-08 08:33:53 +0100
  • b753cf6e3b Reject multilayer certificates in check_cert. Simon Tatham 2022-05-07 12:25:54 +0100
  • 4b0e54c22a CA config box: fully validate the CA public key. Simon Tatham 2022-05-05 20:26:05 +0100
  • cd094b28a3 Allow CTRL_TEXT controls to be non-wrapping. Simon Tatham 2022-05-07 08:23:38 +0100
  • 5390aef3fc GTK: make explicit text controls selectable. Simon Tatham 2022-05-07 11:00:19 +0100
  • ab70bda4c7 ntru_gen_short: remove quadratic-time shuffle. Simon Tatham 2022-05-06 17:51:13 +0100
  • 5ca78237ed CA config box: add some align_next_to. Simon Tatham 2022-05-05 18:07:09 +0100
  • 22a80a234d GTK: change implementation of 100%-width editboxes. Simon Tatham 2022-05-02 15:40:44 +0100
  • b5ab90143a Improve the align_next_to mechanism. Simon Tatham 2022-05-02 14:37:11 +0100
  • a5717f5ac2 Merge Windows Pageant -c fix from 'pre-0.77'. Simon Tatham 2022-05-04 20:00:42 +0100
  • af3520d245 Windows Pageant: fix off-by-one in -c option. Simon Tatham 2022-05-04 19:57:47 +0100