aboutsummaryrefslogtreecommitdiff
path: root/tools/plink
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing smemclrs and sfrees.Simon Tatham2015-03-281-4/+14
| | | | | | | | | | | | | | The absence of these could have prevented sensitive private key information from being properly cleared out of memory that PuTTY tools had finished with. Thanks to Patrick Coleman for spotting this and sending a patch. Origin: upstream, http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=65f69bca7363ceceeac515ae2a82b8f8adc6404d Bug: http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/private-key-not-wiped-2.html Bug-Debian: http://bugs.debian.org/779488 Patch-Name: private-key-not-wiped-2.patch
* Merge remote-tracking branch 'origin/released'marha2014-05-181-0/+6
|\ | | | | | | | | Conflicts: mesalib/src/glsl/builtin_functions.cpp
| * plink fontconfig mesa xserver xkeyboard-config git update 18 May 2014marha2014-05-181-0/+6
| | | | | | | | | | | | | | | | xserver commit 01e18af17f8dc91451fbd0902049045afd1cea7e xkeyboard-config commit 2bf80b0d9b36fd56acf1f196fb781f045351efaf fontconfig commit 58acd993cb13b58c61633174071ef42da3dcac85 mesa commit 5646319f25c7880b3706bb7590e24c84fd8de0fc plink revision 10192
* | Merge remote-tracking branch 'origin/released'marha2014-04-232-3/+3
|\|
| * Synchrnoised plink with svn version of puttymarha2014-04-232-3/+3
| |
* | plink: Added missing files in makefilesmarha2014-04-231-1/+2
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-152-0/+278
|\|
| * Added plink noterm.c winhsock.cmarha2014-04-152-0/+278
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-151-0/+102
|\|
| * Added plink/winnpc.cmarha2014-04-151-0/+102
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-151-0/+248
|\|
| * Added plink/winnps.cmarha2014-04-151-0/+248
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-142-0/+291
|\|
| * Added pmink errsock.c winshare.cmarha2014-04-142-0/+291
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-143-0/+2392
|\|
| * Added plink callback.c sshshare.c winsecur.cmarha2014-04-143-0/+2392
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-141-0/+63
|\|
| * Added plink/winsecur.hmarha2014-04-141-0/+63
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-1447-39384/+41768
|\| | | | | | | | | | | | | | | Conflicts: tools/plink/misc.h tools/plink/ssh.c tools/plink/sshbn.c tools/plink/winplink.c
| * plink: updated to revision 10170 of puttymarha2014-04-1447-39329/+41713
| |
* | Solved compile warnings (runtime errors?)1.14.3marha2013-09-201-3/+3
| |
* | When writing to stderr flush immediatelymarha2012-12-041-0/+1
| |
* | Solved runtime errors in debug versionmarha2012-12-041-4/+4
| |
* | Allow specifying a key file in putty format when starting a remote programmarha2012-11-091-1/+1
| | | | | | | | | | Now plink is a real console application in the release build (no -console option anymore)
* | Solved some type cast problems when running in debugmarha2012-05-031-4/+4
| |
* | Added conf.c to makefilemarha2012-01-241-1/+1
| |
* | Merge remote-tracking branch 'origin/released'marha2012-01-241-0/+612
|\|
| * Forgotten in previous commitmarha2012-01-241-0/+612
| |
* | Merge remote-tracking branch 'origin/released'marha2012-01-2440-2049/+4067
|\| | | | | | | | | Conflicts: tools/plink/sshbn.c
| * Update to putty 9388marha2012-01-2440-2048/+4066
| |
* | Solved debug compilationmarha2011-03-073-15/+17
| |
* | svn merge ^/branches/released .marha2011-01-2711-7/+351
|\|
| * Added missing file winnojmp.cmarha2011-01-271-0/+8
| |
| * plink: updated to putty revision 9080marha2011-01-279-6/+342
| |
* | svn merge ^/branches/released .marha2010-11-1926-639/+1935
|\|
| * Added missing files from plink -r 9025marha2010-11-194-0/+633
| |
| * Updated to revision 9025 of puttymarha2010-11-1921-638/+1298
| |
| * Switched to original version of plink in release branch.marha2010-11-192-65/+0
| |
| * Reintegrate tools from trunkmarha2010-11-1965-0/+39325
| |
| * Remove tools again. Should have done it with svn merge --reintegratemarha2010-11-1964-39260/+0
| |
| * Copied tools directory from trunk. Here the original versions will be ↵marha2010-11-1964-0/+39260
| | | | checked in, so that we can update them and merge the changes back in.
* Move WinMain to seperate library.marha2009-11-051-38/+0
|
* Added plink tool (version without console, except if output is generated)marha2009-08-0765-0/+39363
Added possibility to build console application or windows application in makefile.after