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
2021-04-22Move the SSH implementation into its own subdirectory.Simon Tatham
2020-03-11Change vtable defs to use C99 designated initialisers.Simon Tatham
2020-02-05Track the total size of every PacketQueue.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-07-10Fix integer underflow in SSH-1 BPP.Simon Tatham
2019-07-10Honour the packet size limit in bare-connection protocol.Simon Tatham
2019-02-17Call ssh_check_frozen when BPP consumes input.Simon Tatham
2019-02-04Stop using unqualified {GET,PUT}_32BIT.Simon Tatham
2019-01-24Replace random_byte() with random_read().Simon Tatham
2019-01-18Merge the ssh1_cipher type into ssh2_cipher.Simon Tatham
2019-01-16SSH-1 BPP: pass the IV to detect_attack.Simon Tatham
2019-01-16Expose CRC32 to testcrypt, and add tests for it.Simon Tatham
2019-01-04Remove a lot of pointless 'struct' keywords.Simon Tatham
2018-12-08Start using C99 variadic macros.Simon Tatham
2018-11-28Stop BPPs from handling EOF before reading all data.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-21Add an actual SSH server program.Simon Tatham
2018-10-21Server prep: reword messages to be client/server agnostic.Simon Tatham
2018-10-10Refactor the LogContext type.Simon Tatham
2018-10-07Give BPPs a Frontend, so they can do their own logging.Simon Tatham
2018-10-06Rename FROMFIELD to 'container_of'.Simon Tatham
2018-09-28Fix use-after-free on a network error.Simon Tatham
2018-09-24Move most of ssh.c out into separate source files.Simon Tatham
2018-09-24Restructure SSH-1 compression again.Simon Tatham
2018-09-24Move SSH_MSG_DISCONNECT construction into the BPP.Simon Tatham
2018-09-24Give the BPP an input and output packet queue.Simon Tatham
2018-09-24Macroise the cumbersome read idioms in the BPPs.Simon Tatham
2018-09-24Replace PktIn reference count with a 'free queue'.Simon Tatham
2018-09-23Add missing 'static' to BPP vtable definitions.Simon Tatham
2018-09-21Fix mishandling of refusal to compress in SSH-1.Simon Tatham
2018-09-20Make ssh_compress into a pair of linked classoids.Simon Tatham
2018-09-20Turn SSH-1 ciphers into a classoid.Simon Tatham
2018-09-20Expose the structure tag 'crcda_ctx'.Simon Tatham
2018-07-10Move password-packet padding into the BPP module.Simon Tatham
2018-07-09Reinstate calls to ssh_free_pktout!Simon Tatham
2018-06-09Move binary packet protocols and censoring out of ssh.c.Simon Tatham