"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

PuTTY 0.53 released

HVG 02.10.2002 - 14:20 3041 13
Posts

HVG

untitled
Avatar
Registered: Jun 2000
Location: NÖ
Posts: 5956
Zitat
New features in this release include:

- We now support simple printing, controlled from the SSH/Telnet
server.

- PuTTYgen can now import and export OpenSSH and ssh.com's SSH2
private key formats.

- We now supply an installer for download, as well as continuing to
supply the individual executables and ZIP files we always have
done. Those people who want to avoid installers can still do so;
those people who prefer them can have one.

- PuTTY now supports proxies: SOCKS, HTTP and simple Telnet.

- More configurability.

- Lots of bug fixes. In particular, high-traffic port forwarding
applications should find much more stability.

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

d3cod3

Legend
...
Avatar
Registered: Aug 2002
Location: insert location ..
Posts: 15288
gleich mal saugen...

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
installer?
wtf

Gex

Oralapostel
Avatar
Registered: Jan 2001
Location: Piefkinesien
Posts: 3376
juhu *saug*
:)

MorticiaN

steh auf der datenleitung
Registered: Aug 2001
Location: beim kaiser arnu..
Posts: 2136
kewl thx

Redphex

Legend
RabbitOfNegativeEuphoria
Avatar
Registered: Mar 2000
Location: Kadaverstern
Posts: 11812
des proxy feature hätt i braucht wie i noch bei da a+d war :eek:

that

Hoffnungsloser Optimist
Avatar
Registered: Mar 2000
Location: MeidLing
Posts: 11327
ssh via http, oder wie? :confused:

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
d9cht?

HVG

untitled
Avatar
Registered: Jun 2000
Location: NÖ
Posts: 5956
PuTTY 0.53b released ;)
Zitat
This is a minor patch release to 0.53; it contains only bug fixes,
and no new features.

- The -P command-line option did not work in 0.53. It should be
fixed in 0.53b.

- Security and robustness fixes; notably a change in random number
policy which should give a significant security improvement for
anyone running more than one PuTTY at the same time.

Because of this security fix, we recommend that everyone upgrade to
0.53b as soon as possible, even if you do not need the -P bug fix.
http://www.chiark.greenend.org.uk/~sgtatham/putty/

HowlingWolf

...
Avatar
Registered: Jul 2001
Location: 2340
Posts: 1314
seit wann brauch ich für ne .exe einen installer????

acid

Legend
i am the cure
Avatar
Registered: Jun 2000
Location: Ried
Posts: 1938
Wo is da ein Installer? :confused:
Gibt eh a ganz normales exe-file auch.

HVG

untitled
Avatar
Registered: Jun 2000
Location: NÖ
Posts: 5956
es gib PuTTY entweder nur als exe, oda als .zip und installer version. da san dann aba alle sachn ausser PuTTYtel drin..
wlkikiv ;)

HVG

untitled
Avatar
Registered: Jun 2000
Location: NÖ
Posts: 5956

mr.nice.

endlich fertig
Avatar
Registered: Jun 2004
Location: Wien
Posts: 6320
PuTTY 0.70 released, windows vulnerability indirect dll hijack fixed.
https://www.chiark.greenend.org.uk/...eases/0.70.html


Als kleine Zugabe gibt's update batch Ideen für jene, die es vielleicht brauchen könnten:
Code:
REM Kill running PuTTY processes
%SYSTEMROOT%\System32\taskkill.exe /f /im putty.exe /im puttygen.exe /im psftp.exe /im pageant.exe

REM Uninstall PuTTY 0.68, 0.69 MSI version
MsiExec.exe /X{55717628-7AE6-4BCF-A046-FA2768945E76} /qn /norestart 
MsiExec.exe /X{5FE84905-DAF1-4319-82B2-D60BCA095BCE} /qn /norestart

REM Uninstall PuTTY non MSI version on 32 bit windows
del /F "%PROGRAMFILES%\PuTTY\putty.exe"
"%PROGRAMFILES%\PuTTY\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

REM Uninstall PuTTY non MSI version on 64 bit windows
del /F "%PROGRAMFILES(x86)%\PuTTY\putty.exe"
"%PROGRAMFILES(x86)%\PuTTY\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

REM Install PuTTY 0.70 MSI version
MsiExec.exe /i "putty-0.70-installer.msi" ALLUSERS=1 /qn /norestart /log output.log
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz