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

Three more patches from RDB: one to make Atomica work right, one to

fiddle with the widths of characters in DBCS screen fonts, and (the
big one) one to enable a mode...

3d3ef9b8a4a11822bc8a059ada30bfb1f00abab1 authored over 23 years ago by Simon Tatham <[email protected]>
Cygwin build fixes: update the dependencies, add -DNO_SECURITY to

the Cygwin CFLAGS, and declare `struct ssh_channel' in ssh.h to
prevent gcc warning about scope-c...

abee2a59abad1958ef2607556de0dea9a12a9d55 authored over 23 years ago by Simon Tatham <[email protected]>
Christopher Allene's patch for going full-screen on Alt-Enter.

[originally from svn r1267]

fe43458dadfa9562f0cead2d2f79ba69fba3ae15 authored over 23 years ago by Simon Tatham <[email protected]>
Scrollback viewing position, and selection endpoints, now keep pace

with the scrollback movement. (The former is of course only
detectable when reset-scrollback-on-a...

6403725639d41afdcfdd1af2d1f7b3e358594cb1 authored over 23 years ago by Simon Tatham <[email protected]>
PSFTP: when choosing a default destination filename for `get' and

`put', it makes more sense to pick the _basename_ of the source
rather than use the whole path - ...

98af2ddc72caa50984a4fb0f2312a7b2f5370ae5 authored over 23 years ago by Simon Tatham <[email protected]>
psftp and pscp should disable all forwarding (ports, X, agent).

Partly because that's a good idea _anyway_, and partly because it
seems to be causing trouble. (S...

7692bf350a03be7a50390bdddbdb7b3419d4eaa0 authored over 23 years ago by Simon Tatham <[email protected]>
Clarify the comment at the top of scp.c to make the licensing

situation more explicit.

[originally from svn r1263]

e9adbd2473f184471ed992605441513def97991c authored over 23 years ago by Simon Tatham <[email protected]>
Add the `pwd' command in PSFTP.

[originally from svn r1262]

89e59fc5a369ab7435f3d143998579cc5c970f29 authored over 23 years ago by Simon Tatham <[email protected]>
Add online help in PSFTP.

[originally from svn r1261]

31eb324fd1143ee5a3177e13f0b529384bc15d30 authored over 23 years ago by Simon Tatham <[email protected]>
Modify the FIXME into a calculated risk. I don't like this, but I

don't like the thought of having to try to fix it either,
particularly when I can't tell whether ...

b9d9b4951f8448f21a574067f3dd4407cb690096 authored over 23 years ago by Simon Tatham <[email protected]>
Be more careful of bombouts at the s_rdpkt level: if these happen

(for example SSH_MSG_DISCONNECT) we should avoid even calling
ssh_protocol.

