1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Commit Graph

  • 62283226da Merge tag '0.75' into main Simon Tatham 2021-05-08 09:38:15 +0100
  • c037aef285 Better detection of NOT_X_WINDOWS. Simon Tatham 2021-05-03 16:42:03 +0100
  • e706c04451 Add the man pages to the 'make install' target. Simon Tatham 2021-05-03 16:25:21 +0100
  • 31f496b59c Integrate the 'doc' subdir into the CMake system. Simon Tatham 2021-05-02 15:34:57 +0100
  • f60853ec66 Configurable CHM path in installer source. Simon Tatham 2021-05-03 16:21:26 +0100
  • 4a8fc43d81 Prepare gitcommit.cmake to support multiple output types. Simon Tatham 2021-05-03 15:08:41 +0100
  • de7c826fa3 Spelling errors in the release checklist. Simon Tatham 2021-04-29 20:05:24 +0100
  • f36a871ad3 Merge connshare socket naming fix from 'pre-0.75'. Simon Tatham 2021-05-02 08:19:28 +0100
  • c72200ff88 Update version number for 0.75 release. 0.75 Simon Tatham 2021-05-02 08:11:24 +0100
  • f4d99d3f59 Docs updates. Simon Tatham 2021-04-18 17:03:01 +0100
  • fdfad6adca Fix accidental change to connshare pipe naming. Simon Tatham 2021-05-02 07:55:15 +0100
  • f5d1d4ce4b Docs: typo. Jacob Nevins 2021-05-01 18:44:08 +0100
  • f3ee4dbe20 Remove -Werror from all the default cflags. Simon Tatham 2021-04-27 17:58:28 +0100
  • 77940f8fa3 Move some add_executable() calls to top-level CMakeLists. Simon Tatham 2021-04-23 06:46:02 +0100
  • f39c51f9a7 Rename most of the platform source files. Simon Tatham 2021-04-23 06:19:05 +0100
  • d9f217323e Break up gtkmisc.c. Simon Tatham 2021-04-24 07:51:15 +0100
  • 7f3a3a21eb Merge named_pipe_agent_exists() fix from 'pre-0.75'. Simon Tatham 2021-04-25 06:11:04 +0100
  • 17371e0df0 Fix named_pipe_agent_exists(), which just didn't work. Simon Tatham 2021-04-25 06:07:31 +0100
  • 3c851b2907 Merge interactive scrolling fix from 'pre-0.75'. Simon Tatham 2021-04-24 19:56:22 +0100
  • f69cf86a61 Windows: reinstate redraws during interactive scrollbar drag. Simon Tatham 2021-04-24 19:43:43 +0100
  • 8c7685c65d Add the psusan man page to the installed list. Simon Tatham 2021-04-24 13:50:37 +0100
  • aeaea22dd0 Merge psusan manpage update from 'pre-0.75'. Simon Tatham 2021-04-23 17:54:54 +0100
  • 1a01728572 Add WSL as another use case for psusan. Simon Tatham 2021-04-23 17:48:44 +0100
  • be82d94f9d Merge Pageant tweak from 'pre-0.75'. Jacob Nevins 2021-04-22 21:59:35 +0100
  • b6d98b4fc2 winpgnt: remove Help button when help unavailable. Jacob Nevins 2021-04-22 21:52:19 +0100
  • 70da3463c0 Merge Pageant updates from 'pre-0.75'. Simon Tatham 2021-04-22 20:01:32 +0100
  • f5a962fb34 winpgnt: add a help button to async passphrase prompt. Simon Tatham 2021-04-22 19:58:53 +0100
  • 16a59b5972 winpgnt: say 'click to focus' in async passphrase prompt. Simon Tatham 2021-04-22 19:47:13 +0100
  • 1c039d0a7b Spelling: standardise on "DSA", not "DSS". Simon Tatham 2021-04-22 18:28:35 +0100
  • 419e5e2230 Move other backends into a subdirectory. Simon Tatham 2021-04-22 18:17:35 +0100
  • 8f0f5b69c0 Move key-generation code into its own subdir. Simon Tatham 2021-04-22 17:59:16 +0100
  • 83fa43497f Move the SSH implementation into its own subdirectory. Simon Tatham 2021-04-22 17:58:40 +0100
  • 66e62915d2 Move a few stray header files into the crypto subdir. Simon Tatham 2021-04-22 17:57:56 +0100
  • b1d2f96823 sesschan.c: use dupprintf in place of snprintf. Simon Tatham 2021-04-22 17:43:38 +0100
  • 970f374ea6 Fix the SHA-NI cmake-time check. Simon Tatham 2021-04-22 12:42:32 +0100
  • 977e725a45 No-op merge of the test_split_into_argv cherry-pick. Simon Tatham 2021-04-21 22:03:55 +0100
  • e06cf1ec40 Remove the 'compile-once' design principle. Simon Tatham 2021-04-21 21:25:32 +0100
  • fca13a17b1 Break up crypto modules containing HW acceleration. Simon Tatham 2021-04-19 06:42:12 +0100
  • 5b30e6f7a6 Move crypto into its own subdirectory. Simon Tatham 2021-04-18 13:16:59 +0100
  • 15ca55c5c3 test_split_into_argv: update to post-VS7 behaviour. Simon Tatham 2021-04-18 12:10:53 +0100
  • 2b26ddf261 Merge fixes (mostly docs) from 'pre-0.75' branch. Jacob Nevins 2021-04-20 16:27:19 +0100
  • e144e0099a Docs: correct some control names. Jacob Nevins 2021-04-20 16:25:49 +0100
  • dcf3e7a1f3 winpgen: Context help for PPK params. Jacob Nevins 2021-04-20 16:06:01 +0100
  • 8f8593a86e Document PPK format parameters, and --reencrypt. Jacob Nevins 2021-04-20 15:33:42 +0100
  • 4c596b31ad Docs: tweak indexing of 'strong' primes. Jacob Nevins 2021-04-20 15:33:14 +0100
  • ab23ebc3ae Docs: SSH key type support is server-dependent. Jacob Nevins 2021-04-20 15:15:01 +0100
  • 71c411d076 Fix typos in PuTTYgen docs. Jacob Nevins 2021-04-20 12:25:48 +0100
  • 0edeaaa5f3 cmdgen: Write through correct leg of union. Jacob Nevins 2021-04-20 14:45:45 +0100
  • e273386272 Add .gitignore rules for in-tree builds. Simon Tatham 2021-04-19 18:10:31 +0100
  • e6c0fa6ba4 Move utils filename list into its own subdir. Simon Tatham 2021-04-18 13:38:50 +0100
  • 68b9f0822f Buildscr: set C flags explicitly. Simon Tatham 2021-04-19 18:07:28 +0100
  • 9fe1550980 Make cmake.h available everywhere. Simon Tatham 2021-04-19 06:40:01 +0100
  • 70f6ce5628 Rename one of my cmake support functions. (NFC) Simon Tatham 2021-04-18 13:37:18 +0100
  • 652ac53059 Merge PuTTYgen UI tweak from 'pre-0.75' branch. Jacob Nevins 2021-04-19 17:59:41 +0100
  • 5dd9d839cc PuTTYgen: use the term "passphrase hash". Jacob Nevins 2021-04-19 17:55:50 +0100
  • 06c3344eae Fix typo in comment. Jacob Nevins 2021-04-19 17:14:01 +0100
  • 7c1bea59a3 FAQ: fix duplicate keyword. Jacob Nevins 2021-04-19 17:13:25 +0100
  • dd5edf9e3c Merge docs/usage updates from 'pre-0.75' branch. Jacob Nevins 2021-04-19 17:06:51 +0100
  • 97137f5cfd PuTTYgen: explicitly use 'Kbyte' in Argon2 naming. Jacob Nevins 2021-04-19 17:03:05 +0100
  • 20d5055a3a Docs: index and cross-reference ssh-connection. Jacob Nevins 2021-04-19 16:22:33 +0100
  • a0a985957f Document -ssh-connection (and -ssh) options. Jacob Nevins 2021-04-19 15:57:13 +0100
  • ef26ecd81c uxpgnt: Briefly document --symlink and --test-sign. Jacob Nevins 2021-04-19 15:40:35 +0100
  • f6142ba29b Disavow putty.org in the FAQ. Simon Tatham 2021-04-18 17:03:01 +0100
  • fa353e9f4a Add missing dependencies on generated source files. Simon Tatham 2021-04-18 17:01:50 +0100
  • d01f682f32 test_split_into_argv: report test results sensibly. Simon Tatham 2021-04-18 12:13:39 +0100
  • 49b91bc128 test_split_into_argv: update to post-VS7 behaviour. Simon Tatham 2021-04-18 12:10:53 +0100
  • d028fd1779 test_split_into_argv: add a -tabulate mode. Simon Tatham 2021-04-18 12:10:04 +0100
  • 397d75648d test_split_into_argv: fix the generation mode. Simon Tatham 2021-04-18 12:08:50 +0100
  • 3346b4b83f Fix one remaining MSVC warning for 32-bit targets. Simon Tatham 2021-04-18 11:08:27 +0100
  • c314f58254 Conditionalise a couple of CMake checks. Simon Tatham 2021-04-18 08:22:43 +0100
  • 3d55a2befb Add coverage flags Pavel I. Kryukov 2021-04-17 22:44:50 +0300
  • b00e5fb129 Remove the switching system in puttyps.h. Simon Tatham 2021-04-18 07:58:27 +0100
  • 1c61fdf800 Build various unit-test main() programs in utils. Simon Tatham 2021-04-17 16:39:31 +0100
  • 395c228bee Adopt a new universal implementation of smemclr(). Simon Tatham 2021-04-17 17:59:43 +0100
  • 5bb24a7edd Remove stub functions that are no longer needed. Simon Tatham 2021-04-17 17:11:19 +0100
  • cc3e4992d5 Break up x11fwd.c. Simon Tatham 2021-04-17 17:01:08 +0100
  • 3396c97da9 New library-style 'utils' subdirectories. Simon Tatham 2021-04-17 15:22:20 +0100
  • 0881c9d2b8 Delete obsolete and unused resource.h. Simon Tatham 2021-04-18 07:32:25 +0100
  • 9469fa38f1 Remove weird test and definition of HAVE_PUTUTLINE. Simon Tatham 2021-04-17 19:03:53 +0100
  • 3996919f5e Fix a few cmake configure-time checks. Simon Tatham 2021-04-17 19:17:28 +0100
  • 6c783f9ad0 Remove the NO_SECURITY compile-time option. Simon Tatham 2021-04-10 15:26:53 +0100
  • c19e7215dd Replace mkfiles.pl with a CMake build system. Simon Tatham 2021-04-10 15:21:11 +0100
  • 97f7a7cb4d Enforce that NDEBUG is not defined. Simon Tatham 2021-04-10 14:46:36 +0100
  • af9910962a Separate the functions of licence.pl. Simon Tatham 2021-04-10 17:34:24 +0100
  • a0869fab25 Docs: add some explanation of psusan in the main manual. Simon Tatham 2021-04-17 13:24:11 +0100
  • 5bc3540fb0 Promote psusan to a properly installed tool. Simon Tatham 2021-04-17 13:26:17 +0100
  • ab7bfdda5b Docs: historical (ish) text about Telnet and Rlogin. Simon Tatham 2021-04-17 13:23:57 +0100
  • 026194eab1 Docs: reorder protocol sections in using.but. Simon Tatham 2021-04-17 13:22:56 +0100
  • e56fe0be35 Docs: clarify TCP keepalives don't apply to serial. Simon Tatham 2021-04-17 13:21:43 +0100
  • 7d7d14d7fb Docs: don't mention the connection "radio buttons". Simon Tatham 2021-04-17 13:20:58 +0100
  • f14ac18066 Docs: de-emphasise VMS. Simon Tatham 2021-04-17 11:11:57 +0100
  • a21056acd2 Fill in holes in the documentation. Simon Tatham 2021-04-11 15:06:44 +0100
  • 7153218b08 Fix a mismatch of GetWindowLong with GWLP_*. Simon Tatham 2021-04-11 09:55:21 +0100
  • fd41f5dac0 release.pl: fix misspelled option in comment. Simon Tatham 2021-04-10 16:39:36 +0100
  • f276be449c Bring SUPDUP config pane title in line with others. Jacob Nevins 2021-04-10 15:30:19 +0100
  • 3481d16b0f Remove #ifdef COVERITY. Simon Tatham 2021-04-10 14:45:24 +0100
  • 3fbfc6a4ec Use side-by-side alignment on the SSH/TTY pane. Jacob Nevins 2021-04-10 12:40:17 +0100
  • 736646b0c9 Fix a few warnings reported by Visual Studio. Simon Tatham 2021-04-10 11:51:08 +0100
  • 7c42ca0280 pageant_get_keylist: add missing init of kl->broken. Simon Tatham 2021-04-10 10:55:53 +0100
  • 0f9e0d6e41 New GUI for protocol selection. Simon Tatham 2021-04-10 09:51:29 +0100