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

Commit Graph

  • dfa91dfa8f Cleanup: make an enum for the values of CONF_cursor_type. Simon Tatham 2023-05-29 15:51:17 +0100
  • 8bd75b85ed Some support for wide-character filenames in Windows. Simon Tatham 2023-05-28 11:30:59 +0100
  • 85680c77c0 Make x11_get_auth_from_authfile take a Filename. Simon Tatham 2023-05-28 11:27:09 +0100
  • 1adcb200f7 dialog.c: give ctrl->fileselect.filter an opaque type. Simon Tatham 2023-05-29 15:29:26 +0100
  • e1c6f61985 New Windows utility function: request_file_w. Simon Tatham 2023-05-29 15:30:57 +0100
  • 059f42aa56 New Windows utility function: GetDlgItemTextW_alloc. Simon Tatham 2023-05-29 13:31:14 +0100
  • 392be3e494 New utility function: decode_utf8_to_wide_string. Simon Tatham 2023-05-29 13:27:16 +0100
  • 36db93748e New utility function: dupwcs. Simon Tatham 2023-05-28 11:49:12 +0100
  • 5f43d11f83 Add UTF-8 flag to the Windows message_box() wrapper. Simon Tatham 2023-05-29 13:28:11 +0100
  • d22ccbac6f Fix UTF-8 flag checks in the Windows conio system. Simon Tatham 2023-05-28 11:28:18 +0100
  • 8cf372d4a2 NTRU: remove a pointless failure check. Simon Tatham 2023-05-28 09:59:41 +0100
  • 6aca7f1eef windows/window.c: move more variables into WinGuiSeat. Simon Tatham 2023-05-27 14:59:20 +0100
  • 322984d635 do_text_internal: fix bug in the lpDx_maybe mechanism. Simon Tatham 2023-05-27 15:26:38 +0100
  • afb3dab1e9 Remove some pointless 'static' qualifiers. Simon Tatham 2023-05-27 14:56:31 +0100
  • 14d47544ad Merge bug-compatibility-mode rename from 'pre-0.79'. Jacob Nevins 2023-05-05 23:21:38 +0100
  • 56b16bdc76 Rename the just-added bug-compatibility mode. Jacob Nevins 2023-05-05 23:19:22 +0100
  • 356ccf489b Merge SSH fixes from 'pre-0.79'. Simon Tatham 2023-05-05 00:06:00 +0100
  • d663356634 Work around key algorithm naming change in OpenSSH <= 7.7. Simon Tatham 2023-05-04 18:24:18 +0100
  • cfe6fd95a7 userauth: fix replacement of embedded with detached RSA cert. Simon Tatham 2023-05-04 17:59:37 +0100
  • 70aabdc67c Fix segfault if SSH connection terminates very early. Simon Tatham 2023-05-04 17:49:11 +0100
  • d51b30ef49 userauth: ensure banner output is printed when connection closes. Simon Tatham 2023-04-29 11:37:17 +0100
  • 0dee089252 userauth: refactor banner handling. Simon Tatham 2023-04-29 11:36:13 +0100
  • 44272b5355 Packet protocol layers: new 'final_output' method. Simon Tatham 2023-04-29 11:35:20 +0100
  • 7e8be5a204 Fix factor-of-1000 error in Unix bell overload config. Simon Tatham 2023-04-26 10:45:10 +0100
  • e8becb45b5 userauth: ensure banner output is printed when connection closes. Simon Tatham 2023-04-29 11:37:17 +0100
  • 99bbbd8d32 userauth: refactor banner handling. Simon Tatham 2023-04-29 11:36:13 +0100
  • d6e6919f69 Packet protocol layers: new 'final_output' method. Simon Tatham 2023-04-29 11:35:20 +0100
  • fe63b5d57e Uppity: add a stunt mode --close-after-banner. Simon Tatham 2023-04-29 11:34:08 +0100
  • 62b69a4f16 Fix factor-of-1000 error in Unix bell overload config. Simon Tatham 2023-04-26 10:45:10 +0100
  • aa87c20716 Put HMAC-SHA-512 below HMAC-SHA-256 in priority. Simon Tatham 2023-04-22 00:07:51 +0100
  • f6f9848465 Add support for HMAC-SHA512. Simon Tatham 2023-04-21 20:17:43 +0100
  • 289d123fb8 Put HMAC-SHA-512 below HMAC-SHA-256 in priority. Simon Tatham 2023-04-22 00:07:51 +0100
  • b77e985513 Add support for HMAC-SHA512. Simon Tatham 2023-04-21 20:17:43 +0100
  • c545c04102 Fix potential null-pointer dereference in ssh_reconfig. Simon Tatham 2023-04-10 16:13:36 +0100
  • f17daf6cc7 Remove a completely unused loop in RTF pasting. Simon Tatham 2023-04-07 07:51:17 +0100
  • c3aba5d959 Fix potential corruption when writing help file. Simon Tatham 2023-04-07 07:39:49 +0100
  • a02fd09854 Improve time-safety of XDM-AUTHORIZATION-1 validation. Simon Tatham 2023-04-01 16:07:29 +0100
  • 3f5873f1fe Improve error reporting from x11_verify(). Simon Tatham 2023-04-01 15:53:29 +0100
  • 4d92ca80de Windows installer: restore InstallScope setting. Jacob Nevins 2023-03-17 16:48:19 +0000
  • bdf7f73d3d split_into_argv: stop using isspace(). Simon Tatham 2023-04-19 14:21:51 +0100
  • bece41ddb0 Add some missing casts in ctype functions. Simon Tatham 2023-04-19 14:21:32 +0100
  • 15081bb0ad Fix printing double-width char in rightmost column without wrap. Simon Tatham 2023-04-19 14:21:19 +0100
  • 8b8b774fc0 Fix behaviour of backspace in a 1-column terminal. Simon Tatham 2023-04-19 14:21:09 +0100
  • 05276bda5c Make backspace take account of LATTR_WRAPPED2. Simon Tatham 2023-04-19 14:20:58 +0100
  • 407bf88a95 Document our long-standing workarounds policy. Simon Tatham 2023-02-28 18:58:14 +0000
  • 5cac358f7f Reinstate putty.chm in Windows binary zipfiles. Simon Tatham 2023-02-04 15:06:21 +0000
  • 5e250745ea 'private key' -> 'SSH private key' in new FAQ. Jacob Nevins 2023-01-22 10:13:37 +0000
  • ae3c419ec1 Fix build failure on systems without fstatat. Simon Tatham 2023-01-18 18:01:37 +0000
  • ca331eeed7 It's a new year. Jacob Nevins 2023-01-07 14:03:12 +0000
  • 3c13ea6092 FAQ about private key configuration control move. Jacob Nevins 2023-01-07 14:02:14 +0000
  • 1aa97cfb89 Another minor docs typo. Simon Tatham 2022-12-30 20:08:46 +0000
  • 2687d9ec36 Fix typo in 'plink -share' documentation. Simon Tatham 2022-12-30 11:09:31 +0000
  • 07911c8735 Prevent sending double-EOF in raw backend. Simon Tatham 2022-12-21 15:13:46 +0000
  • 1405659dee ldisc: fix unwanted double-action of ^U. Simon Tatham 2022-12-21 15:05:04 +0000
  • dcac0f1d43 GTK: fix crash changing font size when terminal maximised. Simon Tatham 2022-12-04 11:50:08 +0000
  • 2698c2944f Stop selectable GTK message boxes clobbering PRIMARY. Simon Tatham 2022-11-27 11:14:23 +0000
  • 1526b56332 Support horizontal scroll events in mouse tracking. Simon Tatham 2023-04-19 14:20:39 +0100
  • cfda9585ac Build option to disable scrollback compression. Simon Tatham 2022-11-20 10:55:33 +0000
  • 65639fbbe7 Fix duplicate call to term_resize_request_completed(). Simon Tatham 2022-11-14 22:21:49 +0000
  • 0112167f98 Support xterm any-event mouse tracking Ben Jackson 2019-12-20 13:56:58 +0000
  • 4eb089f601 Tweak another certified-host-key-prompt. Jacob Nevins 2022-11-06 01:56:20 +0000
  • b760a2a040 Use correct date in cert check error. Jacob Nevins 2022-11-05 23:55:13 +0000
  • 4d888d1ff4 Docs: fix typo in SUPDUP section. Jacob Nevins 2022-11-02 23:58:23 +0000
  • 5678b4c7cf Windows: fix terminal hang with resize forbidden. Simon Tatham 2023-04-19 14:19:22 +0100
  • 01b4fb746c Docs: add a 'pdf' cmake target. Jacob Nevins 2022-10-29 15:30:26 +0100
  • 32e5215129 Some checklist updates for the Windows Store. Simon Tatham 2022-10-29 10:52:29 +0100
  • fe11c1e498 authplugin-example.py: Flush stderr. Jacob Nevins 2022-10-24 12:45:37 +0100
  • 5a50288718 authplugin-example.py: Mention documentation. Jacob Nevins 2022-10-24 12:45:17 +0100
  • 7398dfa3fc Remove a pointless allocation. Simon Tatham 2022-09-13 15:48:11 +0100
  • b8d40c7ae8 Checklist updates for pre-release setup. Simon Tatham 2022-09-13 08:29:12 +0100
  • d67c13eeb8 Fix potential null-pointer dereference in ssh_reconfig. Simon Tatham 2023-04-10 16:13:36 +0100
  • 6a27ae772c Remove a completely unused loop in RTF pasting. Simon Tatham 2023-04-07 07:51:17 +0100
  • 775d969ca8 Fix potential corruption when writing help file. Simon Tatham 2023-04-07 07:39:49 +0100
  • 8e7e3c5944 Improve time-safety of XDM-AUTHORIZATION-1 validation. Simon Tatham 2023-04-01 16:07:29 +0100
  • dff4bd4d14 Improve error reporting from x11_verify(). Simon Tatham 2023-04-01 15:53:29 +0100
  • cedeb75d59 Windows installer: restore InstallScope setting. Jacob Nevins 2023-03-17 16:48:19 +0000
  • 2357dee0fe Fix allocations at the start of split_into_argv. Simon Tatham 2023-03-15 07:58:05 +0000
  • 10e1ac7752 Add a Unicode version of split_into_argv(). Simon Tatham 2023-03-15 07:54:30 +0000
  • acaa326fa5 Start a windows/test subdirectory. Simon Tatham 2023-03-15 07:51:10 +0000
  • 9adfa79767 split_into_argv: stop using isspace(). Simon Tatham 2023-03-15 19:37:26 +0000
  • a890ffb15b Formatting: fix an ugly static array in terminal.c. Simon Tatham 2023-03-07 08:47:18 +0000
  • 74aa3cb7fb term_init(): actually, memset the whole structure to 0. Simon Tatham 2023-03-05 13:26:09 +0000
  • c8426a748e Build test_terminal for Windows too. Simon Tatham 2023-03-05 13:24:07 +0000
  • adb0fd12f5 term_init(): initialise term->ldisc. Simon Tatham 2023-03-05 13:23:24 +0000
  • a76109c586 Add some missing casts in ctype functions. Simon Tatham 2023-03-05 13:15:57 +0000
  • 259de04636 Run test_lineedit and test_terminal in the main build. Simon Tatham 2023-03-05 10:21:16 +0000
  • ed5bf9b3b8 Fix printing double-width char in rightmost column without wrap. Simon Tatham 2023-03-05 10:04:25 +0000
  • 069f7c8b21 Fix behaviour of backspace in a 1-column terminal. Simon Tatham 2023-03-05 10:01:36 +0000
  • 9ba742ad9f Make backspace take account of LATTR_WRAPPED2. Simon Tatham 2023-03-05 09:31:06 +0000
  • 21a31c19b7 Add some tests of line wrapping. Simon Tatham 2023-03-05 09:17:29 +0000
  • 57536cb7a3 Initial work on a terminal test program. Simon Tatham 2023-03-04 17:47:01 +0000
  • c890449d76 Expose lineptr and unlineptr outside terminal.c. Simon Tatham 2023-03-04 17:19:24 +0000
  • 1b8fb1d436 terminal: remove the 'screen' parameter from lineptr(). Simon Tatham 2023-03-04 17:04:07 +0000
  • f9943e2ffd term_get_userpass_input: support the prompts->utf8 flag. Simon Tatham 2023-03-04 13:37:13 +0000
  • 1a7e4ec8d4 New centralised version of local line editing. Simon Tatham 2023-03-04 12:56:01 +0000
  • 7a48837471 Add a test rig for ldisc's local line editing. Simon Tatham 2023-03-04 12:57:03 +0000
  • fd43ff6e27 Move SessionSpecial definitions into their own header. Simon Tatham 2023-03-04 12:56:24 +0000
  • b5645f79dd Document our long-standing workarounds policy. Simon Tatham 2023-02-28 18:58:14 +0000
  • 23c408d49d Move the logeventf wrappers into their own source file. Simon Tatham 2023-02-18 13:45:00 +0000
  • 334d4f315e Add some extra stub modules. Simon Tatham 2023-02-18 13:44:28 +0000