[sgt] / putty / windows
Project Root:

sgt: putty/windows

Current directory:[sgt] / putty / windows
Current revision: 8394
Jump to directory revision:
Files shown:52


File Rev. Age Author Last log entry
(file) README.txt    7140  23 months  simon  Mention the potential networked-CHM problem in the post-installer README.
(file) pageant.ico    7068  2 years  simon  Tweak the icon script, and the generated icons, to more closely match the origin...
(file) pageant.mft    5604  3 years  jacob  `xp-wont-run': Apparently my application-manifest trims of r5534 aren't acceptab...
(file) pageant.rc    8392  27 hours  jacob  It's a new year (and there have even been checkins).
(file) pageants.ico    7068  2 years  simon  Tweak the icon script, and the generated icons, to more closely match the origin...
(file) plink.rc    6374  3 years  jacob  `win-versioninfo': all builds of all Windows binaries now contain a VERSIONINFO ...
(file) pscp.ico    7068  2 years  simon  Tweak the icon script, and the generated icons, to more closely match the origin...
(file) pscp.rc    6374  3 years  jacob  `win-versioninfo': all builds of all Windows binaries now contain a VERSIONINFO ...
(file) psftp.rc    6374  3 years  jacob  `win-versioninfo': all builds of all Windows binaries now contain a VERSIONINFO ...
(file) putty.ico    7068  2 years  simon  Tweak the icon script, and the generated icons, to more closely match the origin...
(file) putty.iss    7488  20 months  simon  Update version numbers for 0.60 release.
(file) putty.mft    5604  3 years  jacob  `xp-wont-run': Apparently my application-manifest trims of r5534 aren't acceptab...
(file) putty.rc    6374  3 years  jacob  `win-versioninfo': all builds of all Windows binaries now contain a VERSIONINFO ...
(file) puttycfg.ico    7068  2 years  simon  Tweak the icon script, and the generated icons, to more closely match the origin...
(file) puttygen.ico    7068  2 years  simon  Tweak the icon script, and the generated icons, to more closely match the origin...
(file) puttygen.mft    5604  3 years  jacob  `xp-wont-run': Apparently my application-manifest trims of r5534 aren't acceptab...
(file) puttygen.rc    8392  27 hours  jacob  It's a new year (and there have even been checkins).
(file) puttyins.ico    7241  23 months  jacob  `installer.ico' doesn't fit into 8.3, so gets truncated to INSTALLE.ICO in the W...
(file) puttytel.rc    6374  3 years  jacob  `win-versioninfo': all builds of all Windows binaries now contain a VERSIONINFO ...
(file) rcstuff.h    6817  2 years  simon  Fix line endings (svn:eol-style properties and actual CRs).
(file) sizetip.c    6639  2 years  jacob  Sprinkle some header comments in various files in an attempt to explain what the...
(file) version.rc2    8392  27 hours  jacob  It's a new year (and there have even been checkins).
(file) website.url    4792  4 years  simon  Now that we have Subversion's file renaming ability, it's time at long last to m...
(file) win_res.h    6639  2 years  jacob  Sprinkle some header comments in various files in an attempt to explain what the...
(file) win_res.rc2    8392  27 hours  jacob  It's a new year (and there have even been checkins).
(file) wincfg.c    8331  6 weeks  jacob  Fixed a PuTTYtel startup assertion failure introduced in r8305. While I'm here, ...
(file) wincons.c    7086  23 months  simon  Get rid of all the MSVC warnings.
(file) winctrls.c    7297  22 months  jacob  Allow dlg_listbox_index() to be called on multi-selection list boxes.
(file) windefs.c    6815  2 years  simon  Support for Windows PuTTY connecting straight to a local serial port in place of...
(file) windlg.c    8394  27 hours  jacob  Rejig windlg.c:verify_ssh_host_key() to silence a warning.
(file) window.c    8393  27 hours  jacob  Remove a couple of unused variables.
(file) wingss.c    8336  5 weeks  jacob  Fix a Windows-specific GSS crash introduced in r8326, which (again) apparently t...
(file) winhandl.c    7416  21 months  simon  In the wake of r7415, let's have some better error reporting. Instead of passing...
(file) winhelp.c    7285  22 months  jacob  It turns out that HH_INITIALIZE and HH_UNINITIALIZE are optional, and are for pu...
(file) winhelp.h    8324  6 weeks  jacob  New option to allow use of the local OS username for login to the remote side if...
(file) winmisc.c    8305  7 weeks  simon  Revamp of the local X11 connection code. We now parse X display strings more rig...
(file) winnet.c    8385  2 days  jacob  Add some hard-coded textual literal-IP representations of localhost to sk_hostna...
(file) winnoise.c    5655  3 years  jacob  Stir in process ID at start.
(file) winpgen.c    7000  2 years  simon  Initial support for HTML Help. All the ad-hoc help-file finding code and various...
(file) winpgnt.c    7000  2 years  simon  Initial support for HTML Help. All the ad-hoc help-file finding code and various...
(file) winpgntc.c    6833  2 years  simon  The Windows HANDLE type, despite being a `void *', does not actually behave like...
(file) winplink.c    8393  27 hours  jacob  Remove a couple of unused variables.
(file) winprint.c    7729  15 months  simon  Harvey Kwok observes that EnumPrinters() can sometimes fail to fill in its outpu...
(file) winproxy.c    8158  4 months  simon  Good grief. When I originally wrote the local proxy code two years ago, I appare...
(file) winser.c    7635  18 months  jacob  Implement Marcin Bulandra's suggestion of only automatically updating the port n...
(file) winsftp.c    8305  7 weeks  simon  Revamp of the local X11 connection code. We now parse X display strings more rig...
(file) winstore.c    7087  23 months  jacob  MinGW needs an extra symbol _WIN32_IE defined to a particular value before it'll...
(file) winstuff.h    8359  5 weeks  ben  Change the Unix version of Ssh_gss_name to be a gss_name_t rather than void *, a...
(file) wintime.c    6817  2 years  simon  Fix line endings (svn:eol-style properties and actual CRs).
(file) winucs.c    4792  4 years  simon  Now that we have Subversion's file renaming ability, it's time at long last to m...
(file) winutils.c    7000  2 years  simon  Initial support for HTML Help. All the ad-hoc help-file finding code and various...
(file) winx11.c    8305  7 weeks  simon  Revamp of the local X11 connection code. We now parse X display strings more rig...

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help