Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

IoTSharp

IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
Collective - Host: opensource - https://opencollective.com/iotsharp - Website: https://www.maikebing.com - Code: https://github.com/maikebing

Add weird XML manifest resources, to enable WinXP skins to work

within PuTTY's dialog boxen.

[originally from svn r1530]

github.com/maikebing/putty - ff1e19f285f8f086bcd139e5f4c6a2b1f89b7bda authored about 23 years ago
Add `where can I buy silly putty' as a FAQ, pointing to Crazy

Aaron's site :-)

[originally from svn r1527]

github.com/maikebing/putty - 4bcdf2ab2e7f2a4be03457a29885c8e3602d8a02 authored about 23 years ago
sshrsa.c should include misc.h in case I need to do debugging :-)

[originally from svn r1526]

github.com/maikebing/putty - 559ec6d764ce20a7c278ea5612fdb706e10c87f4 authored about 23 years ago
Create the long-awaited console.c, and move the common routines out

of scp.c, psftp.c and plink.c into it. Additionally, add `batch
mode', in which all the interacti...

github.com/maikebing/putty - 466b1c82d5db5d2f71daf7e2f0a450c9ff9cadd6 authored about 23 years ago
I have no brain at all. The SSH1 auth loop was trying all Pageant

keys before _every_ other authentication; so if you tried a local
pubkey _and_ a password, for ex...

github.com/maikebing/putty - ccf9a051ca1cb59ed37984de48f4d904889f052c authored about 23 years ago
PuTTY can now detect when one of the Pageant keys it tries matches

