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-09-01New feature: k-i authentication helper plugins.Simon Tatham
2022-05-02contrib/gdb.py: add a pretty-printer for ptrlen.Simon Tatham
2022-01-03Fix a batch of typos in comments and docs.Simon Tatham
2021-06-12New script contrib/proveprime.py.Simon Tatham
2020-08-04New script contrib/plinkfs.Simon Tatham
2020-03-09kh2reg: stop using deprecated base64.decodestring.Simon Tatham
2020-03-09kh2reg: fix Python 3 iterator bug with multiple hostnames.Simon Tatham
2020-03-05Migrate all Python scripts to Python 3.Simon Tatham
2020-03-02Support the new "ssh-ed448" key type.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-04-21kh2reg.py: handle OpenSSH hashed hostnames.Simon Tatham
2019-04-21kh2reg.py: add -o option to write output to a file.Simon Tatham
2019-04-21kh2reg.py: switch from getopt to argparse.Simon Tatham
2019-04-21kh2reg.py: refactor main program to bottom of file.Simon Tatham
2019-04-21kh2reg.py: work with Python 3.Simon Tatham
2019-04-21kh2reg.py: support ECDSA point compression.Simon Tatham
2019-01-25Replace all uses of Perl <> with <<>>.Simon Tatham
2019-01-03Move eccref.py into the test directory.Simon Tatham
2019-01-03Fix two misstatements of the Montgomery curve equation.Simon Tatham
2018-12-31Complete rewrite of PuTTY's bignum library.Simon Tatham
2018-11-16gdb.py: support functions for container_of and tree234.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-06Rewrite some comments with FIXMEs in them.Simon Tatham
2018-10-06cygtermd: remove all uses of 'FIXME' as program name.Simon Tatham
2018-10-04Get rid of lots of implicit pointer types.Simon Tatham
2018-06-09gdb.py: add a 'memdump' command.Simon Tatham
2018-06-04Add a GDB Python script to pretty-print Bignum.Simon Tatham
2018-05-26Make lots of generic data parameters into 'void *'.Simon Tatham
2018-04-26logparse.pl: support GSSAPI key exchange messages.Simon Tatham
2018-04-11logparse.pl: fix a Perl warning.Simon Tatham
2018-04-10logparse.pl: document the -e option.Simon Tatham
2018-04-09logparse.pl: option to pass through Event Log entries.Simon Tatham
2018-04-09logparse.pl: add verbose dumping for transport protocol.Simon Tatham
2018-04-05logparse.pl: fix a thinko in &parse.Simon Tatham
2018-04-05logparse.pl: add a verbose dump system.Simon Tatham
2018-04-05logparse.pl: more sensible option-parsing.Simon Tatham
2017-05-07Switch chiark URLs to https.Simon Tatham
2017-04-08Fix bug in Poly1305 bigval_final_reduce().Simon Tatham
2017-03-17Add blank line at bottom of .reg files we generateOwen Dunn
2016-09-19cygtermd: be more specific in define of _XOPEN_SOURCE.Simon Tatham
2016-05-03Rework samplekex.py to use the new -proxycmd.Simon Tatham
2016-03-25Support Ed25519 in kh2reg.py.Simon Tatham
2016-03-22kh2reg.py: remove accidental hard tabs.Jacob Nevins
2016-03-22Partial update of kh2reg.py for new formats.Jacob Nevins
2016-01-26Remove some unused variables.Simon Tatham
2015-12-16Relegate BignumDblInt to an implementation detail of sshbn.h.Simon Tatham
2015-08-05New 'contrib' script to sort out email-corrupted packet logs.Simon Tatham
2015-06-07Dedicated routines for poly1305 arithmetic.Simon Tatham
2015-05-28Commit my replacement Windows I-beam mouse pointer.Simon Tatham
2015-02-28New 'contrib' tool: a script for faking initial KEX.Simon Tatham