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

Commit Graph

  • 400c895ced settings.c: Don't ignore boolean settings Mark Wooding 2024-07-12 17:28:51 +0100
  • a5bcf3d384 Pad RSA signature blobs if they're made with SHA-2. Simon Tatham 2024-07-08 21:49:39 +0100
  • b7174344e6 README: clarify that you need to run vcvars32 first. Simon Tatham 2024-06-29 12:12:04 +0100
  • 807ed08da0 Centralise stub plug/socket functions. Simon Tatham 2024-06-29 12:07:59 +0100
  • 7618e079f5 Log outgoing address + port numbers in the Event Log. Simon Tatham 2024-06-29 11:48:48 +0100
  • c1d9da67a2 Pass the calling Socket to plug_log. Simon Tatham 2024-06-26 08:29:39 +0100
  • 23b15dbc77 Allow sockets to retrieve their local endpoint info. Simon Tatham 2024-06-26 06:47:53 +0100
  • f454c84a23 Rename SocketPeerInfo to SocketEndpointInfo. Simon Tatham 2024-06-26 06:35:40 +0100
  • 431838747b Stop ignoring the Unicode tag character range. Simon Tatham 2024-05-24 22:25:56 +0100
  • b6ef4f18d5 Support Unicode flag glyphs in terminal.c (works in GTK). Simon Tatham 2024-05-06 11:07:12 +0100
  • 640c7028f8 More Unicode samples for utf8.txt, most of which fail. Simon Tatham 2024-05-06 08:58:38 +0100
  • 6b10eaa245 Post-0.81 checklist updates. Simon Tatham 2024-04-19 19:34:22 +0100
  • c19b8b5a93 Link from PGP keys appendix/page to checksum FAQ. Jacob Nevins 2024-04-17 23:44:13 +0100
  • f0f058ccb4 Merge 0.81 branch. Simon Tatham 2024-04-15 19:42:50 +0100
  • 909e2dc222 Typo in CHECKLST.txt. Simon Tatham 2024-04-07 13:24:04 +0100
  • d1a2d215b8 dsa_nonce_recover.py: feature to talk to an agent. Simon Tatham 2024-04-07 13:23:37 +0100
  • a8601a72a9 Update version number for 0.81 release. 0.81 Simon Tatham 2024-04-06 10:42:59 +0100
  • f2f28ac038 It's a new year. Jacob Nevins 2024-02-22 14:31:26 +0000
  • 93c412b1a7 Python script that recovers DSA nonces. Simon Tatham 2024-04-01 13:44:07 +0100
  • 4aa5d88fdb testsc: fix disorganised alloc/free in test_hash(). Simon Tatham 2024-04-01 11:10:24 +0100
  • c193fe9848 Switch to RFC 6979 for DSA nonce generation. Simon Tatham 2024-04-01 09:18:34 +0100
  • aab0892671 Side-channel tester: align memory allocations. Simon Tatham 2024-04-01 08:48:36 +0100
  • dea3ddca05 Add an extra HMAC constructor function. Simon Tatham 2024-04-01 08:45:21 +0100
  • 5519ea6735 Add a FAQ about the.earth.li. Simon Tatham 2024-03-20 20:09:59 +0000
  • 83cc94a515 docs: Stop recommending newsgroups. Jacob Nevins 2024-02-22 14:32:12 +0000
  • 8f34c84074 It's a new year. Jacob Nevins 2024-02-22 14:31:26 +0000
  • b846178443 Fix mis-merges from the 0.80 branch. Simon Tatham 2023-12-19 07:06:21 +0000
  • f0265167b1 Release checklist updates in the wake of 0.80. Simon Tatham 2023-12-19 07:00:04 +0000
  • 968ac6dbf0 Merge tag '0.80'. Simon Tatham 2023-12-18 14:32:57 +0000
  • c96fb0f10a Update version number for 0.80 release. 0.80 Simon Tatham 2023-12-16 13:08:16 +0000
  • c14f079863 windows/utils/registry.c: allow opening reg keys RO. Simon Tatham 2022-09-14 16:04:14 +0100
  • b80a41d386 Terrapin warning: say if reconfiguration can help. Simon Tatham 2023-12-10 14:45:15 +0000
  • fdc891d170 Remove fatal-error reporting from scan_kexinits. Simon Tatham 2023-12-10 15:09:50 +0000
  • 0b00e4ce26 Warn about Terrapin vulnerability for unpatched servers. Simon Tatham 2023-11-29 08:50:45 +0000
  • 58fc33a155 Add missing flags to AES selector vtables. Jacob Nevins 2023-12-10 23:04:54 +0000
  • 244be54127 Support OpenSSH's new strict kex feature. Simon Tatham 2023-11-29 07:29:13 +0000
  • 9fcbb86f71 Refactor confirm_weak to use SeatDialogText. Simon Tatham 2023-11-22 08:57:54 +0000
  • f2e7086902 Factor out the check for ext-info-* keyword. Simon Tatham 2023-11-18 08:50:58 +0000
  • 9e09915157 Fix check for "ext-info-s". Simon Tatham 2023-11-24 19:20:43 +0000
  • c6013e2969 Recognise and discard the APC terminal escape sequence. Simon Tatham 2023-10-19 18:55:04 +0100
  • bb453dd27c Further reorganisations of seen_disp_event(). Simon Tatham 2023-09-25 20:43:55 +0100
  • 4503314376 Add a missing seen_disp_event for ESC # 3 and friends. Simon Tatham 2023-09-25 19:31:11 +0100
  • 963aebc260 Tiny fixes in the SOCKS proxy code. Simon Tatham 2023-09-23 13:28:29 +0100
  • 53e7d2c024 settings.c: missing 'const' in gppfont(). Simon Tatham 2023-09-22 12:56:47 +0100
  • 73b41feba5 Rationalise the code that resets terminal scrollback. Simon Tatham 2023-09-03 09:29:56 +0100
  • 6136ff8213 CMakeLists.txt: explicitly ask for C99. Simon Tatham 2023-08-27 09:36:42 +0100
  • dd2b5569ce Remove a couple of double-typedefs. Simon Tatham 2023-08-27 09:36:37 +0100
  • b875edb6bd CHECKLST.txt: suggest writing Windows Store blurb ahead of time. Simon Tatham 2023-08-26 13:46:58 +0100
  • 7b10e34b8f Recognise and discard the APC terminal escape sequence. Simon Tatham 2023-10-19 18:55:04 +0100
  • 6a6efd36aa Further reorganisations of seen_disp_event(). Simon Tatham 2023-09-25 20:43:55 +0100
  • aa1552bc82 Add a missing seen_disp_event for ESC # 3 and friends. Simon Tatham 2023-09-25 19:31:11 +0100
  • 1cd0f1787f Tiny fixes in the SOCKS proxy code. Simon Tatham 2023-09-23 13:28:29 +0100
  • 18ba4fe868 conf.h: improve comments for a couple of options. Simon Tatham 2023-09-22 17:12:10 +0100
  • 4ec4892124 Centralise defaults for non-saved options. Simon Tatham 2023-09-22 16:30:24 +0100
  • b29758c1b6 Add ability to specify custom load and save separately. Simon Tatham 2023-09-22 16:04:25 +0100
  • 374bb4872e Remove spurious 'clipboard' storage enumeration. Simon Tatham 2023-09-22 15:58:29 +0100
  • 92594f3e41 test_conf: directly check consistency of conf_key_info. Simon Tatham 2023-09-22 15:33:45 +0100
  • 30d3b609d3 Fix type mismatches in new conf_key_info. Simon Tatham 2023-09-22 15:31:02 +0100
  • 41b4f78b9b Make test_conf return failure status on failure! Simon Tatham 2023-09-22 15:15:11 +0100
  • 8e95208377 Begin moving saved-setting semantics into conf_key_info. Simon Tatham 2023-09-22 13:48:20 +0100
  • 860bd0d5b7 Replace conf.c's type arrays with a new conf_key_info[]. Simon Tatham 2023-09-22 12:54:15 +0100
  • 72bbca9ddd Move the enum of Conf data types out into putty.h. Simon Tatham 2023-09-22 12:08:36 +0100
  • b567c9b2b5 New test program 'test_conf', mostly transitional. Simon Tatham 2023-09-22 13:57:50 +0100
  • 954db6f7fe Conditionalise FontSpec structure definition. Simon Tatham 2023-09-22 13:55:33 +0100
  • 6371702145 Expose conf_clear(), for test purposes. Simon Tatham 2023-09-22 13:53:45 +0100
  • cfdff822c4 settings.c: missing 'const' in gppfont(). Simon Tatham 2023-09-22 12:56:47 +0100
  • bdbd5f429c Rationalise the code that resets terminal scrollback. Simon Tatham 2023-09-03 09:29:56 +0100
  • bd27962cd9 CMakeLists.txt: explicitly ask for C99. Simon Tatham 2023-08-27 09:36:42 +0100
  • 3d34007889 Remove a couple of double-typedefs. Simon Tatham 2023-08-27 09:36:37 +0100
  • da550c3158 CHECKLST.txt: suggest writing Windows Store blurb ahead of time. Simon Tatham 2023-08-26 13:46:58 +0100
  • 13e2dfd4dd Merge tag '0.79' Simon Tatham 2023-08-26 13:16:58 +0100
  • b10059fc92 Update version number for 0.79 release. 0.79 Simon Tatham 2023-08-26 08:39:42 +0100
  • f9d09f41d1 Windows Pageant: switch path separator in OpenSSH config. Simon Tatham 2023-08-26 08:34:53 +0100
  • 5ced517428 cryptsuite: gracefully handle unavailable HW accel. Jacob Nevins 2023-08-22 19:05:21 +0100
  • a1d80e41dd testcrypt: allow null return from ssh2_mac_new. Jacob Nevins 2023-08-22 17:59:19 +0100
  • 06d7c3916a Fix typo in comment. Jacob Nevins 2023-08-22 17:58:24 +0100
  • 29fef36f3e Merge share_receive fix from 'pre-0.79'. Simon Tatham 2023-08-19 10:26:17 +0100
  • 27f0140e5c Fix use-after-free on error returns from share_receive. Simon Tatham 2023-08-19 09:59:01 +0100
  • 0945fc5446 Fix breakage in winegcc build script. Simon Tatham 2023-08-19 08:57:43 +0100
  • 08d178ae9f Merge GPG key update from 'pre-0.79'. Simon Tatham 2023-07-31 20:01:36 +0100
  • 74820e9408 GPG key rollover. Simon Tatham 2023-07-31 20:01:24 +0100
  • d5b2fd9d2f Unix: conditionalise test_lineedit and test_terminal. Simon Tatham 2023-07-26 08:11:29 +0100
  • 5acaf757cf Merge docs improvement from 'pre-0.79'. Simon Tatham 2023-07-20 21:43:20 +0100
  • 0fffc62fc6 errors.but: add a note about firewalls. Simon Tatham 2023-07-20 19:58:49 +0100
  • 64dbda7b31 Merge SSH cert UI tweak from 'pre-0.79'. Jacob Nevins 2023-07-19 17:18:26 +0100
  • 2a6e2dfff4 Make it clearer that detached SSH cert is optional. Jacob Nevins 2023-07-19 17:15:23 +0100
  • ab8ae9a385 Merge log file name tweaks from 'pre-0.79'. Jacob Nevins 2023-07-16 16:38:56 +0100
  • c406d8efe5 logging: allow &H to expand to serial line. Jacob Nevins 2023-07-16 16:03:24 +0100
  • 209cf8013b Add missing consts around xlatlognam(). Jacob Nevins 2023-07-16 16:00:29 +0100
  • d583ae698d docs: Tiny improvements to log file name docs. Jacob Nevins 2023-07-16 16:01:02 +0100
  • fecb51b03b Merge Windows Pageant / OpenSSH fix from 'pre-0.79'. Simon Tatham 2023-07-12 20:55:13 +0100
  • 60c9350010 Windows Pageant: quote the pipe path in OpenSSH config fragment. Simon Tatham 2023-07-12 20:48:48 +0100
  • 2ae19053a8 Merge docs tweaks from 'pre-0.79'. Jacob Nevins 2023-07-12 18:36:24 +0100
  • 9ce5bc401c Tweaks to OpenSSH key format docs. Jacob Nevins 2023-07-12 17:55:58 +0100
  • b60e62b724 Merge PSFTP multiple-connections fixes from 'pre-0.79'. Simon Tatham 2023-06-07 07:29:39 +0100
  • 05a6699939 PSFTP: fix memory leak opening two consecutive sessions. Simon Tatham 2023-06-07 07:14:29 +0100
  • 6370782de7 PSFTP: make the 'close' subcommand return success. Simon Tatham 2023-06-07 07:12:58 +0100
  • 68d89b0e69 Add lots more stub versions of standard code modules. Simon Tatham 2023-05-29 15:54:34 +0100
  • 5e055a374f Cleanup: make an enum for the values of CONF_mouse_is_xterm. Simon Tatham 2023-05-29 15:52:32 +0100
  • fd9bc8c86a Cleanup: make symbolic names for CONF_bold_style bits. Simon Tatham 2023-05-29 15:51:56 +0100