Ecosyste.ms: OpenCollective

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

github.com/php/pecl-networking-ssh2

Bindings for the libssh2 library
https://github.com/php/pecl-networking-ssh2

Merge remote-tracking branch 'origin/pr/18'

2f25453c9924d402eabaffa731653e2b49c3d555 authored over 8 years ago
Merge remote-tracking branch 'origin/pr/17'

dca4fe9af5de656edea7d5dace716a0ca52495ec authored over 8 years ago
Merge remote-tracking branch 'origin/pr/16'

8c8328f68f2c3c23f37ade1fcbe742f915631bf9 authored over 8 years ago
cleanup spaces to tabs

b2cc4bb34268d07491d28f6c23cd2ce85b2cf72f authored over 8 years ago
update copyright

ccc3e0be619922401b8c21ddb44e4348c4b72b3e authored over 8 years ago
cleanup obsolete TSRMLS

8d81d6bbc16fb61cd4f7d092a74513f33f9fddf7 authored over 8 years ago
cleanup PHP 5 compatibility code

9124448b6f8a91d4a19cad5743c1c279f97bf9c4 authored over 8 years ago
fix returing psftp_rsrcid value

f786b6ff6b095e7861d04fde2a61efdf0497cda4 authored over 8 years ago
catching last error

cf15a4ca1f4fa97408a1c5fde2e00deb54cfe425 authored over 8 years ago
fix checking resource type

e3cb4a6624effc91ff416326ae3f7f40817e1e23 authored over 8 years ago
bugfix #72988

de29c9a7cfb42038c707797b12733f64c3d20e28 authored over 8 years ago
Fix typo in sftp SKIPIF sections

Bugfix https://bugs.php.net/bug.php?id=73042

skipif function defined with one name, but called ...

dfc51a8f2047a552a43b20e1ee093b5af7d8be56 authored over 8 years ago
datatype and signature fixes

8417a6cf84dcff68da1ab8380b3891bff5bfad62 authored over 8 years ago
fix datatype

dbf1b3c1c9e0d8b24906867d668e5bee994ac92d authored over 8 years ago
Back to +dev

df27bec92d14575f73ccc65efe23a6d475d8c973 authored over 8 years ago
Update package.xml file

- added 0.13 release information from php5 branch
- cleanup for 1.0 release
- improve description...

30b9e1218980a26e1f3dadcdf57ffb826a6041c9 authored over 8 years ago
Merged pull request #12

4502c749b34416d49f943e09ec687bc9ba0bbddc authored over 8 years ago
Fixing segfault when passing env variables

This commit applies the patch proposed by Krakjoe on the PHP Bug listing: https://bugs.php.net/b...

12dd52236c601577a63e33ee71e3ce6dad811e40 authored almost 9 years ago
Use Zend API to "free" php variable and trigger php_ssh2_session_dtor.

Fixes segfaults when php exits or repeated calls to ssh2_disconnect($sameSSH2SessionVariable);

912bbf7f59119eac035efd95fa45de32a9072e46 authored almost 9 years ago
Added explicit ssh2_disconnect function

Converted space indentations to tabs for formatting consistency.

b04d0ecd26c18e687aaf9cd4e1151ffbf2ee4e47 authored almost 9 years ago
Add warning

aa1739ac26c2177d33ab8d064021032bdc2c3a40 authored almost 9 years ago
Reformatted package.xml file

c2a36c66eaa00f44de64390e4bb0f5a8bf751886 authored almost 9 years ago
Revert "Reformat xml file" because this format messes with packaging tools

This reverts commit ce5673d81ddd6f805d5cd90e7b87f76bd1d8597b.

149f4c4737c07d95e55beed940effae6a2b9a85f authored almost 9 years ago
Reformat xml file

ce5673d81ddd6f805d5cd90e7b87f76bd1d8597b authored almost 9 years ago
Update package.xml file with merged changes

