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
path: root/defs.h
AgeCommit message (Expand)Author
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2022-06-25Certificate trust scope: change to a boolean-expression system.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-05-02Permit configuring RSA signature types in certificates.Simon Tatham
2022-05-01Restructure dlgcontrol as a struct with an anon union.Simon Tatham
2022-05-01New typedef 'dlgcontrol' wrapping 'union control'.Simon Tatham
2022-04-25Initial support for host certificates.Simon Tatham
2022-04-15Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex.Simon Tatham
2022-04-15Refactor ecdh_kex into an organised vtable.Simon Tatham
2022-03-12Add a '#define LEGACY_WINDOWS'.Simon Tatham
2022-03-12Move predeclaration of struct unicode_data into defs.h.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-22Allow creating FdSocket/HandleSocket before the fds/handles.Simon Tatham
2021-11-26Move STR() and CAT() into defs.h.Simon Tatham
2021-10-30Framework for announcing which Interactor is talking.Simon Tatham
2021-10-30Introduce a new 'Interactor' trait.Simon Tatham
2021-10-10bidi.c: update the API.Simon Tatham
2021-04-19Make cmake.h available everywhere.Simon Tatham
2021-04-18Adopt a new universal implementation of smemclr().Simon Tatham
2021-04-17Enforce that NDEBUG is not defined.Simon Tatham
2021-04-10Fix a few warnings reported by Visual Studio.Simon Tatham
2021-04-02Fix spurious printf format warnings with MinGW.Jacob Nevins
2020-02-15Pageant client: functions to send reencryption requests.Simon Tatham
2020-02-02Expose lf_load_keyfile outside sshpubk.c.Simon Tatham
2020-01-26New wrapper macro for printf("%zu"), for old VS compat.Simon Tatham
2020-01-26Greatly improve printf format-string checking.Simon Tatham
2019-06-19Make the w32old build warning-clean.Simon Tatham
2019-03-28Start of an SSH-server-specific config structure.Simon Tatham
2019-03-06Expose term_translate outside terminal.c.Simon Tatham
2019-02-20New utility object, StripCtrlChars.Simon Tatham
2019-02-20Add BinarySink wrappers on existing forms of output.Simon Tatham
2019-01-24Replace PuTTY's PRNG with a Fortuna-like system.Simon Tatham
2019-01-18Merge the ssh1_cipher type into ssh2_cipher.Simon Tatham
2019-01-04Remove a lot of pointless 'struct' keywords.Simon Tatham
2019-01-04Move defn of PLATFORM_HAS_SMEMCLR into defs.h.Simon Tatham
2019-01-03New test system for mp_int and cryptography.Simon Tatham
2018-12-31Complete rewrite of PuTTY's bignum library.Simon Tatham
2018-12-01Mark a few functions as __attribute__((noreturn)).Simon Tatham
2018-11-22Fix a build failure.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-11-03Adopt C99 <stdint.h> integer types.Simon Tatham
2018-10-25Remove the 'Frontend' type and replace it with a vtable.Simon Tatham
2018-10-21Add an SFTP server to the SSH server code.Simon Tatham
2018-10-21Improve sk_peer_info.Simon Tatham
2018-10-21Move mainchan into its own file, like agentf.Simon Tatham
2018-10-11New abstraction 'Seat', to pass to backends.Simon Tatham
2018-10-10Refactor the LogContext type.Simon Tatham
2018-10-06Rename FROMFIELD to 'container_of'.Simon Tatham
2018-10-06Make Socket and Plug into structs.Simon Tatham