the private key file given in the config; if it spots this then it
avoids trying it again (and in...

github.com/maikebing/putty - 2ce502eae2f902fa743c8ef548fbd7d42804af4c authored about 23 years ago
Pageant is now able to avoid asking for the passphrase when asked to

load a key that is already loaded. This makes command lines such as
`pageant mykey -c mycommand' ...

github.com/maikebing/putty - cf356a9a5f4b4ecc0aca907fdfc76f3d193485b2 authored about 23 years ago
Oops - the help for the new Telnet NL option wasn't quite there.

[originally from svn r1521]

github.com/maikebing/putty - 320ee10afba0c2f50981239df62887e48c851299 authored about 23 years ago
Add a configurable option to make Return in Telnet send an ordinary

^M instead of the Telnet New Line code. Unix-type telnetds don't
care one way or the other; RDB c...

github.com/maikebing/putty - 726f9dde7e747f0e317da6fbe0594a81597d4a2b authored about 23 years ago
Add a FAQ about keyboard mapping problems: basically explaining that

we really need to know what character sequence you were _expecting_
your function key to generate...

github.com/maikebing/putty - 69b15bcc90f3556672e9dd63cce5cb787dbba7a8 authored about 23 years ago
Add a new back-end function to return the exit code of the remote

process. This is functional in SSH, and vestigial (just returns 0)
in the other three protocols. ...

github.com/maikebing/putty - ef885c78ca16c6a6d63d6bf269d0b992792ca332 authored about 23 years ago
Jordan Russell's patch (3rd of several). We now don't call TermOut()

if the PuTTY window has the mouse capture (i.e. a drag-select is in
progress). This means you can...

github.com/maikebing/putty - 02a926f6c125c580f77d1520f2d050ee2d3a9a25 authored about 23 years ago
Jordan Russell's patch (again): a couple of registry read operations

were using RegCreateKey instead of RegOpenKey by mistake. This also
required a fix in settings.c ...

github.com/maikebing/putty - 66a53cd2c0d06c4fe1fe2d19d3e1e05932549146 authored about 23 years ago
Jordan Russell's patch: only process mouse drags when we have the

mouse capture, which in turn will only occur if the initial click
was in the PuTTY client area. P...

github.com/maikebing/putty - 7423036505911f6b34ebdb511a0e9e9fa0927696 authored about 23 years ago
Document the Pageant command line.

[originally from svn r1514]

github.com/maikebing/putty - df00590b43397a9263bfaedf3b40fe972a11ddc1 authored about 23 years ago
Oops - fputs takes the file pointer second, not first!

[originally from svn r1513]

github.com/maikebing/putty - 811b9b7d183821501b52135b118b21e32f292ecd authored about 23 years ago
This should fix the busy-wait problem with the IME.

[originally from svn r1512]

github.com/maikebing/putty - 0fa9d708f76eed17a9b84e81e04794811ccab7ed authored about 23 years ago
The alphabetical ordering in the psftp command list was broken. D'oh!

[originally from svn r1508]

github.com/maikebing/putty - e822f2b20433d9926f7f10303013ae4c33d43429 authored about 23 years ago
Add the `can we run under win3.1' question to the FAQ.

[originally from svn r1504]

github.com/maikebing/putty - 8f3995f6df1fcc29630833bc60f1a01cac71b6dd authored about 23 years ago
Fiddle the header of the new feedback section to make it carefully

ambiguous about whether it thinks it's on the website or in the manual.

[originally from svn r1503]

github.com/maikebing/putty - 88295925be5002205456bf4740e7ef1d0c1f54dc authored about 23 years ago
Add two extra appendices giving the licence text and details of how

to give feedback. (I think the latter has suddenly become worthwhile
now we have the ability to d...

github.com/maikebing/putty - 20e588c35e176e8142c0523c61e01bd500754e50 authored about 23 years ago
Add the `local' command set to PSFTP: lcd, lpwd, and ! to spawn a

Windows command.

[originally from svn r1501]

github.com/maikebing/putty - 0d7dc070d593de2ff6916eb04a7d73368d2196ae authored about 23 years ago
Replace the definition of WHEEL_DELTA which was removed in rev 1.185

[r1499]. For some reason Borland builds were working perfectly OK
without it, but VC builds were ...

github.com/maikebing/putty - c64d6871f60b2f52a329304e479bb2407d5ed558 authored about 23 years ago
A contributor tells me that WM_MOUSEWHEEL is not supported in Win95,

and offers a patch that uses RegisterMessage() to acquire the
correct dynamic message number to u...

github.com/maikebing/putty - d6016149bfd0fe316629ff74e32e06f42948cf87 authored about 23 years ago
`make clean' in the Borland makefile should ignore error returns

from the delete commands in case nothing of a particular type needs
to be cleaned up.

[originall...

github.com/maikebing/putty - 0d18907a1d6926792571533bbff3bde7403297e7 authored about 23 years ago
Improvements to the malloc debugging stuff: when MALLOC_LOG is

enabled, so that all mallocs and reallocs are tagged with a file
name and line number, this infor...

github.com/maikebing/putty - 5eeff974fde2255913ccc310ca1acacaa1bd147c authored about 23 years ago
Add the remote counterpart for the `local port forwardings accept

connections from outside localhost' switch. Interestingly OpenSSH
3.0 appears to ignore this (tho...

github.com/maikebing/putty - 88a3baa06541fc6563f5f94bac4758141eada690 authored about 23 years ago
Reverse part of RDB's pedantic patch from rev 1.129 [r1105]: app

cursor and app keypad modes are now once again independently
switchable. The VT100 and VT102 manu...

github.com/maikebing/putty - f10f7c966acfa2779b6184ada52b8d37be1160af authored about 23 years ago
Jaeyoun Chung's mysterious patch that apparently makes Korean input

work properly: call luni_send() one character at a time rather than
all together after WM_IME_COM...

github.com/maikebing/putty - efddc0a7444e24120393f00b58a669630c1ef195 authored about 23 years ago
Retired the #ifdef DUMP_PACKETS stuff in ssh.c because I'm utterly

sick of recompiling to enable packet dumps. SSH packet dumping is
now provided as a logging optio...

github.com/maikebing/putty - 3ed0d44f163722e1eb256e02419a832bcedc61cc authored about 23 years ago
Now that Buttress can spot duplicate section keywords, it turns out

there are several of them I hadn't noticed! All fixed.

[originally from svn r1491]

github.com/maikebing/putty - 789bb1e727365d9a7571c5636b10615d01508c95 authored about 23 years ago
Add the missing psftp-pubkey section, shamelessly cribbed from the

corresponding section in the PSCP chapter.

[originally from svn r1487]

github.com/maikebing/putty - a65928a8aeca3a7995015f3b8691128f8f3d23b9 authored about 23 years ago
Rename a clashing section keyword (why wasn't Buttress catching

this? Oops).

[originally from svn r1486]

github.com/maikebing/putty - 5b196ef5bc55a8aea0192b7566d5c7bc230597b9 authored about 23 years ago
Add a chapter to the manual describing PSFTP.

[originally from svn r1485]

github.com/maikebing/putty - 9f3b49f3ba0f92604f925808835f76c11b770efe authored about 23 years ago
Remove ghastly hack involving fxp_error_message.

[originally from svn r1484]

github.com/maikebing/putty - 211bad80f0d1368f19956e5eb801a44cf85f2dcc authored about 23 years ago
Fix trivial problems with PSFTP batch mode

[originally from svn r1483]

github.com/maikebing/putty - 2f67503ad783d5ac2fac9a1b3b434df932d90cbe authored about 23 years ago
Aargh, an Americanism crept in. Now corrected: favorite -> favourite.

[originally from svn r1482]

github.com/maikebing/putty - ab431397d60743af37173d4d3171c7e119292217 authored about 23 years ago
Tidied up PSFTP batch mode. The gross hack using fxp_error_message

to report command failures is now gone; instead each sftp_cmd_*
routine returns 0 or 1 depending ...

github.com/maikebing/putty - 8ecf3e147da4e464b92249197f16ee3d01331aef authored about 23 years ago
Allow PSFTP to be run with no arguments, in which case it enters the

command-line state but all commands are disallowed except `open
host.name'. The idea is to provid...

github.com/maikebing/putty - 9cfcab6cb663d6022308df40be1d710815e5053f authored about 23 years ago
Clarify that port forwarding will not be enabled until the user has

authenticated.

[originally from svn r1479]

github.com/maikebing/putty - f3a8796cf594e5813557c7976a6b6320fd0cf6c6 authored about 23 years ago
Updated the PuTTYgen section in pubkey.but so that it gives

individual documentation of the various PuTTYgen controls; also
implemented context help in PuTTY...

github.com/maikebing/putty - f9cbbc3387d73456fdcebdbc0d98d7c4a8da472e authored about 23 years ago
Disable username switching between SSH2 auth attempts, and add a

configurable option so users can re-enable the feature _if_ they
know they have an SSH2 server th...

github.com/maikebing/putty - 7983d2dd280beaf6181c50cee441d661d0ea02ba authored about 23 years ago
Fix error handling in sftp (the sftp_recv return value was being

checked for NULL almost nowhere).

[originally from svn r1472]

github.com/maikebing/putty - 382ffaf0262c8b552cf5bd32dbf922ceacbf921d authored about 23 years ago
Add help support to Pageant. (For the primary - non-context - help,

we just invoke the same help file and jump to the Pageant chapter.
It would be nice to be able to...

github.com/maikebing/putty - e5764eb6952d48a1aac384e7997c913dffc25c23 authored about 23 years ago
Fixes to full-screen mode. There were various problems when you went

full-screen, then selected Change Settings and then changed the
resize behaviour, ranging from th...

github.com/maikebing/putty - 7c6fc9f1602df7df39aa5e2edca72601ea62dc39 authored about 23 years ago
Fix compiler warnings

[originally from svn r1469]

github.com/maikebing/putty - 5f2c53790c3bfdc51119b2580aab5a5c9fd1ca39 authored about 23 years ago
Apparently sending DISCONNECT on a normal SSH2 connection close is

actually _less_ polite than just closing the connection, rather than
more polite as I'd believed....

github.com/maikebing/putty - 46f2897cf64c01c005738064452424099a181b48 authored about 23 years ago
RDB's patch to allow the `-c' option to Pageant to take a command

_with arguments_. Duh, should have thought of that myself.

[originally from svn r1467]

github.com/maikebing/putty - 3c24104a7d607d13539c4b2ca992ed9bb6e0285a authored about 23 years ago
Andrew Francis's Pageant updates: you can now multi-select key files

to add and keys to remove (in the open-file dialog and the key list
box respectively), and passph...

github.com/maikebing/putty - 51bd9e81287c802a7faf65b162d4727138ced521 authored about 23 years ago
FIFTH ATTEMPT at getting full-screen mode right. This new attempt

(which I'll comment at some stage) should combine the believable
semantics of RDB's fullscreen-by...

github.com/maikebing/putty - 1f516a8bb0155b76fec2af3e358a6ab8b6563486 authored about 23 years ago
Owen's patch to allow PowerMenu (third-party transparency tool) to

not crash PuTTY.

[originally from svn r1463]

github.com/maikebing/putty - b0c92ec43a309c0d604c7c19a71069501350c8a1 authored about 23 years ago
Add -rlogin to Plink, for orthogonality (and because I documented it

yesterday!).

[originally from svn r1462]

github.com/maikebing/putty - 5d2488a58e091eb055d83658ac0c38f5b5630413 authored about 23 years ago
Documentation: filled the last few gaps and cleaned a few things up.

PuTTY now has a complete manual. Stylistic review, content review
and indexing are yet to do, but...

github.com/maikebing/putty - fc2a4f845dc3cecf278febe4e46da7cc598b06d0 authored about 23 years ago
Sort out the silly filenames.

[originally from svn r1459]

github.com/maikebing/putty - bf6cfd2b01f6d58e178f904b48a943f82a17f7e1 authored about 23 years ago
Integrate PuTTY and its help file. Now that's what I call a good

lunchtime's work :-)

[originally from svn r1458]

github.com/maikebing/putty - 2b99a7074372f735624b47b7c5af93fac19514ec authored about 23 years ago
Oops - replacement section types should be capitalised

[originally from svn r1446]
[this svn revision also touched halibut]

github.com/maikebing/putty - 431ffb478e800f345eb956ffc219e16224ab8472 authored about 23 years ago
Oops - check the _rest_ of the SSH2 DES patch back in. D'oh!

[originally from svn r1431]

github.com/maikebing/putty - b9c8a9270a0bde27cbb6980c6d89ec62a2a67a6c authored about 23 years ago
Document the three new configuration options I've added tonight

[originally from svn r1430]

github.com/maikebing/putty - f391d066de67fc172592d8dfd27902747fa3c833 authored about 23 years ago
Make the nonstandard "des-cbc" cipher disabled by default

[originally from svn r1429]

github.com/maikebing/putty - 994bb17c57d78cb9e9457c641c4bd161393595a1 authored about 23 years ago
Configurable TCP_NODELAY option on network connections

[originally from svn r1428]

github.com/maikebing/putty - 3270c74f9e72136e396775cf2d071c3a358e1489 authored about 23 years ago
Set up kbd_codepage at the start of the program, as well as when the

input locale changes. With any luck this should sort out the Polish
Unicode problems.

[originall...

github.com/maikebing/putty - 43a4339ac5fe933d302a7578256b46d717c84a64 authored about 23 years ago
Make keyboard-interactive authentication configurable off. (This is

a stopgap until we get round to a proper authentications preference
list.)

[originally from svn ...

github.com/maikebing/putty - 82e7fd0f2307d11912b519674fd63470b0da13c0 authored about 23 years ago
Remember to terminate the prompt string in keyboard-interactive

[originally from svn r1425]

github.com/maikebing/putty - 64df2cd90f8527e21930b1ec5cba823692175dc8 authored about 23 years ago
Further documentation work. Tidy up the Config chapter (add a few

new features - the code had got ahead of the docs), and propagate a
couple of cross-references to...

github.com/maikebing/putty - 7e0ef0b2537f966a841d72419bf4eec2e249aaa9 authored about 23 years ago
Add a new chapter full of intermediate-useful-things, somewhere

between `Getting Started' (things we can barely believe you don't
know) and the Configuration ref...

github.com/maikebing/putty - fe943dcd68604b867725a91e26521ec9cbf3bb06 authored about 23 years ago
Split the Window panel into two to make room for proper comments

[originally from svn r1422]

github.com/maikebing/putty - 66a5fe7301eec62090325e1c5d5ab83b7c46de42 authored about 23 years ago
RDB's general resizing cleanup. He's put his favourite resize mode

back in again, but as long as it's not the default it doesn't bother
me too much :-)

[originally...

github.com/maikebing/putty - 59f343467292a259eb071b1f187fa8f67d3dd03c authored about 23 years ago
Editorial policy change: I've decided that it's better to use \q

than \e when describing button names and menu items: the "Foo"
button rather than the _Foo_ butto...

github.com/maikebing/putty - 17f54e4c3dab4758605e3d8502011667e923f2ec authored about 23 years ago
Arrgh, and "password" should be spelled "passphrase".

[originally from svn r1419]

github.com/maikebing/putty - b7efa3494288c18a88035fdde20c1e7d722c0328 authored about 23 years ago
Oops - URLs in \W{...} have to be in real URL format :-/

[originally from svn r1418]

github.com/maikebing/putty - e233a3e51ec48571f22bf24113278efb16b5555b authored about 23 years ago
Oops - one last versionid :-)

[originally from svn r1416]

github.com/maikebing/putty - 128038960f9c9c29b79d34f3705f95f40c0c15b9 authored about 23 years ago
Miscellaneous documentation updates. Finished a first draft of the

Pageant chapter; wrote something about passphrase lengths; added
\versionid to all chapters that ...

github.com/maikebing/putty - 0da35d079f5c42369c6abcdceb2f08e160bc8dc9 authored about 23 years ago
Add support for most of the ESC[<low number>t sequences, which xterm

uses to manipulate the window (minimise, maximise, front, back,
move, resize) and report things a...

github.com/maikebing/putty - bb1f5cec3188fd1e0329425212c149959151450e authored about 23 years ago
INCOMPATIBLE CHANGE to the SSH2 private key file format. There is

now a passphrase-keyed MAC covering _all_ important data in the
file, including the public blob a...

github.com/maikebing/putty - 6608016fc28d97e9fd5f53cfc671f9e7ccafd8ce authored about 23 years ago
Oops - fix another segfault in that -L and -R code

[originally from svn r1412]

github.com/maikebing/putty - 9d814fd26e89cda11fd6d388a48e5fca77959f97 authored about 23 years ago
Rob Wood's patch to provide standard -L and -R options for port

forwarding in Plink. Cleaned up a bit to remove segfaults and work
correctly with saved sessions....

github.com/maikebing/putty - 14ab514528b445e8058d09539a04704c868293cc authored about 23 years ago
Jacob's patch to make full-screen mode available even when Alt-Enter

isn't configured to do it: we now have a sysmenu option for it. In
addition, there's a special ca...

github.com/maikebing/putty - 92eb0710e3eb2c95774a60d4b499f9e57de315b9 authored about 23 years ago
Make use of the new section-relabelling in Buttress to arrange for

all the FAQ questions to be cross-referenced as `question A.1.2'
instead of `section A.1.2'.

[or...

github.com/maikebing/putty - 774a17345123f397794f1c7094e0a9084e2c473a authored about 23 years ago
Jacob's fix to the resize-behaviour GUI

[originally from svn r1407]

github.com/maikebing/putty - 8d299e69bd9368ff380929e4a5ee16df9384a01f authored about 23 years ago
Glenn Maynard's other IME fix

[originally from svn r1406]

github.com/maikebing/putty - d9f7fc44bc177da552a14b879c199cc99f991e19 authored about 23 years ago
Glenn Maynard's IMM cursor position fix

[originally from svn r1405]

github.com/maikebing/putty - 6c19b2c413c103111327394e785267530f1deb3c authored about 23 years ago
Ensure we ignore a hostname in Default Settings, if a perverse user

has set one up using regedit. It badly confuses Plink.

[originally from svn r1404]

github.com/maikebing/putty - 2a730c9865a742619f89c5041e98372873fa7746 authored about 23 years ago
Make it clear that you can't save a hostname into Default Settings,

and also make it clear why not and what you should do instead.

[originally from svn r1403]

github.com/maikebing/putty - bc7203bc3a38ae2ded0340acbf6c130c782d10ad authored about 23 years ago
Add background-colour erase and `set this at the start of the

session' to the FAQ.

[originally from svn r1402]

github.com/maikebing/putty - 0af5c7d24605135d5a24f75f29f4fc16c60c22d4 authored about 23 years ago
Comment/string tweaks to reflect new DES-in-SSH2 capability.

[originally from svn r1397]

github.com/maikebing/putty - b723e94b78e32bd41ea6c00a4431eb607c53a834 authored about 23 years ago
Add single-DES support in SSH2

[originally from svn r1396]

github.com/maikebing/putty - b49fde94104eef45db3e851346021a21c8098143 authored about 23 years ago
Ryan Finnie's extensions to the GUI feedback mode in pscp.

[originally from svn r1395]

github.com/maikebing/putty - cf2085eeaf6437047900ba24377197a7304e53e7 authored about 23 years ago
Primitive protection against SSH2 not actually agreeing a cipher in

either direction.

[originally from svn r1394]

github.com/maikebing/putty - dd4bfacd9a3bcc3350259a6665813cd2aa72fb90 authored about 23 years ago
Make sure we always unhide the mouse pointer when the System menu is

displayed.

[originally from svn r1393]

github.com/maikebing/putty - cce88782893394d8aed2f3850b77e7f27cbca61e authored about 23 years ago
Ctrl and Alt shouldn't reset the scrollback even if reset-on-

keypress is enabled. (Shift already didn't, because that was
necessary for Shift-Pg{Up,Dn} to wor...

github.com/maikebing/putty - c2ae9e55375e2317515ed1abe3fef7a1b2d9e875 authored about 23 years ago
The dummy drag-list item wasn't being removed on a single-click or

double-click (DL_BEGINDRAG followed immediately by DL_DROPPED with
no intervening DL_DRAGGING). F...

github.com/maikebing/putty - 96d1f87e195c2d475e319fb18a232263a6e02a3c authored about 23 years ago
Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than

after. Shouldn't make a difference for any server that previously
worked, but we should now inter...

github.com/maikebing/putty - 15517300d83d01ad643e97a6013bd07631af5067 authored about 23 years ago
Yikes! sftp.c wasn't using the misc.h wrappered malloc functions,

meaning that PSFTP couldn't meaningfully be debugged using
Minefield. That's what I get for devel...

github.com/maikebing/putty - f176cbe70fb5faf5cd87f57d69dc2fba29ef9fa7 authored about 23 years ago
Add a rant to the FAQ about host key checking. I'm _sick_ of people

implementing a command line option to disable it and expecting us to
cheerfully accept the patch....

github.com/maikebing/putty - 89b429e9d9351c4b08e2a47e2b414ebad23b9e62 authored about 23 years ago
Modify a comment to try to remind myself that the &-in-session-names

hack (to create accelerators on the System menu) should have some
official status.

[originally f...

github.com/maikebing/putty - 085c31e3a4bdfdd4ecbcf830a2ed3093832c9290 authored about 23 years ago
Handle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing all requests).

Should have done this ages ago; the OpenSSH 3.0 ClientAliveInterval
mechanism requires it so now ...

github.com/maikebing/putty - 7530a9905a496eb3817165c982e2753fe4ccf93c authored about 23 years ago
Clarify the how-to-use-features-in-Plink question

[originally from svn r1379]

github.com/maikebing/putty - 45945b2726c02e09bab2ce01b69c66b318605c15 authored about 23 years ago
Remember to initialise p->nphases to zero in progress report structure.

[originally from svn r1378]

github.com/maikebing/putty - 5f096142a7308594cef45376dac331c288eefc6d authored about 23 years ago
Oops - one missing set of the ssh1 throttling indicator

[originally from svn r1377]

github.com/maikebing/putty - 818176c66fdbcf6ff1b7f3b636710fadd3cf83d9 authored about 23 years ago
Whoops - missed out a vital bit of RTF Unicode fallback handling

[originally from svn r1374]

github.com/maikebing/putty - 98948bf23666bc20589a1846cbd5676f5f7d1c31 authored over 23 years ago