[originally from svn...

7bb4a9f5f08fd32d8e9629192db5de1cc2374444 authored over 23 years ago by Simon Tatham <[email protected]>
Add the names of major contributors to the copyright statement. I've

been meaning to do this for _years_.

[originally from svn r1258]

e48610f8bc1c7816e6c9a39f3c6b7d6d5801fb5b authored over 23 years ago by Simon Tatham <[email protected]>
psftp is an interactive program and the ssh.c flags should reflect

this (so we get login banners and a little more verbosity during
authentication).

[originally fr...

716d2b1e045864d424250e0e02d13f643e515ee7 authored over 23 years ago by Simon Tatham <[email protected]>
Oops - changing the prototype of statictext() affected puttygen.c too

[originally from svn r1256]

08c1ca1936310779f49079d884d3702eb7cc6619 authored over 23 years ago by Simon Tatham <[email protected]>
Roman Pompejus's patch (heavily hacked) for parametric log file

names with date, time and hostname automatically embedded.

[originally from svn r1255]

d27684019b5c9a639fecb8ca713a0bc80c7239bc authored over 23 years ago by Simon Tatham <[email protected]>
Fix potential float screwup in scp percentage indicator. (Don't

compute (100*a)/b. Instead compute 100*(a/b), because that way
there's no chance that 100*a will ...

b5dcdf7fc81339532ebae2776de586b7258b961e authored over 23 years ago by Simon Tatham <[email protected]>
Jacob's TIS / CCard authentication tweaks.

[originally from svn r1253]

b12f45096412ae6d1e04c0279e7168ef01907a65 authored over 23 years ago by Simon Tatham <[email protected]>
Jan Holmen Holsten's patch for drag-selects to scroll the scrollback.

[originally from svn r1252]

51eeeae237f0c403c58b24d67bd00febbd51f022 authored over 23 years ago by Simon Tatham <[email protected]>
Fix error message: couldn't load _private_ key, not public.

[originally from svn r1251]

a3bfa43b0f0dde665bb5604ec380dec0923d44a4 authored over 23 years ago by Simon Tatham <[email protected]>
When we receive SSH_MSG_DISCONNECT, say so in an error box because

it's likely to be more helpful than `Strange packet received' or
whatever.

[originally from svn ...

2e4cefa4200e0f392cf9c5f62f3b8255d03f39ee authored over 23 years ago by Simon Tatham <[email protected]>
Fix to link_font() from RDB. I must get him to comment some of this :-)

[originally from svn r1249]

c1e38248b1ad38153fa07c6f1dbb08dfa7ceb755 authored over 23 years ago by Simon Tatham <[email protected]>
RDB also points out we don't need the CJK `not recommended for

general use' wcwidth function, so we condition it out to save space.

[originally from svn r1248]

ea788e29c777fde8cacfba9df13e5c03e6755401 authored over 23 years ago by Simon Tatham <[email protected]>
Patch from RDB: Markus Kuhn has issued an updated version of his

wcwidth function.

[originally from svn r1247]

8692657fdd817efebfd1bac2fdaf00688b3e68ed authored over 23 years ago by Simon Tatham <[email protected]>
Another patch from RDB: prevent luni_send from sending a particular

range of Unicode characters. Not entirely sure I understand this one
but I trust that RDB knows w...

5768c6700dbe1f50cac24f68626bc4f3030ca6ea authored over 23 years ago by Simon Tatham <[email protected]>
RDB points out that when you memset a newly allocated structure to

zero, covering the size of the _structure_ rather than the size of
the pointer to it might help :...

97a2c907dbdc7030eba913531c56c625833eb2bc authored over 23 years ago by Simon Tatham <[email protected]>
RDB's session logging patch: due to some ghastly special case, UTF-8

characters that failed the UTF-8 canonicality rules were being sent
to the session log twice. Sou...

e2c086b090e9944d5fafe2635a6af75d0f466abb authored over 23 years ago by Simon Tatham <[email protected]>
Pedantry patch from RDB: sanitise header use, correct one comment

and remove an unused variable.

[originally from svn r1243]

3c74c01014a4a13dc8adb1f6ee02a0ccf99fd174 authored over 23 years ago by Simon Tatham <[email protected]>
Patch from RDB: in the case where the protocol read from the

settings file is unrecognised (i.e. PuTTYtel reading PuTTY's
registry), fall back to the default ...

eebec27c99ce5f37a7e42f64ddb0f8b0cb1ce8cf authored over 23 years ago by Simon Tatham <[email protected]>
Patch from RDB: fix the failure to display window-resize pointers

when in raw mouse mode.

[originally from svn r1241]

e1ecb1c61ed4aea5a4faf29dce24d6b1501faca4 authored over 23 years ago by Simon Tatham <[email protected]>
Patch from RDB: rename ISO-8859-12 to -13, add ISO-8859-16, and

update the year specifications on some of the ISO-8859 names.

[originally from svn r1240]

0a2950f834b3c64e00ae1a0e0bcb72c34594e539 authored over 23 years ago by Simon Tatham <[email protected]>
Robert de Bath's asynchronous-connect patch. Helps a lot in port

forwarding; improves Event Log; and causes the PuTTY window to
appear earlier in the setup proces...

f08de20a1e9ea12f207622bd381d769e2151d584 authored over 23 years ago by Simon Tatham <[email protected]>
Fix gratuitous assertion failure in Plink (ssh1_throttle_count was

being decremented far too many times).

[originally from svn r1238]

47e97ae0321797be1f88572bd16cb139fb5ef089 authored over 23 years ago by Simon Tatham <[email protected]>
Robert de Bath's `Patch.a_alt_key': clean up the handling of

Alt-Space, Alt-only and the System menu. It lets Windows do more of
the work, and also saves a st...

f1c2f2fcf0466091f7841771cbc149daf2c75113 authored over 23 years ago by Simon Tatham <[email protected]>
Use WM_SETREDRAW to disable incremental updates while the config box

is switching panels. Speeds things up hugely on slow systems.

[originally from svn r1236]

8e58b47df213f38c451065932cb3a069b9caca73 authored over 23 years ago by Simon Tatham <[email protected]>
Jacob's patch to cause Shift to return to copy-and-paste when xterm

mouse tracking is enabled. (This can be turned off if your app
really wants Shift+mouse, but it d...

5fad95e7488cbc78c84a2b813c0d7f597750c9a4 authored over 23 years ago by Simon Tatham <[email protected]>
Oops, fix that fix. TranslateKey can return <0 and it needs to be

dealt with. I don't recall being told that; I should comment it at
some stage.

[originally from ...

fdb6435ef91413e24fbcaf5cee983aec3b63392c authored over 23 years ago by Simon Tatham <[email protected]>
Fix mouse hiding on keypresses, which was failing due to the Unicode

patch having done something bizarre to the semantics of TranslateKey.

[originally from svn r1233]

e65095f52b45e3b52c918bf323351c531b451b5a authored over 23 years ago by Simon Tatham <[email protected]>
Fix the intermittent fault in the socket layer that was occasionally

bombing out X forwarding. It turns out to be a workaround for YET
ANOTHER useless WinSock impleme...

25c58b71d18603d37d950d54130f7dd849658593 authored over 23 years ago by Simon Tatham <[email protected]>
Swap round the contents of the Translation panel. The codepage box

should be at the top because it's by _far_ the most important.

[originally from svn r1231]

c6346dce42119f56ac0de58a57a3909a36bfb738 authored over 23 years ago by Simon Tatham <[email protected]>
Unicode cleanup phase 2: we now reintroduce the ability to enter a

numeric code page, and also reinstate the direct-to-font zero
translation mode (but now under an ...

12e7195c0e536e812e9848146c708e5e4f9a9be7 authored over 23 years ago by Simon Tatham <[email protected]>
Better yet, look for sftp-server on the user's PATH as well, which

allows individual users with shell access to install it without
reference to the admin.

[origina...

6dacf35120bec5e8ce035895aeadf7a198fe97b5 authored over 23 years ago by Simon Tatham <[email protected]>
PSFTP will now attempt to find /usr/[local]/lib/sftp-server if it

can't start the sftp subsystem. This should enable convenient sftp
access to SSH1-only systems: a...

cb1aa5d0f3e59e86824e0034ae1e13c879aae46a authored over 23 years ago by Simon Tatham <[email protected]>
When pscp in SFTP mode does client-side matching of a server-side

wildcard, it's polite to let the user know if the wildcard didn't
match any file names.

[origina...

b27c27f657a2645f028b2266faff76489cbb395b authored over 23 years ago by Simon Tatham <[email protected]>
Fix segfault (should free act.buf not act.name, because the latter

might not point at the start of the former). Cheers Minefield :-)

[originally from svn r1224]

1a1ed1ff710017cf62982f57eca71a56860549bc authored over 23 years ago by Simon Tatham <[email protected]>
stripslashes() should have been dealing with colons as well. I don't

_think_ there was an exploit (even if the server sends "c:foobar",
the client will not attempt to...

c9326c240e4a25ba9e91fb42f10a0f865d2fe1d4 authored over 23 years ago by Simon Tatham <[email protected]>
Semantic fix in the X11 `authentication failed' error packet

construction. Doesn't actually affect anything right now, since the
bug was a failure to round a ...

f143fff0db1a5385dd8db84435d14cb05cdcb276 authored over 23 years ago by Simon Tatham <[email protected]>
Add documentation of the new PSCP `-unsafe' option and the

associated warning message.

[originally from svn r1221]

bbc7f197bc034e2fe728d6bb55f33b363028dd1f authored over 23 years ago by Simon Tatham <[email protected]>
D'oh! Putting keyboard-interactive authentication _before_ publickey

causes password login to occur on a server that supports password-
through-k-i. Of course when we...

d1d2fd7a13100e10f7652b1f3fbeeeb1a7b426c3 authored over 23 years ago by Simon Tatham <[email protected]>
Fix externally added SSH1 keys in Pageant. I have no idea how this

code _ever_ worked before! But it's been like this for four months
and nobody has noticed, includ...

5c72d5adc5fb47350913a110d0b07509950787e8 authored over 23 years ago by Simon Tatham <[email protected]>
Fix various small compiler warnings, mostly unused local variables

[originally from svn r1218]

ea27f048f931b7eb24df42fca3c71ef0252dff6d authored over 23 years ago by Simon Tatham <[email protected]>
PuTTYgen: add an extra button to save a public key into a file

(as well as showing it for cut and paste). For SSH1, this feature is
largely cosmetic and added f...

493d34c65540117b09894aa6346e5d8a6c345a5e authored over 23 years ago by Simon Tatham <[email protected]>
Fix handling of SSH2_MSG_CHANNEL_CLOSE, which was breaking in port

forwarding talking to ssh.com's ssh-3.0.1.

[originally from svn r1216]

5c646f3270b99a25ff2bef9dd947c8ee347a5aff authored over 23 years ago by Simon Tatham <[email protected]>
Port forwarding update: local-host-only listening sockets are now

done properly (by binding to INADDR_LOOPBACK) instead of hackishly
(by binding to INADDR_ANY, loo...

4692974d7d29404620cb75f24bc3eacb4f73151d authored over 23 years ago by Simon Tatham <[email protected]>
Add a couple of missing return values

[originally from svn r1214]

ac97a0cb1d7f37181f7cf3997b67cf4af5b76ca8 authored over 23 years ago by Simon Tatham <[email protected]>
Port forwarding bug fix: we were unable to handle receiving

CHANNEL_OPEN_FAILURE messages, which occur when the remote side is
unable to open a forwarded net...

254f50974eff29ce8f20b34b06df0bf789aa772d authored over 23 years ago by Simon Tatham <[email protected]>
Finally tighten up the server-side wildcard security hole, the

_right_ way. (SSWs are disabled by default and can be re-enabled
using `-unsafe', meaning that ps...

448c1a085a19c3eb87876e15034581bd5217fd85 authored over 23 years ago by Simon Tatham <[email protected]>
Fix tiny bug in new sftp-mode wildcards: when there wasn't a leading

path component (just `host:*' rather than `host:directory/*') there
was trouble.

[originally fro...

a8e0abbf287b7d2b60e23695ae081ea34b477674 authored over 23 years ago by Simon Tatham <[email protected]>
Minor modification: in remote->local non-recursive mode matching a

wildcard, we don't abandon ship completely if the wildcard matches a
directory; we just warn and ...

e6c89130938c2b07e1da94fdd70b36d5bb1b2988 authored over 23 years ago by Simon Tatham <[email protected]>
Implemented a simple wildcard matching engine, and used it to

restore remote wildcard capability in sftp-style PSCP.

[originally from svn r1209]

0da98d052d838c54dca63b258fc08acb4471f252 authored over 23 years ago by Simon Tatham <[email protected]>
PSCP now uses the modern SFTP protocol if it can, and falls back to

scp1 if it can't. Currently not very tested - I checked it in as
soon as it completed a successfu...

ff9a038cdda2703b96f4a79396efe5b7b8e0aec2 authored over 23 years ago by Simon Tatham <[email protected]>
Arrgh; yet again I make my security checking too draconian to

actually get things done. I'm sure this is the second time I've
checked in this mistake :-/ Still...

605fa912019a46d3241730c2cd60851a4206b230 authored over 23 years ago by Simon Tatham <[email protected]>
Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)

[originally from svn r1206]

ebde798f1355b25f298050e52875cfdb9632dd71 authored over 23 years ago by Simon Tatham <[email protected]>
Further tightening up in PSCP. Fixed a couple more holes whereby a

malicious SCP server could have written to areas other than the ones
the user requested; cleared ...

306a13c025ff81dedb08bbef7a51ef3158016de0 authored over 23 years ago by Simon Tatham <[email protected]>
Preparatory work for allowing PSCP to work over SFTP as well as old-

style scp1. I've built a layer of abstraction covering all the gory
details of the old scp networ...

f7f96066f79c6a4e21da703ad7f0fc385e81eadc authored over 23 years ago by Simon Tatham <[email protected]>
More upgrades to psftp: it now supports mv, chmod, reget and reput.

[originally from svn r1203]

9c5951ed35cf9019bf17685b4356212eae1a63b3 authored over 23 years ago by Simon Tatham <[email protected]>
D'oh, remove two rogue diagnostics

[originally from svn r1202]

116fb801757e85565a35ca269a0527cd5d522ea4 authored over 23 years ago by Simon Tatham <[email protected]>
Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to

check those in :-)

[originally from svn r1201]

a723494288e7a5eb471b1f3968b3a6cf46db941f authored over 23 years ago by Simon Tatham <[email protected]>
Fiddle with the registry format so that backwards compatibility is

natural and defaults are sensible.

[originally from svn r1200]

195db0c8c95b0a377b6eeec8b85dd0698be7cbc2 authored over 23 years ago by Simon Tatham <[email protected]>
Jacob's patch for a drag-list to select SSH ciphers. Heavily hacked

by me to make the drag list behaviour slightly more intuitive.
WARNING: DO NOT LOOK AT pl_itemfro...

44c4ee79e6d46337278b20cd8e9619744f4a3b1f authored over 23 years ago by Simon Tatham <[email protected]>
Extensive changes that _should_ fix the socket buffering problems,

by ceasing to listen on input channels if the corresponding output
channel isn't accepting data. ...

c87fa98d09343621fc4ae7c3c8fb197d0feeaa67 authored over 23 years ago by Simon Tatham <[email protected]>
Oops - fix that fix :-/

[originally from svn r1197]

7ff3999e491d74a4bd6a32a664c9cb6e87c90f7f authored over 23 years ago by Simon Tatham <[email protected]>
Wording change: make it explicit that you can enter an IP address as

well as a hostname.

[originally from svn r1196]

a4d81b170e6c38d439b4d873284bddb4b8b89901 authored over 23 years ago by Simon Tatham <[email protected]>
Fix to allow more than one challenge/response pair during

keyboard-interactive authentication. UNTESTED except that I checked
it compiles. Will ask for tes...

96fd4be809317577bcf34f799c9ffca73502a97d authored over 23 years ago by Simon Tatham <[email protected]>
Add a comment about Dragon NaturallySpeaking: it apparently requires

Alt+Space to work the Windows way.

[originally from svn r1188]

31a6d909bf03c632254e351ab974fbe3516a9d65 authored over 23 years ago by Simon Tatham <[email protected]>
Document /DNO_SECURITY compile option.

[originally from svn r1187]

fb46f1b77dec7259c7e383db0f36252b8f393649 authored over 23 years ago by Jacob Nevins <[email protected]>
Updated Makefile.cyg for Glenn Maynard's IME patch.

[originally from svn r1186]

913b9deeec96a6a3a56ebb0b2c3a62450ba7a0df authored over 23 years ago by Jacob Nevins <[email protected]>
Trivial port forwarding fixes from Jacob

[originally from svn r1185]

24e97a365d381eb6d313477da01a783a4d8dcb48 authored over 23 years ago by Simon Tatham <[email protected]>
Fix potential segfault in port forwarding code

[originally from svn r1184]

f0d968ce498a8e77d6ad656dcf6cb168d772ebd7 authored over 23 years ago by Simon Tatham <[email protected]>
First phase of Unicode polishing: replace the edit box with a combo

box. Also default to ISO8859-1 so that CSI works in the default
mode; this is ridiculously Wester...

686740c2fb4246374675a0ebb28e7d77546f99e7 authored over 23 years ago by Simon Tatham <[email protected]>
Stop yelling about Access Denied if the server refuses even to

attempt keyboard-interactive authentication. We can yell about it if
we make a creditable attempt...

9cbaacd6738ad31592d468bb62247031497becb0 authored over 23 years ago by Simon Tatham <[email protected]>
Port forwarding now works in SSH 2 as well as SSH 1.

[originally from svn r1179]

54bcab760f0b8d578cb888a9fadc956284ca26b5 authored over 23 years ago by Simon Tatham <[email protected]>
Keyboard-interactive authentication, thanks to Paul Sokolovsky.

[originally from svn r1178]

fa6b9c18963600f240fd8670264cc15b386a2ca9 authored over 23 years ago by Simon Tatham <[email protected]>
Oops - actually check in portfwd.c itself! (Makefile also modified

because it's been renamed to fit in 8.3, just in case.)

[originally from svn r1177]

ae8db3fa9269d1934df1a8b88bf01c3c4abc7c32 authored over 23 years ago by Simon Tatham <[email protected]>
SSH port forwarding! How cool is that?

Only currently works on SSH1; SSH2 should be doable but it's late
and I have other things to do t...

50766ce729b61d7395b01959eca5486236cc77bf authored over 23 years ago by Simon Tatham <[email protected]>
Remove the OSVERSIONINFOEX code because there's no obvious way to

determine whether it'll compile before receiving the compile error.
Gah.

[originally from svn r1...

4d3aad22f523dd32c91d67dc870f39bf60acec0b authored over 23 years ago by Simon Tatham <[email protected]>
Glenn Maynard's patch completely disabled PuTTY{,tel} on any system

that didn't support OSVERSIONINFOEX. For example, such wildly out of
date things as NT4. Now fixe...

94d35cead5b7347a361aef985ca86bf535b50c10 authored over 23 years ago by Simon Tatham <[email protected]>
Oops - IDC not IDV. Typo.

[originally from svn r1173]

02c3d0694c9b6e25eea8e8becf274cfd7ec6a16a authored over 23 years ago by Simon Tatham <[email protected]>
Glenn Maynard's IME patch

[originally from svn r1172]

de987f33fe99c0eb2d90d974931b839e8aae25d9 authored over 23 years ago by Simon Tatham <[email protected]>
Rainer Loritz noticed that the Telnet environment box is not cleared

when loading a new session. Oops!

[originally from svn r1171]

3b81448ae4b42ba83dc82bb378e68fbd2fa1fd3d authored over 23 years ago by Simon Tatham <[email protected]>
Prevent recursive weirdnesses happening when the user selects a

system-tray menu option while a passphrase prompt is active.

[originally from svn r1170]

3bc9118bc48b6f729b2b87a393d34e00f0c74231 authored over 23 years ago by Simon Tatham <[email protected]>
SCO function key mode now affects the small keypad (Ins, Del, etc)

in accordance with the keymap dump sent by Len Christiansen.

[originally from svn r1169]

dbe881a1639c246f38bd907ccd0613f7bb384a01 authored over 23 years ago by Simon Tatham <[email protected]>
Patch to PSFTP: implement mkdir, rmdir, rm and scripting. Still to

do: wildcards, chmod, mv, probably other things.

[originally from svn r1168]

4a0fb28883d80774105eec22f280d8a44a568342 authored over 23 years ago by Simon Tatham <[email protected]>
Mention PLINK_PROTOCOL in the Plink chapter.

[originally from svn r1167]

15cf1e664b15ba3e91f4d4442e6b5f6d9236f927 authored over 23 years ago by Simon Tatham <[email protected]>
Add description of the keepalives option

[originally from svn r1166]

513855160867eb4b3f8ff822000fd45163db8727 authored over 23 years ago by Simon Tatham <[email protected]>
Fix segfault if the server maliciously sends the wrong type of key

after a different type has been agreed.

[originally from svn r1165]

4fb01728e155184d712fd32f7408a43fe7387bcf authored over 23 years ago by Simon Tatham <[email protected]>
Yet another possible segfault path in the backends fixed. I don't

_believe_ I'm still finding these. I have no idea what I was
thinking when I wrote this stuff.

[...

a4c1aad9b228d129b706924686072db7d4f791c4 authored over 23 years ago by Simon Tatham <[email protected]>
Minor wording clarification: somebody took the word `sessionname:'

literally.

[originally from svn r1158]

86e1a9516635f0f317350729b07d4e3c41fca78b authored over 23 years ago by Simon Tatham <[email protected]>
Added = to instructions for setting PATH

[originally from svn r1157]

c223a693e89fa534788cc14cadc192063589f326 authored over 23 years ago by Owen Dunn <[email protected]>
Robert de Bath's implementation of ESC [ Z (backtab)

[originally from svn r1155]

48226525f7f0d8f6fcefedbe31c06a136bb93e77 authored over 23 years ago by Simon Tatham <[email protected]>
Add some extra documentation: filled in the Getting Started chapter,

added an introduction to public key authentication, and made a
couple of changes in intro.but. Tr...

35bdd95a5615450f9dd33427638c8da19f5a4cf8 authored over 23 years ago by Simon Tatham <[email protected]>