7c71715f3c28f4ece413f07c0af80ae15f717128 authored almost 9 years ago
Merge pull request #11 https://github.com/php/pecl-networking-ssh2/pull/11

73f1d79433bc8a9c838662cd3e0e8b4644b555f1 authored almost 9 years ago
Add blocking call to php_ssh2_direct_tcpip

This fixes ssh2_tunnel always failing to request a channel because libssh2_channel_direct_tcpip ...

65b49554f3b48ccda1fb260d42838c1db3f2efd3 authored almost 9 years ago
Made win32 builds depend on zlib and openssl extensions

Win32 builds will now successfully link.
Expanded if statements to specify which library is mis...

29b45d82672ab648f03b9e3566bb293982a24e4d authored about 9 years ago
bump version to 0.13-dev (0.12 is already released)

50d97a52c39166d59e59222a20e841f3f3ce594d authored about 9 years ago
small work on PHP 7

- constify paths
- delete ZEND_ENGINE_2 (PHP 7 have ZEND_ENGINE_3)

8ce9e1ebb3cc5efc89cf892ee2dc819dce4a758f authored about 9 years ago
Merge branch 'master' of git.php.net:/pecl/networking/ssh2

* 'master' of git.php.net:/pecl/networking/ssh2:
Add readme file
Update zend_parse_parameter...

c6aa611ee2049495c1422b1a228890997eff255d authored about 9 years ago
Add readme file

3dfe3365c81fac6872d1c108a0839713bae20793 authored about 9 years ago
Merge pull request #7

This merge causes the ssh2 pecl extension to compile against php7 only.
For php5 support see the...

f224b2b82044b17ae1cc248b38122660a7767218 authored about 9 years ago
Update zend_parse_parameter calls to use size_t + zend_long, fix memory leak in ssh2_fingerprint, update .gitignore to ignore files from failed tests

9e77ed14cb55ceaa5445ef2f4ee6722384a878ba authored about 9 years ago
All tests pass, resource GC has not been handled yet

1ad0e83cd67362e3217d9aa6348e5d385114db3c authored about 9 years ago
Fix warnings found with -Wall

f028e8a3710a7a9a1b1e05ceb7790243e11ec4b4 authored about 9 years ago
Update ssh2_auth_password to use zend_string instead

c5364ea4e03f62b9953779768b6452d0863b8c3e authored about 9 years ago
TODO: Remove storing TSRM info in _php_ssh2_session_data for now to fix ZTS build

b08b041e2dfe64eba3934759f7ed66ab4a0aeaa6 authored about 9 years ago
Use RETURN_RES+zend_register_resource instead of removed ZEND_REGISTER_RESOURCE

d630c5eccae783a7858f00b362b775c0417b56eb authored about 9 years ago
Fix compile errors in ssh2_fopen_wrappers.c

0cc703904a58aca6b16398400b78b9114a55b12d authored about 9 years ago
Fix compile time errors in ssh2_sftp.c

384105c1f50706c8b3fd46c66dcf0d622ca940fc authored about 9 years ago
Fix compile time errors in ssh2.c

452db3620c8d9d96f477c3c72181561228346e5a authored about 9 years ago
Port ZEND_FETCH_RESOURCE calls to new ZE API in ssh2.c

dcd430b58837fa0cf8168cf82ec7ae8bac5f7f32 authored about 9 years ago
Merge remote-tracking branch 'origin/pr/5'

75e84e6c96ef134df49520361875c578202ec3d6 authored over 9 years ago
Merge pull request #6

e897720dd1f8aac5d0f9125c0190f411b7bf3075 authored over 9 years ago
Merge pull request #3

03447fd2fb00159949b750036fb3c2ac9334a293 authored over 9 years ago
Merge pull request #4

31d88b541b70fe280dfcd225f546e05e4c10360f authored over 9 years ago
Align PHP license version to LICENSE file

f8d6c77ad0de79bd61296ac6f06f4eafaa4b107a authored over 9 years ago
Fix segfault when trying to authenticate in servers that do not support authentication (none)

