Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31Merge tag 'tags/0.78'HEADmasterDimitrij
2022-10-23Restrict -pwfile / -pw to apply to server prompts only.Simon Tatham
2022-10-23Fix outdated comment relating to -pw.Jacob Nevins
2022-05-21Merge assorted pterm fixes from 'pre-0.77'.Simon Tatham
2022-05-21Disallow -4 and -6 in TOOLTYPE_NONNETWORK.Simon Tatham
2022-05-19Merge recent misc fixes from 'pre-0.77'.Jacob Nevins
2022-05-18Fix command-line password handling in Restart Session.Simon Tatham
2022-04-25Support for detached certificates in userauth.Simon Tatham
2022-01-29cmdline.c: free cmdline_password whenever it's reset.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-28Fix error handling when command-line password fails.Simon Tatham
2021-12-25merged from tags/0.76Faryan Rezagholi
2021-09-28Add -pwfile option, a more secure version of -pw.Simon Tatham
2021-06-23New option to reject 'trivial' success of userauth.Simon Tatham
2021-06-19New option to reject 'trivial' success of userauth.Simon Tatham
2021-02-21Document new backend command-line options.Jacob Nevins
2020-11-22Support -logoverwrite and -logappend command-line flags.Simon Tatham
2020-02-22Permit protocol selection in file transfer tools.Simon Tatham
2020-02-22cmdline.c: loop over backends list for '-protocol' options.Simon Tatham
2020-02-02Move the restricted_acl flag into winsecur.c.Simon Tatham
2020-02-02Move default_protocol and default_port into settings.c.Simon Tatham
2020-01-30Move 'loaded_session' into cmdline.c.Simon Tatham
2020-01-30Remove cmdline_session_name.Simon Tatham
2020-01-30Make cmdline_tooltype a const int.Simon Tatham
2020-01-30Remove FLAG_VERBOSE.Simon Tatham
2020-01-29Assorted benign warning fixes.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-03-16Switch to using poll(2) in place of select(2).Simon Tatham
2019-02-28New array-growing macros: sgrowarray and sgrowarrayn.Simon Tatham
2019-02-28Replace more ad-hoc growing char buffers with strbuf.Simon Tatham
2019-02-27Plink: fix mishandling of launchable Default Settings.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Switch some Conf settings over to being bool.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-11New abstraction 'Seat', to pass to backends.Simon Tatham
2018-10-06Name vtable structure types more consistently.Simon Tatham
2018-09-20Turn Backend into a sensible classoid.Simon Tatham
2018-05-18Remove unused params from cmdline_get_passwd_input.Simon Tatham
2017-12-07Centralise PuTTY and Plink's non-option argument handling.Simon Tatham
2017-07-08Add -share -noshare command line option to plink to share SSL connections.Ion GaztaƱaga
2017-02-04Pass -restrict-acl, if given, through to sub-PuTTYs.Simon Tatham
2017-01-30Turn off Windows process ACL restriction by default.Simon Tatham
2016-05-03Add a '-proxycmd' command-line option.Simon Tatham
2015-11-08Rationalise and document log options somewhat.Jacob Nevins
2015-09-24Command-line options to log sessions.Simon Tatham
2015-05-15Giant const-correctness patch of doom!Simon Tatham
2014-09-09New option to manually configure the expected host key(s).Simon Tatham
2014-01-25Use the new host_str* functions to improve IPv6 literal support.Simon Tatham
2013-11-17Fix an assortment of dupprintf() format string bugs.Simon Tatham
2012-07-22Introduce a new utility function smemclr(), which memsets things toSimon Tatham