Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/maikebing/putty
PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.
https://github.com/maikebing/putty
options to select and configure serial port mode.
[originally from svn r8617]
f3ac927d3339224a0d978f6c29d497b7676e895e authored over 15 years ago(I'm starting to think I made an egregious design error somewhere in
this mechanism.)
[originall...
1e81efc2db2efb9b79fb946ef2eeb21086611019 authored over 15 years agodoesn't like you to ignore the return value from read()/write()/etc (and
apparently can't be shut...
warnings).
[originally from svn r8613]
9c1f81dd94245154e058ac5e21d6ee52e581ec94 authored over 15 years agofrom recent versions of GCC.
[originally from svn r8612]
16eeab4066c22747ea6cac72b6a34abd44799b52 authored over 15 years agosub-optimal -- apparently it prefers shishi above Heimdal, and apparently
that's bad.
[originall...
0abd192e83997834f56841f3c325d22459c5eca9 authored over 15 years agoBe less certain about the possibility of building with vanilla VC6.
Provide more details of activ...
"./configure --without-gssapi" actually works. Spotted by Rob Shinn.
[originally from svn r8608]
37678713007a4169a5439d14a2cf2251e3ba82ba authored over 15 years ago[originally from svn r8607]
fece1b69f56d9f1252b54a431030d4bb3ae4dbbe authored over 15 years agore-entrant call to its handler in config.c, which destroys the
previous value in cfg->line_codepa...
PuTTY suite on non-GTK-enabled build platforms.
[originally from svn r8577]
f8a260d59fbc9e25efde99d7c0d5a91596d0a74a authored over 15 years agointo a single gdk_draw_layout() where conveniently feasible, after
some work with xtrace revealed...
means of specifying port numbers, so we should support that.
[originally from svn r8519]
8b88d653de81fd36d3a519172413f673a548d8e9 authored almost 16 years ago[originally from svn r8518]
54c3773c91c600f703cce8b4c949db2618c1c9ff authored almost 16 years agothe return from open() and behaved wrongly in the absence of a seed file.
[originally from svn r...
542fc983bbbaa674007669b3ae99967c852c1ebf authored almost 16 years agopotential crash on "reget" in Unix PSFTP.
[originally from svn r8516]
19e47863de300cb330af0fc32469c3d448e042ce authored almost 16 years ago[originally from svn r8502]
d58d1692b8fca54fa2a2bebc60ebcda386b71895 authored almost 16 years agoname the proxy using the global 'appname' variable, instead of
statically calling it PuTTY.
(Kno...
c7ac5745ab6cc8580dc0de914319d2c99c4a3d1e authored almost 16 years agolocal socket _before_ calling the SSH setup functions. This makes no
difference to ssh.c itself, ...
UTF-16 when exchanging wchar_t strings with the front end. Enabled
by a #define in the platform's...
some servers (Debian in particular seems prone to this) send a k-i packet with
no prompts and not...
prompts packet containing no actual prompts (perhaps due to odd
server organisation, or perhaps s...
my editor, which has defaulted to showing them as explicit ^I for a
while now, but it seems like ...
'string' field in a GdkEventKey structure as ISO-8859-1, which was
correct for GTK 1.2 but in 2.0...
[originally from svn r8466]
031bfe129d8f7a8b9617eaf7680182ba4a7820e0 authored almost 16 years agoto a Unix-domain socket. This typically works fine when PuTTY is run on the
same machine as the X...
r7084 at the same time as sensible permissions when writing private key files;
however, it causes...
read at connection setup time, so don't offer it in the Change
Settings dialog box.
(In particul...
35e004ffeea741024affb2b167c6011ab1a6a470 authored about 16 years agoonly call it when the _last_ mouse button comes back up. Otherwise,
xterm mouse tracking will los...
[originally from svn r8411]
464aa76aaf9e7d9e13b9c0e9c5fd3baaf58c5aea authored about 16 years agoOVERLAPPED structure in output threads, as we already do for input
threads. This apparently sorts...
as unsigned char. This means that passing in a bare char is incorrect on
systems where char is s...
[originally from svn r8405]
[r8404 == 7fce7161db885ed7f0fa0c06f27d58d789a23b62 in charset reposi...
case of double-width text (ESC # 3, ESC # 4, ESC # 6), because the
string passed to it was not tr...
autoconf makefile.
[originally from svn r8401]
6d9f007684d3029f8cab2ac678112c43db9027d9 authored about 16 years agomakefile with make's own $(shell ...) function, which means that
gtk-config and krb5-config and s...
incorporates the environment variable CFLAGS into its output. Avoid
exporting our version of it f...
[originally from svn r8394]
fbbec4c23a060996601e24b195fb6b28960aef32 authored about 16 years ago[originally from svn r8393]
2550cd617cb837ce14f85f0c564470568f292a06 authored about 16 years ago
[originally from svn r8392]
[this svn revision also touched putty-website]
This could cause Unix PuTTY to segfault when X forwarding over an SSH session
through a proxy.
(s...
has invalid contents). Simply refuse to try X forwarding in this circumstance.
[originally from ...
7843fb79d11a59a262cfa437e8555e708154eb10 authored about 16 years agohave default settings for "bell overload" mode will have inherited a twitchy
set of defaults wher...
sk_hostname_is_local(), to catch the case where we're doing something like X11
forwarding over SS...
[originally from svn r8384]
51bceb0c9ae16dda950429a3f7c71654c885c176 authored about 16 years agodo this if the supplied buffer isn't big enough, which shouldn't lead to
complete abandonment of ...
few instances around; expunge them.
[originally from svn r8382]
[r8305 == ca6fc3a4daf51166a15693...
unless a protocol is explicitly specified with "tcp/foovax:0", it assume a
Unix-domain socket, th...
another to shut up "warning: cast from pointer to integer of different size"
(and hence a -Werror...
[originally from svn r8379]
6b5f874552107576c8c069ba11aebfd8e4864d15 authored about 16 years agoDivert these to use the request_paste() interface.
[originally from svn r8377]
[r8338 == 54835a9...
has width and height swapped. Since both a random xterm I have and
<http://invisible-island.net/x...
Windows was relative to the screen origin, not the window origin.
[originally from svn r8375]
8d19864dc93adcd770125c3d99ae88e1c218c340 authored about 16 years ago[originally from svn r8374]
0e202b3dcc952a070510a0e1d117fc046eb7b06d authored about 16 years ago[originally from svn r8371]
742e65d66b1d9ee0e0fe5719275f46f25f137290 authored about 16 years agousing -DNO_GSSAPI. Move some ifdefs around so it stops.
[originally from svn r8370]
e6fee2636d15a46c9d50f8e25d7224c0fbd50ca4 authored about 16 years agolist of selection targets offered by GTK PuTTY/pterm grows an extra
copy of each of the three sup...
void *, and hence eliminate a few casts. The Windows definition is
unchanged, but I daresay I've...
implemented as a channel request, not a global one. Change documentation to
match implementation....
subthread, so that it won't deadlock if fetching the content of the
clipboard turns out to depend...
s->gss_sndtok in r8326. I'm not sure it was strictly necessary, since
even if there's no send to...
triggers in failure cases. Patch by Iain Patterson.
[originally from svn r8336]
[r8326 == 81dafd...
under SSH-2, don't risk looking at the length field of an incoming packet
until we've successfull...
casts when passing them to GSS-API functions. Removing them makes the code
more readable and all...
directly. Fixes a build failure involving name clashes between
winsock2.h and winsock.h, which ha...
While I'm here, a cosmetic PuTTYtel change: remove a reference to SSH from the
"logical host name...
anyway.
[originally from svn r8327]
caf4100ff3ce7a18e6149f1a205f1531255b2f7e authored about 16 years agoourselves, but on Unix then assumed it was compatible with the system's
gss_buffer_desc, which wa...
[originally from svn r8325]
a6cbfd974d1187695454bb563c907c9893ff0b7b authored about 16 years agoif we have no better ideas, with UI shamelessly stolen from Quest PuTTY.
Off by default, which e...
dc896b79aff6222173c516d9d7febed0b967ff33 authored about 16 years agofinal newline. From Debian bug #414784, based on a patch by Justin Pryzby.
[originally from svn ...
c9326ad81b352076f29ceeb98dbaa7f368ed4d91 authored about 16 years ago[originally from svn r8318]
7da40ece760186b15c0c99c44c9e84bc5c7b9e2a authored about 16 years agothan <gssapi/gssapi_krb5.h> and provide the OID for Kerberos 5 ourselves
(since it's a known cons...
strings more rigorously, and then we look up the local X authority
data in .Xauthority _ourself_ ...
called from within a backend function which will expect its own
backend pointer to still be valid...
both directions. We had a bug report yesterday about a Cisco router
sending SSH2_MSG_UNIMPLEMENTE...
[originally from svn r8294]
59691d28a3c1ef9b1031382a76bd5c672cebae90 authored about 16 years ago"curraddr", and turn "family" into a macro-derived property of the
other fields. The idea is that...
but fails for some reason (such as not having a tgt for the server's realm).
[originally from sv...
50abe3567bfaa5a7ebc60e6377f85c0534526454 authored over 16 years agoon received data. Experiment and suggestion suggest that the character set
configuration applies ...
[originally from svn r8208]
df63143752a5f9fe6f11d9e8aec9e9dbabdbbc3d authored over 16 years agoin r7934.
[originally from svn r8204]
[r7934 == 087adb167e9e25a09839ca802707c11565468e11]
plan to free if it isn't NULL.
[originally from svn r8202]
ff294f4ffd306558dade2aa1192ac29ab440d454 authored over 16 years agothe ordering of the primes in a fully specified RSA private key:
when the key format typically ha...
which has some hints on server-side setup. Now it does.
[originally from svn r8194]
c26dbd0337be81b2ee9fa44a98498ba277f03fbe authored over 16 years ago[originally from svn r8193]
b74920fe82b869c9d40ac3b264f19783c7c54b81 authored over 16 years agosites for uint64_make(), we _shouldn't_ attempt to preserve high
bits in the low-order argument; ...
to be trying harder to find a 32-bit type rather than making a
uint64 structure out of two potent...
value on error, so the check at the call site shouldn't test for
exactly zero.
[originally from ...
2a0cf16c3373af9aabb05a447e4ebe1ae3f07149 authored over 16 years agocombination Ctrl + \ as the Ctrl-\ character. All of mine have, but
at least one laptop turns out...
no actual prompts, we weren't displaying the former, which was wrong. We
should now (although I h...
semicolon which crept in in r8138 was causing a lot of the "make
install" implementation to be mi...
ago, I apparently caused all data received from local proxies to be
unconditionally tagged as TCP...
and gss_name_t are supposed to be congruent types, so a pointer to
one should never be cast to a ...
other reasons and I noticed that the list of TELOPTs is given twice
and hence needs to be kept in...
(rather than IPv4 or IPv6-only; this is the default), try to open up listening
sockets on both ad...
sensible. Update the FAQ link to it.
[originally from svn r8142]
ea09aca2d1f4352cac4b57556e1bd246ee37c5d3 authored over 16 years agoAttempts at damage limitation from the name similarity with pterm.
Also try to refresh the ports...
72176f56f1f8cc4a6be469987fe3ddb5720c7230 authored over 16 years ago[originally from svn r8138]
de5dd9d65c0e2ffa9bc9cab038bf0be77efbf820 authored over 16 years ago
[originally from svn r8121]
[this svn revision also touched putty-website,putty-wishlist]