8a0925f6ee4eaf6f6aa1c0356f658bcb0320342b authored over 10 years ago
We need to set session to blocking mode before calling libssh2_channel_open_session().

This fixes long standing issue of ssh2_exec() failing with 'Unable to request a channel from rem...

740e7b62365964ce336d505955f763558aa93ffb authored over 10 years ago
Align PHP license version to LICENSE file

4d37efb62fd87a18a43762f0e2c36759b4bd40c2 authored almost 11 years ago
Add exit-status support for ssh2 file wrappers

7f5393368c75065746677991197f8ea5c79de17a authored almost 11 years ago
Add reflection API support.

4efb02d77a2001d85fa5c8773cf11b9c4766d214 authored about 11 years ago
add tests to archive

aa5adbd00d6e2f05d73daad0cfb05f8180eeddd3 authored about 11 years ago
fix role for License file

febf5a78b761ad3c8da06dfb6e94ac54708d2fa1 authored about 11 years ago
Merge branch 'pull-request/2'

7067fa968631cd8396857b9410d7e202bc7cc594 authored over 11 years ago
added config.w32 to package.xml

d767df878968fb6dc72e5722303496ee9b0568e2 authored over 11 years ago
Typo: retreive -> retrieve

5061c56459939256d94a9bcd818edcbca7092ea6 authored over 11 years ago
Fix issues in detecting/linking for ssh-agent support

Remove empty variable, prevent detection of ssh-agent when $SSH2_DIR is in use
Remove whitespace...

95050f4c3335968fb56356d029e96440fd15a923 authored over 11 years ago
add author

8fbe4d7a707e178782a44664a8505c4b6b0fe7fc authored almost 12 years ago
Fix #64535, php_ssh2_sftp_dirstream_read segfault on error

0fbb3d866ac3491fdff621d530804f3e57975ab1 authored almost 12 years ago
Fix #64535, php_ssh2_sftp_dirstream_read segfault on error

2509998d3750cfaa026dfcf50cbbede24b796b6c authored almost 12 years ago
Add some unit tests

Since these all need a test ssh server to connect to,
you'll need to set some environment variab...

faa3a1fe97f194f9e3dabe28da598925c61cd740 authored almost 12 years ago
Add .gitignore

dcef835b23dd9edfc07a8cfad5b336fb553fd046 authored almost 12 years ago
#ifndef unused vars

4fc20ce60d876ea4a044d69515c50d7c2938bc24 authored about 12 years ago
fix php 5.5 build

c3b0854dc037f8011f90e4d9f643dcc7ed1cd903 authored about 12 years ago
Fix bug Bug #63855 compilation fails on windows (patch from erez dot h at zend dot com)

3c44ecf96ff610a9e6d702063cad14add8300383 authored about 12 years ago
add note

57d5d63668f8741edad5fd4410a7850d60ad6ec8 authored about 12 years ago
Fixed Bug #63660 php_ssh2_fopen_wrapper_parse_path segfaults

efce16e903bf02ed2448cb951d8618c4c96f68e2 authored about 12 years ago
Back to dev

0ef0e7c4036a7f23a90fb4a3451d55b351d411f2 authored over 12 years ago
Release Date "2012-10-12" was not today

21e27546b9ff21db33d549ade42f6c7d7a0da99c authored over 12 years ago
0.12 release

cc69fa703af2d66e62d090747308c4fcc5e33f50 authored over 12 years ago
Drop libssh2 requirement to 1.2

3e5d83cf90e40d789ca7d06c8f49754b5d928ec8 authored over 12 years ago
Be more verbose about any errors within ssh2_scp_send

57cad54f7e91241a660562b1fb113dd93bfb0134 authored over 12 years ago
Refactored commit 327852 into macro's

ada5bd64644c96d8af34699fcb44abf3ec9af45e authored over 12 years ago
Check if connection is authenticated. closes bug #63192

