SSH client (mirror)

Simon Tatham a8601a72a9 Update version number for 0.81 release. пре 1 година
charset e6f9df9208 sbcsgen.pl: handle \r\n line endings. пре 2 година
cmake aab0892671 Side-channel tester: align memory allocations. пре 1 година
contrib fe11c1e498 authplugin-example.py: Flush stderr. пре 1 година
crypto c193fe9848 Switch to RFC 6979 for DSA nonce generation. пре 1 година
doc a8601a72a9 Update version number for 0.81 release. пре 1 година
icons a101444d40 New script to draw the icons as SVG. пре 3 година
keygen 1b851758bd Add some missing #includes. пре 2 година
otherbackends 07911c8735 Prevent sending double-EOF in raw backend. пре 1 година
proxy 9fcbb86f71 Refactor confirm_weak to use SeatDialogText. пре 1 година
ssh b80a41d386 Terrapin warning: say if reconfiguration can help. пре 1 година
stubs 9fcbb86f71 Refactor confirm_weak to use SeatDialogText. пре 1 година
terminal c6013e2969 Recognise and discard the APC terminal escape sequence. пре 1 година
test 93c412b1a7 Python script that recovers DSA nonces. пре 1 година
unix aab0892671 Side-channel tester: align memory allocations. пре 1 година
utils aab0892671 Side-channel tester: align memory allocations. пре 1 година
windows c14f079863 windows/utils/registry.c: allow opening reg keys RO. пре 1 година
.gitignore e273386272 Add .gitignore rules for in-tree builds. пре 4 година
Buildscr a8601a72a9 Update version number for 0.81 release. пре 1 година
Buildscr.cv c19e7215dd Replace mkfiles.pl with a CMake build system. пре 4 година
CHECKLST.txt b875edb6bd CHECKLST.txt: suggest writing Windows Store blurb ahead of time. пре 1 година
CMakeLists.txt 6136ff8213 CMakeLists.txt: explicitly ask for C99. пре 1 година
LATEST.VER a8601a72a9 Update version number for 0.81 release. пре 1 година
LICENCE f2f28ac038 It's a new year. пре 1 година
README f7e86ca267 README: remove mention of doc/Makefile. пре 2 година
aqsync.c 0c44fa85df Build outgoing SSH agent requests in a strbuf. пре 6 година
be_list.c 53f7da8ce7 Merge be_*.c into one ifdef-controlled module. пре 3 година
callback.c 8d747d8029 Add lots of missing 'static' keywords. пре 5 година
cgtest.c a2ff884512 Richer data type for interactive prompt results. пре 3 година
clicons.c b4e1bca2c3 Change vtable defs to use C99 designated initialisers. пре 5 година
cmdgen.c 4af8a585e7 cmdgen: Fix docs and usage messages. пре 2 година
cmdline.c bdb3ac9f3b Restrict -pwfile / -pw to apply to server prompts only. пре 2 година
config.c 2a6e2dfff4 Make it clearer that detached SSH cert is optional. пре 1 година
console.c 9fcbb86f71 Refactor confirm_weak to use SeatDialogText. пре 1 година
console.h d1dc1e927c Mention the host name in host-key prompts. пре 3 година
defs.h c193fe9848 Switch to RFC 6979 for DSA nonce generation. пре 1 година
dialog.c a33cf2240e Fix uninitialised field in ctrl_fileselect. пре 2 година
dialog.h 761df2fca6 Replace integer context2 encoding in conf_editbox_handler. пре 2 година
errsock.c b4e1bca2c3 Change vtable defs to use C99 designated initialisers. пре 5 година
import.c 9a84a89c32 Add a batch of missing 'static's. пре 2 година
ldisc.c 1405659dee ldisc: fix unwanted double-action of ^U. пре 1 година
licence.pl af9910962a Separate the functions of licence.pl. пре 4 година
logging.c c406d8efe5 logging: allow &H to expand to serial line. пре 1 година
marshal.h 4fa3480444 Formatting: realign run-on parenthesised stuff. пре 2 година
misc.h a8981212f5 Add a missing prototype. пре 2 година
mksrcarc.sh a01deea1b1 Updates to mksrcarc.sh. пре 2 година
mkunxarc.sh 31f496b59c Integrate the 'doc' subdir into the CMake system. пре 3 година
mpint.h d5af33da53 Utility function mp_resize. пре 3 година
network.h eec350c38b New facility, platform_start_subprocess. пре 2 година
pageant.c 426901b891 Formatting: another handful of mis-indented labels. пре 2 година
pageant.h b8374f1bdf winpgnt: menu options to delete/reencrypt everything. пре 4 година
pinger.c 5d718ef64b Whitespace rationalisation of entire code base. пре 5 година
pscp.c 9cac27946a Formatting: miscellaneous. пре 2 година
psftp.c 05a6699939 PSFTP: fix memory leak opening two consecutive sessions. пре 1 година
psftp.h d20d3b20fd Remove FLAG_VERBOSE. пре 5 година
psftpcommon.c 83fa43497f Move the SSH implementation into its own subdirectory. пре 4 година
psocks.c 1b851758bd Add some missing #includes. пре 2 година
psocks.h dd2b5569ce Remove a couple of double-typedefs. пре 1 година
putty.h 9fcbb86f71 Refactor confirm_weak to use SeatDialogText. пре 1 година
puttymem.h 5935c68288 Update source file names in comments and docs. пре 3 година
release.pl 49aa6c2b08 Remove FTP from release machinery. пре 2 година
settings.c 53e7d2c024 settings.c: missing 'const' in gppfont(). пре 1 година
sign.sh 74820e9408 GPG key rollover. пре 1 година
ssh.h c193fe9848 Switch to RFC 6979 for DSA nonce generation. пре 1 година
sshcr.h 5935c68288 Update source file names in comments and docs. пре 3 година
sshkeygen.h 6520574e58 Side-channel-safe rewrite of the Miller-Rabin test. пре 3 година
sshpubk.c 7398dfa3fc Remove a pointless allocation. пре 1 година
sshrand.c 3daa36293e Remove dependency of sshrand.c on SHA-512. пре 4 година
storage.h f579b3c01e Certificate trust scope: change to a boolean-expression system. пре 2 година
timing.c 5d718ef64b Whitespace rationalisation of entire code base. пре 5 година
tree234.h 4b8dc56284 Formatting: remove spurious spaces in 'type * var'. пре 2 година
version.h c19e7215dd Replace mkfiles.pl with a CMake build system. пре 4 година
x11disp.c 83fa43497f Move the SSH implementation into its own subdirectory. пре 4 година

