This website requires JavaScript.
Explore
Help
Sign In
nhyatt
/
putty-source
Watch
1
Star
0
Fork
0
You've already forked putty-source
mirror of
https://git.tartarus.org/simon/putty.git
synced
2025-07-19 03:51:02 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f0f058ccb493c9bc6ab8622da6f0ef860ad884fb
putty-source
/
utils
History
Simon Tatham
f0f058ccb4
Merge 0.81 branch.
2024-04-15 19:42:50 +01:00
..
antispoof.c
…
backend_socket_log.c
…
base64_decode_atom.c
…
base64_decode.c
…
base64_encode_atom.c
…
base64_encode.c
…
base64_valid.c
…
bufchain.c
…
buildinfo.c
…
burnstr.c
…
burnwcs.c
…
cert-expr.c
…
chomp.c
…
CMakeLists.txt
Replace conf.c's type arrays with a new conf_key_info[].
2023-09-22 14:28:27 +01:00
cmdline_get_passwd_input_state_new.c
…
conf_data.c
Add ability to specify custom load and save separately.
2023-09-22 16:23:37 +01:00
conf_dest.c
…
conf_launchable.c
…
conf.c
Replace conf.c's type arrays with a new conf_key_info[].
2023-09-22 14:28:27 +01:00
ctrlparse.c
…
ctrlset_normalise.c
Make HelpCtx a per-platform type, not an intorptr.
2022-07-07 17:34:24 +01:00
debug.c
…
decode_utf8_to_wchar.c
…
decode_utf8_to_wide_string.c
New utility function: decode_utf8_to_wide_string.
2023-05-29 15:08:49 +01:00
decode_utf8.c
…
default_description.c
…
dup_mb_to_wc.c
…
dup_wc_to_mb.c
…
dupcat.c
…
dupprintf.c
…
dupstr.c
…
dupwcs.c
New utility function: dupwcs.
2023-05-29 15:08:49 +01:00
encode_utf8.c
…
encode_wide_string_as_utf8.c
…
fgetline.c
…
host_ca_new_free.c
…
host_strchr_internal.c
…
host_strchr.c
…
host_strcspn.c
…
host_strduptrim.c
…
host_strrchr.c
…
key_components.c
…
log_proxy_stderr.c
…
logeventf.c
…
ltime.c
…
make_spr_sw_abort_static.c
…
marshal.c
…
memory.c
Side-channel tester: align memory allocations.
2024-04-01 13:10:49 +01:00
memxor.c
…
nullstrcmp.c
…
out_of_memory.c
…
parse_blocksize.c
…
percent_decode.c
…
percent_encode.c
…
prompts.c
…
ptrlen.c
…
read_file_into.c
…
seat_connection_fatal.c
…
seat_dialog_text.c
…
seat_nonfatal.c
…
sessprep.c
…
sk_free_peer_info.c
…
smemclr.c
…
smemeq.c
…
spr_get_error_message.c
…
ssh2_pick_fingerprint.c
…
ssh_key_clone.c
…
sshutils.c
…
strbuf.c
…
string_length_for_printf.c
…
stripctrl.c
…
tempseat.c
Merge tag '0.80'.
2023-12-18 14:47:48 +00:00
tree234.c
…
unicode-known.c
…
unicode-norm.c
…
utils.h
…
validate_manual_hostkey.c
…
version.c
…
wcwidth.c
…
wildcard.c
…
wordwrap.c
…
write_c_string_literal.c
…
x11_dehexify.c
…
x11_identify_auth_proto.c
…
x11_make_greeting.c
…
x11_parse_ip.c
…
x11authfile.c
Make x11_get_auth_from_authfile take a Filename.
2023-05-29 15:41:50 +01:00
x11authnames.c
…