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

Commit Graph

  • a45ae81797 Remove 'is_stderr' parameter from term_data. Simon Tatham 2021-09-16 14:50:59 +0100
  • d1dc1e927c Mention the host name in host-key prompts. Simon Tatham 2021-09-15 14:41:00 +0100
  • f317f8e67e Centralise host key message formatting. Simon Tatham 2021-09-15 06:00:38 +0100
  • e5b6aba63a unix/console.c: add a missing postmsg(). Simon Tatham 2021-09-15 06:00:02 +0100
  • 65270b56f0 free_prompts: deal with a reference from an Ldisc. Simon Tatham 2021-09-16 09:41:03 +0100
  • 7a02234353 userauth2: add a missing free_prompts(). Simon Tatham 2021-09-16 09:27:25 +0100
  • 99b4229abf Make all Plugs have a log function, even if no-op. Simon Tatham 2021-09-15 13:48:30 +0100
  • 42f3a2f6d5 Add missing initialisation of prompts_t idata. Simon Tatham 2021-09-14 14:30:44 +0100
  • 3037258808 Localise user_input to SSH connection layers. Simon Tatham 2021-09-14 14:00:05 +0100
  • d1374c5890 SshProxy: pass through userpass input prompts. Simon Tatham 2021-09-14 12:14:37 +0100
  • cd8a7181fd Complete rework of terminal userpass input system. Simon Tatham 2021-09-14 11:57:21 +0100
  • 9f0e7d2915 Backends: notify ldisc when sendok becomes true. (NFC) Simon Tatham 2021-09-14 10:13:28 +0100
  • 2fd2f4715d Squash shift warnings in ssh2_bpp_check_unimplemented. Simon Tatham 2021-09-14 11:16:49 +0100
  • 8e35e6eeae Rlogin: handle user abort at the username prompt. Simon Tatham 2021-09-14 08:49:08 +0100
  • 612b293c1e rlogin: defer username prompt until connection is made. Simon Tatham 2021-09-14 08:20:42 +0100
  • b1d01cd3c7 sshproxy: borrow a Seat for host key and crypto dialogs. Simon Tatham 2021-09-13 16:30:59 +0100
  • 6d272ee007 Allow new_connection to take an optional Seat. (NFC) Simon Tatham 2021-09-13 17:17:20 +0100
  • a08f953bd6 sshproxy: share the caller's LogPolicy. Simon Tatham 2021-09-13 17:17:20 +0100
  • a4b8ff911b FdSocket, HandleSocket: store a notional peer address. Simon Tatham 2021-09-13 14:34:46 +0100
  • 8f5e9a4f8d Send PLUGLOG_CONNECT_SUCCESS in proxied socket types. Simon Tatham 2021-09-13 14:28:47 +0100
  • 6defb2b3a0 fd-socket: fix use after free on socket close. Simon Tatham 2021-09-13 14:18:12 +0100
  • 64f192093a Telnet: remove tabs from Event Log entries. Simon Tatham 2021-09-13 13:13:07 +0100
  • 0b099b6a6f Non-SSH network backends: handle PLUGLOG_CONNECT_SUCCESS. Simon Tatham 2021-09-13 12:00:01 +0100
  • 6b1154cc5b Remove ldisc.h. Simon Tatham 2021-09-13 10:14:33 +0100
  • 18cac59b43 split_into_argv.c: tidy up large comment. Simon Tatham 2021-09-13 11:57:21 +0100
  • 8df3ad6316 testback.c: remove emacs magic comment. Simon Tatham 2021-09-12 15:10:35 +0100
  • 346a7548e2 New Seat method, notify_session_started(). Simon Tatham 2021-09-12 11:48:42 +0100
  • c336643576 Separate backend_send from backend_sendbuffer. Simon Tatham 2021-09-12 09:52:46 +0100
  • 82177956da Divide seat_set_trust_status into query and update. Simon Tatham 2021-09-12 09:52:46 +0100
  • c06c9c730f Fill in missing implementation of pty_sendbuffer. Simon Tatham 2021-09-12 09:52:46 +0100
  • 80f5105dad sshproxy: keep addr and free it on close. Simon Tatham 2021-09-12 09:52:46 +0100
  • bff0c590e5 Unix platform_make_x11_server: fix sense of error check. Simon Tatham 2021-09-10 10:38:30 +0100
  • 5c09c1c47e testsc: remove log_discard(). Simon Tatham 2021-09-07 13:46:37 +0100
  • 76688f9a0b Docs: insert missing 'inline' in a code example. Simon Tatham 2021-09-07 13:38:14 +0100
  • 5bb869dd22 Add references for the Diffie-Hellman fixed primes. Simon Tatham 2021-08-28 10:25:09 +0100
  • e0f9c42b0f primegen.py: add a --probabilistic option. Simon Tatham 2021-08-28 10:17:16 +0100
  • d8fda3b6da testsc: add side-channel test of probabilistic prime gen. Simon Tatham 2021-08-27 17:46:25 +0100
  • 1c78d18acb sclog: wrap memmove. Simon Tatham 2021-08-27 17:46:25 +0100
  • 3bb12dff3b Make pcs_set_oneshot even more one-shot. Simon Tatham 2021-08-27 17:46:25 +0100
  • 6520574e58 Side-channel-safe rewrite of the Miller-Rabin test. Simon Tatham 2021-08-27 17:46:25 +0100
  • 23431f8ff4 Add some tests of Miller-Rabin to cryptsuite. Simon Tatham 2021-08-27 17:43:40 +0100
  • 59409d0947 Make mp_unsafe_mod_integer not be unsafe. Simon Tatham 2021-08-27 17:43:40 +0100
  • 22fab78376 Tidy up formatting of manpage cross-references. Simon Tatham 2021-08-22 12:19:01 +0100
  • 2cb38da6e9 psusan manpage: suggest setsid in UML example. Simon Tatham 2021-08-16 22:22:55 +0100
  • c62b7229c1 Bug workaround to delay sending our SSH greeting. Simon Tatham 2021-08-14 10:56:20 +0100
  • dfb252d161 GPG key rollover. Simon Tatham 2021-08-14 08:02:27 +0100
  • 9983ff53d5 psusan manpage: add a PATH to the UML example. Simon Tatham 2021-08-07 16:59:05 +0100
  • 84175f4aea Merge tag '0.76' into main Simon Tatham 2021-07-10 10:46:47 +0100
  • 7a25599d84 Fix terminal redraw slowdown in presence of true colour. Simon Tatham 2021-07-15 20:02:55 +0100
  • 1fd7baa734 Update version number for 0.76 release. 0.76 Simon Tatham 2021-07-10 10:39:20 +0100
  • be66cb7b15 Fix grammar nit. Simon Tatham 2021-07-10 10:31:07 +0100
  • 640e46a112 Fix grammar nit. Simon Tatham 2021-07-10 10:31:07 +0100
  • 6db3ac4783 Document -no-trivial-auth more thoroughly. Jacob Nevins 2021-07-09 23:55:15 +0100
  • 413398af85 Document -no-trivial-auth more thoroughly. Jacob Nevins 2021-07-09 23:55:15 +0100
  • d599e3e687 Avoid crash in MIT Kerberos for Windows on session restart. Simon Tatham 2021-07-03 11:01:09 +0100
  • ea45d7dcd8 Close all thread handles returned from CreateThread. Simon Tatham 2021-07-03 11:01:09 +0100
  • 22d7888b33 Restore missing screen updates from scrollbar buttons. Simon Tatham 2021-07-03 11:01:09 +0100
  • 058e390ab5 Avoid crash in MIT Kerberos for Windows on session restart. Simon Tatham 2021-07-01 18:59:44 +0100
  • c714dfc936 Close all thread handles returned from CreateThread. Simon Tatham 2021-07-01 18:30:00 +0100
  • 2029aa55c2 Restore missing screen updates from scrollbar buttons. Simon Tatham 2021-07-01 18:25:56 +0100
  • 6246ff3f0a New Seat callback, seat_sent(). Simon Tatham 2021-06-27 13:52:48 +0100
  • 1dc5659aa6 New option to reject 'trivial' success of userauth. Simon Tatham 2021-06-19 15:39:15 +0100
  • ff941299cf Uppity: add stunt options for trivial authentication. Simon Tatham 2021-06-19 15:41:18 +0100
  • 5f5c710cf3 New option to reject 'trivial' success of userauth. Simon Tatham 2021-06-19 15:39:15 +0100
  • 6d05e20a0e Remove a futile term_schedule_update(). Jacob Nevins 2021-06-13 00:25:18 +0100
  • 746d87fc6f Fix palette escape sequences sometimes not working. Jacob Nevins 2021-06-13 00:18:42 +0100
  • 5677da6481 Fix palette escape sequences sometimes not working. Jacob Nevins 2021-06-13 00:18:42 +0100
  • 8f3a0ea69f Fix Arm crypto build failure on clang post-12. Simon Tatham 2021-06-12 14:03:27 +0100
  • fd3f05d215 Fix tight loop on reading truncated key files. Simon Tatham 2021-05-23 08:59:13 +0100
  • ff53c6716a Fix changing colours in Change Settings. Jacob Nevins 2021-05-15 22:05:27 +0100
  • 27a04d96a3 cmdgen: add missing null pointer check in --dump mode. Simon Tatham 2021-05-19 10:42:42 +0100
  • 11b89407f5 Close agent named-pipe handles when queries complete. Simon Tatham 2021-05-13 18:22:05 +0100
  • 6976bf6082 Fix confusion between invalid Windows HANDLE values. Simon Tatham 2021-05-13 18:20:41 +0100
  • bf67ce44d0 Reinstate missing bit counts in Windows Pageant GUI. Simon Tatham 2021-05-08 20:57:18 +0100
  • 329bdb344c Make TermWin's palette_get_overrides() take a Terminal *. Simon Tatham 2021-05-08 18:13:06 +0100
  • 47c2bc38d1 New script contrib/proveprime.py. Simon Tatham 2021-06-12 10:08:58 +0100
  • 9f4bd6c552 Fix an unused variable. Simon Tatham 2021-05-27 09:47:33 +0100
  • 9851d37ccb Add test script for simultaneous agent connections. Simon Tatham 2021-05-24 15:04:35 +0100
  • 17c57e1078 Reorganise Windows HANDLE management. Simon Tatham 2021-05-24 13:06:10 +0100
  • 02aca17f36 Reorder proxy-type enum for backwards compatibility. Simon Tatham 2021-05-24 13:57:39 +0100
  • 415927e9b0 Make SSH proxying conditional on CONF_proxy_type! Simon Tatham 2021-05-24 13:52:51 +0100
  • d008d235f3 Fix tight loop on reading truncated key files. Simon Tatham 2021-05-23 08:59:13 +0100
  • 0d3bb73608 Initial support for in-process proxy SSH connections. Simon Tatham 2021-05-22 12:51:23 +0100
  • 0553aec60a New Seat method, notify_remote_disconnect. Simon Tatham 2021-05-22 12:47:51 +0100
  • 62b694affc New backend flag indicating support for CONF_ssh_nc_host. Simon Tatham 2021-05-22 11:27:19 +0100
  • 1e726c94e8 Fix changing colours in Change Settings. Jacob Nevins 2021-05-15 22:05:27 +0100
  • 0c21eb4447 cmdgen: add missing null pointer check in --dump mode. Simon Tatham 2021-05-19 10:42:42 +0100
  • 6791bdc9b6 Don't #include <utmp.h> if it doesn't exist. Simon Tatham 2021-05-13 18:40:05 +0100
  • 6e69223dc2 Close agent named-pipe handles when queries complete. Simon Tatham 2021-05-13 18:22:05 +0100
  • 155d8121e6 Fix confusion between invalid Windows HANDLE values. Simon Tatham 2021-05-13 18:20:41 +0100
  • 0e83e72b09 New test tool: list-accel.py. Simon Tatham 2021-05-09 09:06:12 +0100
  • 8245510a02 Reinstate missing bit counts in Windows Pageant GUI. Simon Tatham 2021-05-08 20:57:18 +0100
  • 571fa3388d Make TermWin's palette_get_overrides() take a Terminal *. Simon Tatham 2021-05-08 18:13:06 +0100
  • a55aac71e4 New application: a Windows version of 'pterm'! Simon Tatham 2021-05-08 17:24:13 +0100
  • cb33708f95 Make Windows versions of the pterm icons. Simon Tatham 2021-05-08 17:22:19 +0100
  • 27a09093e4 Move icon declarations out of putty-common.rc2. Simon Tatham 2021-05-08 17:23:11 +0100
  • 7167c8c771 Move some parts of window.c into putty.c. Simon Tatham 2021-05-08 17:20:50 +0100
  • 3de2f13b89 Factor out Windows utility function get_system_dir(). Simon Tatham 2021-04-24 17:15:47 +0100
  • d77ecacc27 Allow standalone cmake in the doc subdirectory. Simon Tatham 2021-05-08 10:11:56 +0100
  • c931c7f02a gitcommit.cmake: stop needing TOPLEVEL_SOURCE_DIR. Simon Tatham 2021-05-08 10:24:14 +0100