README

This is the README for PuTTY, a free Windows and Unix Telnet and SSH
client.

PuTTY is built using CMake . To compile in the
simplest way (on any of Linux, Windows or Mac), run these commands in
the source directory:

cmake .
cmake --build .

Then, to install in the simplest way on Linux or Mac:

cmake --build . --target install

On Unix, pterm would like to be setuid or setgid, as appropriate, to
permit it to write records of user logins to /var/run/utmp and
/var/log/wtmp. (Of course it will not use this privilege for
anything else, and in particular it will drop all privileges before
starting up complex subsystems like GTK.) The cmake install step
doesn't attempt to add these privileges, so if you want user login
recording to work, you should manually ch{own,grp} and chmod the
pterm binary yourself after installation. If you don't do this,
pterm will still work, but not update the user login databases.

Documentation (in various formats including Windows Help and Unix
`man' pages) is built from the Halibut (`.but') files in the `doc'
subdirectory. If you aren't using one of our source snapshots,
you'll need to do this yourself. Halibut can be found at
.

The PuTTY home web site is

https://www.chiark.greenend.org.uk/~sgtatham/putty/

If you want to send bug reports or feature requests, please read the
Feedback section of the web site before doing so. Sending one-line
reports saying `it doesn't work' will waste your time as much as
ours.

See the file LICENCE for the licence conditions.