Lars Brinkhoff
|
315933c114
Add support for the SUPDUP protocol.
|
5 years ago |
Simon Tatham
|
a085acbadf
Support the new "ssh-ed448" key type.
|
4 years ago |
Simon Tatham
|
9482f33739
Give BackendVtable separate id and displayname fields.
|
4 years ago |
Simon Tatham
|
8d186c3c93
Formatting change to braces around one case of a switch.
|
4 years ago |
Simon Tatham
|
46fc31c062
Move default_protocol and default_port into settings.c.
|
4 years ago |
Simon Tatham
|
1547c9c1ec
Make dupcat() into a variadic macro.
|
5 years ago |
Simon Tatham
|
5d718ef64b
Whitespace rationalisation of entire code base.
|
5 years ago |
Simon Tatham
|
39c20d4819
Revert "settings.c: allow load_open_settings(NULL)."
|
5 years ago |
Simon Tatham
|
209dd65ead
Rename term->bidi and term->arabicshaping.
|
5 years ago |
Jacob Nevins
|
7ad08649a2
Fix compilation with NO_GSSAPI.
|
5 years ago |
Simon Tatham
|
c081f3e234
Reorganise the default cipher preference order.
|
5 years ago |
Simon Tatham
|
3e881a4248
Fix a few memory leaks.
|
5 years ago |
Simon Tatham
|
55123b105d
load_settings, do_defaults: return a boolean success flag.
|
5 years ago |
Simon Tatham
|
66b776ae6e
Add some more miscellaneous asserts.
|
6 years ago |
Simon Tatham
|
c089827ea0
Rework mungestr() and unmungestr().
|
6 years ago |
Simon Tatham
|
3214563d8e
Convert a lot of 'int' variables to 'bool'.
|
6 years ago |
Simon Tatham
|
1378bb049a
Switch some Conf settings over to being bool.
|
6 years ago |
Simon Tatham
|
a6f1709c2f
Adopt C99 <stdbool.h>'s true/false.
|
6 years ago |
Simon Tatham
|
1b2f39c24b
settings.c: allow load_open_settings(NULL).
|
6 years ago |
Simon Tatham
|
78d0022c70
settings.c: replace some 'void *' with proper types.
|
6 years ago |
Simon Tatham
|
b798230844
Name vtable structure types more consistently.
|
6 years ago |
Jonathan Liu
|
822d2fd4c3
Add option whether to include header when logging.
|
6 years ago |
Simon Tatham
|
733fcca2cd
Invent structure tags for the storage.h abstractions.
|
6 years ago |
Simon Tatham
|
eefebaaa9e
Turn Backend into a sensible classoid.
|
6 years ago |
Simon Tatham
|
6afa955a2e
Option to support VT100 line drawing in UTF-8 mode.
|
6 years ago |
Simon Tatham
|
5788226460
Centralise definition of GSSAPI check interval.
|
6 years ago |
Simon Tatham
|
839ed84e59
Revert KEX_MAX_CONF system from the GSS kex patch.
|
6 years ago |
Jacob Nevins
|
d6bdcfa75c
Remove 'gss-sha1-krb5' from KEX default.
|
6 years ago |
Simon Tatham
|
223ea4d1e6
Make GSS kex and GSS userauth separately configurable.
|
6 years ago |
Simon Tatham
|
d515e4f1a3
Support GSS key exchange, for Kerberos 5 only.
|
6 years ago |