f35ac9ed12310a64c972a815f6cc300b3e163b58 authored over 12 years ago
Allow for tilde (~) in public and private keyfile paths

8fa7b1222e6bba252a4780dc1c8c7d066c161c5e authored over 12 years ago
read and writestate are not integers, should be %ld instead of %d

5cc8a9f488749047907b4d85e8daac8d36ef46f2 authored over 12 years ago
Always ignore LIBSSH2_ERROR_EAGAIN

8a4abcf342f5acd4141597604466fe1c916b0578 authored over 12 years ago
ignore LIBSSH2_ERROR_EAGAIN on *NON*blocking state

39243c7f30e043e9b6f02af28c9e9198495233f1 authored over 12 years ago
Handle error values from reads and writes to a channel. Closes bug #58576

0b8439974013df2ea51da50fabadb5de4ed6dce2 authored over 12 years ago
Use estrdup() to fix bug #62376

bb979fbcc2e51e9fc09b865ad8e65956666be96c authored over 12 years ago
Fixed unwanted dependency on libssh2 1.2.9 with conditional compile directives

5f9c9356cc3173b08bd58905cd613093c2fa03ef authored over 12 years ago
Add support for stream_set_timeout() to channel streams - Fixes bug #56377

fbeccc901e0f54bce69868df09510e4622e021f9 authored over 12 years ago
Added feature ssh2_sftp_chmod() - closes bug #59880

50f1db5ef9182fe3c287f6bd1091e95e5a90664e authored over 12 years ago
Removed #ifdef's for very old libssh2 versions.

Removed code to deal with old libssh2 API.
New libssh2 version requirement => 1.2.3 (feb 2010)

cefeaccd2ac2f1982bf805b2e1548426b867e452 authored over 12 years ago
changed RETURN_FALSE on zend_parse_parameter() to 'return' as per remark by johannes

12b72e32a48603bf386b31bac3899f1af8aea432 authored over 12 years ago
Added keyboard-interactive to ssh2_auth_password() - closes bug #61760 and bug #54916

4584391c6c536373392219c57c763c6dfcb3eae8 authored over 12 years ago
Fix bug #59794

8d73279c3947e130fee21c17235ca9e911089569 authored over 12 years ago
Fix for bug #56425

609850446b938bfe53536ee49b55a0bcde16299e authored over 12 years ago
Added todo list

71aa9e02bc97307bbd267c0a11ebddfd3a90c8e4 authored over 12 years ago
Add license file as requested in bug #59980

e0fa0684e4f91d54210a749641213fb16213082c authored over 12 years ago
Added ssh2_auth_agent() - SSH agent authentication support

c93aa4460d71c16fb424ff0fe31d49400a55407b authored over 12 years ago
- Fixed bug #60874 (typo (paramter -> parameter))

de30f822cb15ebb9740cfa43b7ebd1936b5844e5 authored about 13 years ago
- back to dev

874c7a5c37c2c9c4e660802934c635764e10988e authored over 13 years ago
Fixed bug#22671 (trailing spaces trimmed from filenames)

f01cfa5b471006ae5de9a605f6c489a0a479a0c3 authored over 13 years ago
Fixed bug#24349 (ssh2_sftp_mkdir fails with trailing slash)

85d6cf1c092cb07c4120270c4018978cb4d68e61 authored over 13 years ago
Fixed bug#16944 (Segmentation fault SIGSEGV with protected variable with ssh2)

d30dba1020e98be6d740489c795e84cbf4cc35f6 authored over 13 years ago
Fixed bug#17142 (Missing EOF detection in ssh2.sftp:// streams) (patch by daniel dot mueller at inexio dot net)

099301eb8c7e9e1b431c8fd25913a9f226ab015c authored over 13 years ago
Fixed bug#22729 using ssh2.sftp stream on 64bit vs. 32bit (patch by sts at tradebyte dot biz)

7f4a2700b74d3d30ecd96c84083ab0308e2f359a authored over 13 years ago