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/utils
AgeCommit message (Expand)Author
2022-10-22Document subdomain matching of cert expr wildcards.Jacob Nevins
2022-09-07utils/cert-expr.c: remove 'lasttoktext' field.Simon Tatham
2022-09-06buildinfo.c: add another Visual Studio version.Simon Tatham
2022-09-03Add a batch of missing 'static's.Simon Tatham
2022-09-03Add some missing #includes.Simon Tatham
2022-09-01New facility, platform_start_subprocess.Simon Tatham
2022-09-01Reorganise the stubs collection.Simon Tatham
2022-08-16Add 'next_message' methods to cipher and MAC vtables.Simon Tatham
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-08-03Formatting: remove spurious spaces in 'type * var'.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-08-02Windows Pageant: display RSA/DSA cert bit counts.Simon Tatham
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2022-07-07Utility function to do terminal word wrapping.Simon Tatham
2022-07-07Make HelpCtx a per-platform type, not an intorptr.Simon Tatham
2022-06-25Certificate trust scope: change to a boolean-expression system.Simon Tatham
2022-06-25Routines for %-encoding and %-decoding.Simon Tatham
2022-06-25A few more ptrlen functions.Simon Tatham
2022-06-01Remove uni_tbl from struct unicode_data.Simon Tatham
2022-05-31buildinfo: add cases to recognise MSVC 17.1 and 17.2.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-05Improve the align_next_to mechanism.Simon Tatham
2022-05-02Permit configuring RSA signature types in certificates.Simon Tatham
2022-05-02Centralise creation of a host_ca structure.Simon Tatham
2022-05-01New utility function base64_valid().Simon Tatham
2022-04-25Initial support for host certificates.Simon Tatham
2022-04-25Certificate-specific ssh_key method suite.Simon Tatham
2022-04-25Improve the base64 utility functions.Simon Tatham
2022-04-24Utility function ssh_key_clone().Simon Tatham
2022-04-24Extra helper functions for adding key_components.Simon Tatham
2022-04-24New key component type KCT_BINARY.Simon Tatham
2022-04-24Refactor the key-components mechanism a bit.Simon Tatham
2022-04-24ssh_keyalg: new method 'alternate_ssh_id'.Simon Tatham
2022-04-24Make ssh_keyalg's supported_flags a method.Simon Tatham
2022-04-24Utility function strbuf_dup.Simon Tatham
2022-04-22Merge stripctrl locale fix into 'pre-0.77'.Simon Tatham
2022-04-22Fix use-after-free in locale-based stripctrl.Simon Tatham
2022-04-15Make smemeq return unsigned, not bool.Simon Tatham
2022-04-15Move key_components management functions into utils.Simon Tatham
2022-03-12Add a manual single-char UTF-8 decoder.Simon Tatham
2022-03-12Add utility function dup_wc_to_mb.Simon Tatham
2022-01-29Add more _MSC_VER translations.Simon Tatham
2022-01-03Fix a batch of typos in comments and docs.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-22Remove duplicated string-literal formatter in Telnet proxy.Simon Tatham
2021-11-30Remove a redundant file in utils.Simon Tatham
2021-11-30Remove a redundant #include.Simon Tatham
2021-11-23Move some more files into subdirectories.Simon Tatham
2021-11-19marshal.[ch]: remove redundant declaration.Simon Tatham