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

Better yet, look for sftp-server on the user's PATH as well, which

allows individual users with shell access to install it without
reference to the admin.

[origina...

github.com/maikebing/putty - 6dacf35120bec5e8ce035895aeadf7a198fe97b5 authored over 23 years ago
PSFTP will now attempt to find /usr/[local]/lib/sftp-server if it

can't start the sftp subsystem. This should enable convenient sftp
access to SSH1-only systems: a...

github.com/maikebing/putty - cb1aa5d0f3e59e86824e0034ae1e13c879aae46a authored over 23 years ago
When pscp in SFTP mode does client-side matching of a server-side

wildcard, it's polite to let the user know if the wildcard didn't
match any file names.

[origina...

github.com/maikebing/putty - b27c27f657a2645f028b2266faff76489cbb395b authored over 23 years ago
Fix segfault (should free act.buf not act.name, because the latter

might not point at the start of the former). Cheers Minefield :-)

[originally from svn r1224]

github.com/maikebing/putty - 1a1ed1ff710017cf62982f57eca71a56860549bc authored over 23 years ago
stripslashes() should have been dealing with colons as well. I don't

_think_ there was an exploit (even if the server sends "c:foobar",
the client will not attempt to...

github.com/maikebing/putty - c9326c240e4a25ba9e91fb42f10a0f865d2fe1d4 authored over 23 years ago
Semantic fix in the X11 `authentication failed' error packet

construction. Doesn't actually affect anything right now, since the
bug was a failure to round a ...

github.com/maikebing/putty - f143fff0db1a5385dd8db84435d14cb05cdcb276 authored over 23 years ago
Add documentation of the new PSCP `-unsafe' option and the

associated warning message.

[originally from svn r1221]

github.com/maikebing/putty - bbc7f197bc034e2fe728d6bb55f33b363028dd1f authored over 23 years ago
D'oh! Putting keyboard-interactive authentication _before_ publickey

causes password login to occur on a server that supports password-
through-k-i. Of course when we...

github.com/maikebing/putty - d1d2fd7a13100e10f7652b1f3fbeeeb1a7b426c3 authored over 23 years ago
Fix externally added SSH1 keys in Pageant. I have no idea how this

code _ever_ worked before! But it's been like this for four months
and nobody has noticed, includ...

github.com/maikebing/putty - 5c72d5adc5fb47350913a110d0b07509950787e8 authored over 23 years ago
Fix various small compiler warnings, mostly unused local variables

[originally from svn r1218]

github.com/maikebing/putty - ea27f048f931b7eb24df42fca3c71ef0252dff6d authored over 23 years ago
PuTTYgen: add an extra button to save a public key into a file

(as well as showing it for cut and paste). For SSH1, this feature is
largely cosmetic and added f...

github.com/maikebing/putty - 493d34c65540117b09894aa6346e5d8a6c345a5e authored over 23 years ago
Fix handling of SSH2_MSG_CHANNEL_CLOSE, which was breaking in port

forwarding talking to ssh.com's ssh-3.0.1.

[originally from svn r1216]

github.com/maikebing/putty - 5c646f3270b99a25ff2bef9dd947c8ee347a5aff authored over 23 years ago
Port forwarding update: local-host-only listening sockets are now

done properly (by binding to INADDR_LOOPBACK) instead of hackishly
(by binding to INADDR_ANY, loo...

github.com/maikebing/putty - 4692974d7d29404620cb75f24bc3eacb4f73151d authored over 23 years ago
Add a couple of missing return values

[originally from svn r1214]

github.com/maikebing/putty - ac97a0cb1d7f37181f7cf3997b67cf4af5b76ca8 authored over 23 years ago
Port forwarding bug fix: we were unable to handle receiving

CHANNEL_OPEN_FAILURE messages, which occur when the remote side is
unable to open a forwarded net...

github.com/maikebing/putty - 254f50974eff29ce8f20b34b06df0bf789aa772d authored over 23 years ago
Finally tighten up the server-side wildcard security hole, the

_right_ way. (SSWs are disabled by default and can be re-enabled
using `-unsafe', meaning that ps...

github.com/maikebing/putty - 448c1a085a19c3eb87876e15034581bd5217fd85 authored over 23 years ago
Fix tiny bug in new sftp-mode wildcards: when there wasn't a leading

path component (just `host:*' rather than `host:directory/*') there
was trouble.

[originally fro...

github.com/maikebing/putty - a8e0abbf287b7d2b60e23695ae081ea34b477674 authored over 23 years ago
Minor modification: in remote->local non-recursive mode matching a

wildcard, we don't abandon ship completely if the wildcard matches a
directory; we just warn and ...

github.com/maikebing/putty - e6c89130938c2b07e1da94fdd70b36d5bb1b2988 authored over 23 years ago
Implemented a simple wildcard matching engine, and used it to

restore remote wildcard capability in sftp-style PSCP.

[originally from svn r1209]

github.com/maikebing/putty - 0da98d052d838c54dca63b258fc08acb4471f252 authored over 23 years ago
PSCP now uses the modern SFTP protocol if it can, and falls back to

scp1 if it can't. Currently not very tested - I checked it in as
soon as it completed a successfu...

github.com/maikebing/putty - ff9a038cdda2703b96f4a79396efe5b7b8e0aec2 authored over 23 years ago
Arrgh; yet again I make my security checking too draconian to

actually get things done. I'm sure this is the second time I've
checked in this mistake :-/ Still...

github.com/maikebing/putty - 605fa912019a46d3241730c2cd60851a4206b230 authored over 23 years ago
Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)

[originally from svn r1206]

github.com/maikebing/putty - ebde798f1355b25f298050e52875cfdb9632dd71 authored over 23 years ago
Further tightening up in PSCP. Fixed a couple more holes whereby a

malicious SCP server could have written to areas other than the ones
the user requested; cleared ...

github.com/maikebing/putty - 306a13c025ff81dedb08bbef7a51ef3158016de0 authored over 23 years ago
Preparatory work for allowing PSCP to work over SFTP as well as old-

style scp1. I've built a layer of abstraction covering all the gory
details of the old scp networ...

github.com/maikebing/putty - f7f96066f79c6a4e21da703ad7f0fc385e81eadc authored over 23 years ago
More upgrades to psftp: it now supports mv, chmod, reget and reput.

[originally from svn r1203]

github.com/maikebing/putty - 9c5951ed35cf9019bf17685b4356212eae1a63b3 authored over 23 years ago
D'oh, remove two rogue diagnostics

[originally from svn r1202]

github.com/maikebing/putty - 116fb801757e85565a35ca269a0527cd5d522ea4 authored over 23 years ago
Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to

check those in :-)

[originally from svn r1201]

github.com/maikebing/putty - a723494288e7a5eb471b1f3968b3a6cf46db941f authored over 23 years ago
Fiddle with the registry format so that backwards compatibility is

natural and defaults are sensible.

[originally from svn r1200]

github.com/maikebing/putty - 195db0c8c95b0a377b6eeec8b85dd0698be7cbc2 authored over 23 years ago
Jacob's patch for a drag-list to select SSH ciphers. Heavily hacked

by me to make the drag list behaviour slightly more intuitive.
WARNING: DO NOT LOOK AT pl_itemfro...

github.com/maikebing/putty - 44c4ee79e6d46337278b20cd8e9619744f4a3b1f authored over 23 years ago
Extensive changes that _should_ fix the socket buffering problems,

by ceasing to listen on input channels if the corresponding output
channel isn't accepting data. ...

github.com/maikebing/putty - c87fa98d09343621fc4ae7c3c8fb197d0feeaa67 authored over 23 years ago
Oops - fix that fix :-/

[originally from svn r1197]

github.com/maikebing/putty - 7ff3999e491d74a4bd6a32a664c9cb6e87c90f7f authored over 23 years ago
Wording change: make it explicit that you can enter an IP address as

well as a hostname.

[originally from svn r1196]

github.com/maikebing/putty - a4d81b170e6c38d439b4d873284bddb4b8b89901 authored over 23 years ago
Fix to allow more than one challenge/response pair during

keyboard-interactive authentication. UNTESTED except that I checked
it compiles. Will ask for tes...

github.com/maikebing/putty - 96fd4be809317577bcf34f799c9ffca73502a97d authored over 23 years ago
Add a comment about Dragon NaturallySpeaking: it apparently requires

Alt+Space to work the Windows way.

[originally from svn r1188]

github.com/maikebing/putty - 31a6d909bf03c632254e351ab974fbe3516a9d65 authored over 23 years ago
Document /DNO_SECURITY compile option.

[originally from svn r1187]

github.com/maikebing/putty - fb46f1b77dec7259c7e383db0f36252b8f393649 authored over 23 years ago
Updated Makefile.cyg for Glenn Maynard's IME patch.

[originally from svn r1186]

github.com/maikebing/putty - 913b9deeec96a6a3a56ebb0b2c3a62450ba7a0df authored over 23 years ago
Trivial port forwarding fixes from Jacob

[originally from svn r1185]

github.com/maikebing/putty - 24e97a365d381eb6d313477da01a783a4d8dcb48 authored over 23 years ago
Fix potential segfault in port forwarding code

[originally from svn r1184]

github.com/maikebing/putty - f0d968ce498a8e77d6ad656dcf6cb168d772ebd7 authored over 23 years ago
First phase of Unicode polishing: replace the edit box with a combo

box. Also default to ISO8859-1 so that CSI works in the default
mode; this is ridiculously Wester...

github.com/maikebing/putty - 686740c2fb4246374675a0ebb28e7d77546f99e7 authored over 23 years ago
Stop yelling about Access Denied if the server refuses even to

attempt keyboard-interactive authentication. We can yell about it if
we make a creditable attempt...

github.com/maikebing/putty - 9cbaacd6738ad31592d468bb62247031497becb0 authored over 23 years ago
Port forwarding now works in SSH 2 as well as SSH 1.

[originally from svn r1179]

github.com/maikebing/putty - 54bcab760f0b8d578cb888a9fadc956284ca26b5 authored over 23 years ago
Keyboard-interactive authentication, thanks to Paul Sokolovsky.

[originally from svn r1178]

github.com/maikebing/putty - fa6b9c18963600f240fd8670264cc15b386a2ca9 authored over 23 years ago
Oops - actually check in portfwd.c itself! (Makefile also modified

because it's been renamed to fit in 8.3, just in case.)

[originally from svn r1177]

github.com/maikebing/putty - ae8db3fa9269d1934df1a8b88bf01c3c4abc7c32 authored over 23 years ago
SSH port forwarding! How cool is that?

Only currently works on SSH1; SSH2 should be doable but it's late
and I have other things to do t...

github.com/maikebing/putty - 50766ce729b61d7395b01959eca5486236cc77bf authored over 23 years ago
Remove the OSVERSIONINFOEX code because there's no obvious way to

determine whether it'll compile before receiving the compile error.
Gah.

[originally from svn r1...

github.com/maikebing/putty - 4d3aad22f523dd32c91d67dc870f39bf60acec0b authored over 23 years ago
Glenn Maynard's patch completely disabled PuTTY{,tel} on any system

that didn't support OSVERSIONINFOEX. For example, such wildly out of
date things as NT4. Now fixe...

github.com/maikebing/putty - 94d35cead5b7347a361aef985ca86bf535b50c10 authored over 23 years ago
Oops - IDC not IDV. Typo.

[originally from svn r1173]

github.com/maikebing/putty - 02c3d0694c9b6e25eea8e8becf274cfd7ec6a16a authored over 23 years ago
Glenn Maynard's IME patch

[originally from svn r1172]

github.com/maikebing/putty - de987f33fe99c0eb2d90d974931b839e8aae25d9 authored over 23 years ago
Rainer Loritz noticed that the Telnet environment box is not cleared

when loading a new session. Oops!

[originally from svn r1171]

github.com/maikebing/putty - 3b81448ae4b42ba83dc82bb378e68fbd2fa1fd3d authored over 23 years ago
Prevent recursive weirdnesses happening when the user selects a

system-tray menu option while a passphrase prompt is active.

[originally from svn r1170]

github.com/maikebing/putty - 3bc9118bc48b6f729b2b87a393d34e00f0c74231 authored over 23 years ago
SCO function key mode now affects the small keypad (Ins, Del, etc)

in accordance with the keymap dump sent by Len Christiansen.

[originally from svn r1169]

github.com/maikebing/putty - dbe881a1639c246f38bd907ccd0613f7bb384a01 authored over 23 years ago
Patch to PSFTP: implement mkdir, rmdir, rm and scripting. Still to

do: wildcards, chmod, mv, probably other things.

[originally from svn r1168]

github.com/maikebing/putty - 4a0fb28883d80774105eec22f280d8a44a568342 authored over 23 years ago
Mention PLINK_PROTOCOL in the Plink chapter.

[originally from svn r1167]

github.com/maikebing/putty - 15cf1e664b15ba3e91f4d4442e6b5f6d9236f927 authored over 23 years ago
Add description of the keepalives option

[originally from svn r1166]

github.com/maikebing/putty - 513855160867eb4b3f8ff822000fd45163db8727 authored over 23 years ago
Fix segfault if the server maliciously sends the wrong type of key

after a different type has been agreed.

[originally from svn r1165]

github.com/maikebing/putty - 4fb01728e155184d712fd32f7408a43fe7387bcf authored over 23 years ago
Yet another possible segfault path in the backends fixed. I don't

_believe_ I'm still finding these. I have no idea what I was
thinking when I wrote this stuff.

[...

github.com/maikebing/putty - a4c1aad9b228d129b706924686072db7d4f791c4 authored over 23 years ago
Minor wording clarification: somebody took the word `sessionname:'

literally.

[originally from svn r1158]

github.com/maikebing/putty - 86e1a9516635f0f317350729b07d4e3c41fca78b authored over 23 years ago
Added = to instructions for setting PATH

[originally from svn r1157]

github.com/maikebing/putty - c223a693e89fa534788cc14cadc192063589f326 authored over 23 years ago
Robert de Bath's implementation of ESC [ Z (backtab)

[originally from svn r1155]

github.com/maikebing/putty - 48226525f7f0d8f6fcefedbe31c06a136bb93e77 authored over 23 years ago
Add some extra documentation: filled in the Getting Started chapter,

added an introduction to public key authentication, and made a
couple of changes in intro.but. Tr...

github.com/maikebing/putty - 35bdd95a5615450f9dd33427638c8da19f5a4cf8 authored over 23 years ago
Bell panel docs.

[originally from svn r1144]

github.com/maikebing/putty - 56aa28467b0daeb6afbf53e6f81842162bb9746c authored over 23 years ago
Added mention of rlogin, and a few words on VT100+ and SCO function

key settings.

[originally from svn r1143]

github.com/maikebing/putty - f8b02d37f9ce02c3169c576ead5f30242ab5a64a authored over 23 years ago
Disable the most irritating compiler warnings in the Borland makefile.

[originally from svn r1142]

github.com/maikebing/putty - aaf250b9f3ccd66ce48cbc4faac0e8202978106c authored over 23 years ago
Oops - fixing the line-resizing segfault introduced a new

line-resizing segfault! Remind me to test under Minefield next time.
Should now be fine, as I've ...

github.com/maikebing/putty - 9736adfcfa9be098b20154181b8c9a7476af9fe6 authored over 23 years ago
Make sure the default protocol doesn't ever end up undefined in Plink.

[originally from svn r1140]

github.com/maikebing/putty - 865760106fdd7cc5438c311ec0a5906697bf096e authored over 23 years ago
Add some spare SetForegroundWindow and SetActiveWindow calls to try

to improve window behaviour. Also make the About box a subdialog of
the config box instead of a s...

github.com/maikebing/putty - 7b7ec7e72eed7792a0c48d3e9b57ac296a41da27 authored over 23 years ago
RDB: fix various UTF-8 glitches.

[originally from svn r1138]

github.com/maikebing/putty - 38b6d276d2e74e6a99a346bd2a1c7e0209193465 authored over 23 years ago
SCO ACS patch from RDB. Apparently required for the Linux console

terminfo.

[originally from svn r1137]

github.com/maikebing/putty - 26d63c3a963c530faf43c080055217a5331a28cc authored over 23 years ago
Update the two commented-out CFLAGS to include the same

_WIN32_WINDOWS definition as the uncommented one.

[originally from svn r1136]

github.com/maikebing/putty - 793aa91bf7c3fda9bd3001a40c59503722435d16 authored over 23 years ago
Be prepared to print spaces at the end of a statistics line in case

the previously printed line was longer. Avoids multiple trailing
percents.

[originally from svn ...

github.com/maikebing/putty - 78a37a51226232bfb9da880333dedf43d15cd4a8 authored over 23 years ago
Fix from RDB: patch up mis-aimed fallthroughs in a terminal

emulation switch. (Bug was introduced in mouse reporting.)

[originally from svn r1134]

github.com/maikebing/putty - b5a6c88da4884ce044ad3b5d094c316bcf3c8a9e authored over 23 years ago
Terminal fix from RDB: probably didn't mean to compare a Y value

with a column count!

[originally from svn r1133]

github.com/maikebing/putty - c1f41f98221d26b0d3e3bcd545c5980876867928 authored over 23 years ago
Small terminal fix from RDB: CSI 1 K should erase the cursor

position itself, as well as everything to the left of it.

[originally from svn r1132]

github.com/maikebing/putty - df6c9ab0835deaf8cf687c4cb4525c33e0c7118e authored over 23 years ago
Reinstate the Shift-Ins paste behaviour, which was accidentally

broken by the mouse button redesignation that came with xterm mouse
reporting.

[originally from ...

github.com/maikebing/putty - 079b6bc6f60778e33add5dbe114d71a638ac5134 authored over 23 years ago
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing

it out. A line was removed from the scrollback, cleared, and placed
at the bottom of the screen. ...

github.com/maikebing/putty - aca29ffb7b2dfb503afb4217ce9587aed1d7b5b7 authored over 23 years ago
Specify a few things that were unsepcified.

[originally from svn r1127]

github.com/maikebing/putty - 2aad72ab3ebac31894448595a9f29291a2cd0761 authored over 23 years ago
Scrollbar was failing to update when no scrollback-reset event had happened

[originally from svn r1126]

github.com/maikebing/putty - 8e5e0225e597001c55637fb4ba53839707d465f8 authored over 23 years ago
Fix the sense of posdiff(), causing the extend-selection mouse

action to work correctly again.

[originally from svn r1125]

github.com/maikebing/putty - 29cce22a908bbee11f1f5f538c588f124be96be8 authored over 23 years ago
Fix wrong button codes in WM_MOUSEMOVE.

[originally from svn r1124]

github.com/maikebing/putty - d05e9f0b1a57129f45caa88679f74d5f3fd64631 authored over 23 years ago
Glenn Maynard's patch (as adapted by Jacob) for taskbar flashing

when a bell occurs and the window is minimised.

[originally from svn r1123]

github.com/maikebing/putty - 84e58edf9fdf0060558cc07c9e65726ae3c02a90 authored over 23 years ago
The host-key-unknown prompt now offers the same three options as the

host-key-changed prompt: update-cache-and-connect, connect-without-
updating-cache, and abandon-c...

github.com/maikebing/putty - 52a688abd1a9f3e1b7b5349f27407f1304aa5401 authored over 23 years ago
Placate gcc's `-Wall' warnings.

[originally from svn r1121]

github.com/maikebing/putty - fb473cc16c4e55af8b34cd01b1d03be8b98d752e authored over 23 years ago
Trim leading whitespace off the hostname if it's there.

[originally from svn r1120]

github.com/maikebing/putty - 93e27a40ae3bdcd5f40401ea374b4adcade7c099 authored over 23 years ago
Oops - initialise sesslist_has_focus.

[originally from svn r1119]

github.com/maikebing/putty - 8422d9e2e84a88ceffea1e15cb93ac2d8bdadcc8 authored over 23 years ago
Jacob's patch to make pressing Return on a selected saved session

load it and go, and simultaneously allow Alt-L on a selected saved
session not to change the focu...

github.com/maikebing/putty - b14d3260d8c2475da5086c01f954e6b8a8eac2fa authored over 23 years ago
Borland and Cygwin makefiles now support XFLAGS.

[originally from svn r1117]

github.com/maikebing/putty - e59d3712c208715f7e64cb22f82b0b1d77b6cda9 authored over 23 years ago
Control characters are now allowed as part of the password, if

they're not special control characters processed by the line input
routines.

[originally from sv...

github.com/maikebing/putty - 839353ad3a612e3268bc48fd779eb747dcc80812 authored over 23 years ago
Define WM_MOUSEWHEEL (to 0x20A) if it's not defined by windows.h.

[originally from svn r1115]

github.com/maikebing/putty - c0d65a351ee59d11d0ee3cd21beda957f4432854 authored over 23 years ago
Attempt to report the error condition right when an SCP connection

with a pre-supplied password fails to authenticate.

[originally from svn r1114]

github.com/maikebing/putty - e45f75a2beae9e4054df33acdec596fae28ce547 authored over 23 years ago
Fix the SCO function keys, which weren't quite right.

[originally from svn r1113]

github.com/maikebing/putty - 5723ec04de2a3cd5f5ca7e36167f2e91f8043f15 authored over 23 years ago
Added a new large icon for the PuTTY config box. Doesn't show up in

the actual window at all, but appears in the Alt-Tab task switcher
box in place of the tedious Wi...

github.com/maikebing/putty - 275e14673baaf210b37c2163efe56a96e4814c42 authored over 23 years ago
A patch to the new character set stuff to add the Windows code pages

themselves (Win1250 - Win1258).

[originally from svn r1111]

github.com/maikebing/putty - ead5547e269f5b4a3e03831143446b8b969b699e authored over 23 years ago
RDB's Unicode patch. Fonts are now used in Unicode mode where

possible and we have a single unified means of trying to display any
Unicode code point. Instead ...

github.com/maikebing/putty - 26f1085038d7cd9a63808a33ec6feb695b68734a authored over 23 years ago
From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to

send Telnet special sequences (Interrupt Process, Suspend, Erase
Char, End Of Line) instead of th...

github.com/maikebing/putty - e001f1533e0e8b900e69924af9509d8733d94259 authored over 23 years ago
`realhost', passed back from all the backend init functions, was

scoped within those functions. It's now dynamically allocated.

[originally from svn r1108]

github.com/maikebing/putty - c2eb57a034f4e6785656497be54d7f1d89fad1ad authored over 23 years ago
From RDB: telnet can now start up in passive mode, in which it

doesn't do any negotiation until the remote side does.

[originally from svn r1107]

github.com/maikebing/putty - d1d65fa6d0837df86e377f1f31cb1118b977310d authored over 23 years ago
From RDB: a few extra escape sequences seen in SCO terminals.

[originally from svn r1106]

github.com/maikebing/putty - 7d86bbfbe2335d5d47dad8673af541b8c062b2ff authored over 23 years ago
From RDB: according to VT manuals, application cursor keys should

never be enabled when app keypad is disabled. Also CTRL+arrows flips
the application-ness to make...

github.com/maikebing/putty - 9f32a1da351fc81729aa943aaceb89b2e8cf3f0c authored over 23 years ago
We can now save the protocol and port number in Default Settings.

[originally from svn r1104]

github.com/maikebing/putty - cefaa787bae23f74798d600e7edbbd9fe00fb8bf authored over 23 years ago
From RDB: yet another fix in the ongoing quest to deal correctly

with font point sizes :-(

[originally from svn r1103]

github.com/maikebing/putty - 00ebbfaab48da1497e50909fbd02e2f4b5f48048 authored over 23 years ago