Ecosyste.ms: OpenCollective

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

phpseclib

Develops and provides support for phpseclib
Collective - https://opencollective.com/phpseclib - Website: https://phpseclb.com - Code: https://github.com/phpseclib

Merge branch 'master' into php5

* master:
Update composer before using it. Fixes openssl for https error.
Install PHPUnit vi...

github.com/phpseclib/phpseclib - 7b7cc829d9a217ce204c9904e20129f1479df58b authored almost 11 years ago
Merge pull request #312 from bantu/phpunit-4-via-composer

Install PHPUnit via Composer and update to version 4.0.

* bantu/phpunit-4-via-composer:
Updat...

github.com/phpseclib/phpseclib - a7f625c6f3f535e66a43c7bf4fc023b5f7becb26 authored almost 11 years ago
Update composer before using it. Fixes openssl for https error.

github.com/phpseclib/phpseclib - ca59f278dacff38ddd2799d6f8f2d8bd7d9f4302 authored almost 11 years ago
Install PHPUnit via Composer and update to version 4.0.

github.com/phpseclib/phpseclib - 86d7c6830cce73399005327efe9c641fe27c21a7 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Prevent segfault on PHP 5.3.3 by disabling GC.

github.com/phpseclib/phpseclib - 1313009c9c4e82c4d3a673cf19c9128a296fd301 authored almost 11 years ago
Merge pull request #309 from bantu/php5.3.3-coverage-segfault

Prevent segfault on PHP 5.3.3 by disabling GC.

* bantu/php5.3.3-coverage-segfault:
Prevent se...

github.com/phpseclib/phpseclib - 242cd2c31910708654bf5db88f78e3d87ddd43bd authored almost 11 years ago
Prevent segfault on PHP 5.3.3 by disabling GC.

github.com/phpseclib/phpseclib - c391f52221914c4a01106441b31873db7ef9ae8c authored almost 11 years ago
ASN1: make developing new ASN.1 scripts a little easier

github.com/phpseclib/phpseclib - 61cd5e4f5afbf651dfd9feb7d1fa25b9eb91b88e authored almost 11 years ago
Merge branch 'master' into php5

* master:
SSH2: move _connect() call to _login() from login()
SSH2: phpdoc updates
SSH: cl...

github.com/phpseclib/phpseclib - 58cdf692f85dcbd09227c43fb3cfeb8c93144eb3 authored almost 11 years ago
Merge pull request #308 from terrafrost/ssh2-connect-after-login

SSH2: connect to server in login() function

* terrafrost/ssh2-connect-after-login:
SSH2: move...

github.com/phpseclib/phpseclib - 652788ac3457965ba7747f8d4f317bdbfdc8cb8e authored almost 11 years ago
SSH2: move _connect() call to _login() from login()

Per bantu, this is required for it to work with Net/SFTP.php

github.com/phpseclib/phpseclib - 79719e8f74b653f85233d2b4585fd79186e7df96 authored almost 11 years ago
SSH2: phpdoc updates

github.com/phpseclib/phpseclib - 0ad0bb4c37015852a7bcb745210498cf0831ad94 authored almost 11 years ago
Merge branch 'master' into php5

* master:
A few functional tests for Net_SFTP.

github.com/phpseclib/phpseclib - 12875cb12c0622d49ca7511aa9bc23b5fb100fca authored almost 11 years ago
Merge pull request #306 from bantu/sftp-functional-tests

A few functional tests for Net_SFTP.

* bantu/sftp-functional-tests:
A few functional tests fo...

github.com/phpseclib/phpseclib - 46d2862b42fc711f459aede08e7827cbbaffc02f authored almost 11 years ago
A few functional tests for Net_SFTP.

github.com/phpseclib/phpseclib - fe50a6cdacc11d5cffa17f11d60b34f125fd53b0 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Use pwd instead of ls. If the directory is empty callback will not be called.
Setu...

github.com/phpseclib/phpseclib - 4d8f0566310f136a44e2416efd881de3c71be685 authored almost 11 years ago
Merge pull request #307 from bantu/travis-home-directory

Setup Travis CI phpseclib user home directory accordingly.

* bantu/travis-home-directory:
Use...

github.com/phpseclib/phpseclib - 48a917c3f851fdc354ae65a16179fa43a4032604 authored almost 11 years ago
Use pwd instead of ls. If the directory is empty callback will not be called.

github.com/phpseclib/phpseclib - 96aaa262ebd39805ac4f95ad6946d8ae9bb5aa34 authored almost 11 years ago
SSH: clarify role of constructor / connection timeout

Also, in Net_SSH2::_connect() $host is used in multiple places. Rather than changing all referen...

github.com/phpseclib/phpseclib - 677a291cb330fb74dd3130fac23fc5768666f01a authored almost 11 years ago
SSH1: do fsockopen() call when login has been called

github.com/phpseclib/phpseclib - 24bb941799984f70003ea79508756cb86c440f9c authored almost 11 years ago
SSH2: != -> |=

github.com/phpseclib/phpseclib - 6fcfe5c885d4f2adb2628d9986c90a7d13b4b793 authored almost 11 years ago
SSH2: phpdoc changes

github.com/phpseclib/phpseclib - 8f08301744d73d3d47207d8ff445b90ee052b59f authored almost 11 years ago
SSH2: syntax error

github.com/phpseclib/phpseclib - ab341df973ef282a29c3a7ddc29246bb0ec2308a authored almost 11 years ago
SSH2: timeout set in constructor != timeout set by setTimeout()

github.com/phpseclib/phpseclib - f27a49299e5ff74d9a14c7855fb45a57adbbfa53 authored almost 11 years ago
SSH2: add phpdoc header

github.com/phpseclib/phpseclib - fc748346fc1aa930ad558923bcdd77f4cee471d0 authored almost 11 years ago
SSH2: connect to server in login() function

this change will make it so some parameters can be set after the
Net_SSH2 object has been create...

github.com/phpseclib/phpseclib - a14e71f38b441829c1ad945b9094e27a943f5a11 authored almost 11 years ago
Setup Travis CI phpseclib user home directory accordingly.

github.com/phpseclib/phpseclib - 526a5c2ffb205dd4b2dc6f624dba7b674a3bfb0a authored almost 11 years ago
ASN1: make it so bit string's can have an optional minimum size

github.com/phpseclib/phpseclib - c8bf68ac026d5d9dca28f9d3eb045a712248265c authored almost 11 years ago
Merge pull request #305 from bantu/remove-ssh-agent-bc-file

[php5] Remove the phpseclib/System/SSH_Agent.php BC file.

* bantu/remove-ssh-agent-bc-file:
R...

github.com/phpseclib/phpseclib - a3adb4fad5932d4f39d71067fb4a9db7acbe19aa authored almost 11 years ago
Remove the phpseclib/System/SSH_Agent.php BC file.

github.com/phpseclib/phpseclib - 0288817203994240f102acad506e57c1c9084401 authored almost 11 years ago
Merge branch 'master' into php5

* master:
SSH_Agent: add new line at end of file to comply with CS
SSH_Agent: another CS upd...

github.com/phpseclib/phpseclib - b7729feea0466b18524cea2e4c23475d6f290d1c authored almost 11 years ago
Merge pull request #304 from bantu/ssh-agent-psr0-fix

SSH_Agent: mv SSH_Agent to SSH/Agent and create SSH_Agent for BC

* bantu/ssh-agent-psr0-fix:
...

github.com/phpseclib/phpseclib - a455c1771e3cc392a04e3d019d75e50ba72aa29a authored almost 11 years ago
SSH_Agent: add new line at end of file to comply with CS

github.com/phpseclib/phpseclib - 6f4ddf0e3314e3cba7a94f9e2fa86ee942658096 authored almost 11 years ago
SSH_Agent: another CS update

github.com/phpseclib/phpseclib - 1694012f78b97652260a95c43d102477b59e0394 authored almost 11 years ago
SSH_Agent: CS updates

github.com/phpseclib/phpseclib - 50b250ce69d66abdd49f18246d28b267125bc189 authored almost 11 years ago
Merge branch 'master' into php5

* master:
add error suppression to phpinfo()

github.com/phpseclib/phpseclib - 51fbabd6d662d38b296a5528586f16be19d6a7eb authored almost 11 years ago
Merge pull request #299 from terrafrost/phpinfo-fix

add error suppression to phpinfo()

* terrafrost/phpinfo-fix:
add error suppression to phpinfo()

github.com/phpseclib/phpseclib - fba7376b08e0ebdf0312809505633aee7a9809f4 authored almost 11 years ago
add error suppression to phpinfo()

bad timezone settings can make phpinfo() throw errors so we'll just
suppress them. if there are ...

github.com/phpseclib/phpseclib - a8c2ff0fb013169193c649adab512cafef5068cf authored almost 11 years ago
SSH_Agent: mv SSH_Agent to SSH/Agent and create SSH_Agent for BC

github.com/phpseclib/phpseclib - 924014fe72fca1dff4172f0ab7bf1ab8b51c315e authored almost 11 years ago
ASN1: explicit application tags didn't work (although implicit ones did)

github.com/phpseclib/phpseclib - a478b7486074b09337bcb774ad55249bcf7b315d authored almost 11 years ago
Merge remote-tracking branch 'origin/master' into php5

github.com/phpseclib/phpseclib - a9bdce9469c78af37fb57a2e8742b2140883343a authored almost 11 years ago
Merge remote-tracking branch 'michael/fix_cert_time_encoding' into php5

github.com/phpseclib/phpseclib - 38502615d3396c5d714f8c1d4f5b57c26c0cf221 authored almost 11 years ago
X509: Array -> array (CS consistency)

github.com/phpseclib/phpseclib - dfa583b9ea04f5d87d7336e51679456947c77c31 authored almost 11 years ago
Merge remote-tracking branch 'michael/fix_cert_time_encoding'

github.com/phpseclib/phpseclib - ea4dc53a064aaefa056c59258d17b0d127dc148a authored almost 11 years ago
fix certificate date encoding

RFC 3280 requires in section
- 4.1.2.5 Validity
- 5.1.2.4 This Update
- 5.1.2.5 Next Update
...

github.com/phpseclib/phpseclib - 457f8fbb996b3016c2075f4096421d6525b46e0d authored almost 11 years ago
Merge branch 'master' into php5

* master:
fix more ssh channel issues

github.com/phpseclib/phpseclib - 483b8a7d3cc28b9d3a62db9c007fbb92744ab26e authored almost 11 years ago
Merge pull request #297 from terrafrost/ssh-channel-fix-2

fix more ssh channel issues

* terrafrost/ssh-channel-fix-2:
fix more ssh channel issues

github.com/phpseclib/phpseclib - c6b990432cceebfb81ba4e0a3adb1d9761d20644 authored almost 11 years ago
fix more ssh channel issues

In logs that were provided to me phpseclib sent a packet that was 2536 bytes long (excluding the...

github.com/phpseclib/phpseclib - 7a2c7a414c08d28f0700c7f6f8686a9e0e246a44 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Drop meaningless, outdated, inconsistent version tags in doc blocks.

github.com/phpseclib/phpseclib - aecf89c03100cfb98073ff6d0646a87efee05b24 authored almost 11 years ago
Merge pull request #288 from bantu/drop-meaningless-version-tags

Drop version tags from doc blocks.

* bantu/drop-meaningless-version-tags:
Drop meaningless, o...

github.com/phpseclib/phpseclib - b77b26f692e34bc7d4e84bb55ac73b0a47719401 authored almost 11 years ago
Drop meaningless, outdated, inconsistent version tags in doc blocks.

find phpseclib -type f -name "*.php" -exec sed -i '/@version/d' {} \;

github.com/phpseclib/phpseclib - fb1296bbec2bb5f05e415cef1d8edc63d0c2334d authored almost 11 years ago
Merge branch 'master' into php5

* master:
Tests for bug280.
Also replace this with call_user_func
Use call_user_func, as t...

github.com/phpseclib/phpseclib - cb56e676dce61d9d13b0dec21649a24d9cb2115d authored almost 11 years ago
Merge pull request #283 from bantu/tests-bug280

Tests for bug280 [use of $callback()]

* bantu/tests-bug280:
Tests for bug280.
Also replace ...

github.com/phpseclib/phpseclib - 5dcc63ef6ca720b1617cff33b445d9b318c9ad03 authored almost 11 years ago
Merge pull request #280 from nickygerritsen/master

Use call_user_func, as this will work on PHP < 5.4, whereas $callback() does not

* nickygerrits...

github.com/phpseclib/phpseclib - aa64ddfd4dfdd710b7cfb4f3e67dcac7164fee6d authored almost 11 years ago
Tests for bug280.

github.com/phpseclib/phpseclib - 90ff32d56df26508cbab91c2e43048a09d83b160 authored almost 11 years ago
Merge branch 'master' into php5

* master:
typofixes - https://github.com/vlajos/misspell_fixer

github.com/phpseclib/phpseclib - e4d0906cee3d194f24dde57ace18ac3bcfc21b76 authored almost 11 years ago
Merge pull request #282 from vlajos/typofixes-20140305

typo fixes

* vlajos/typofixes-20140305:
typofixes - https://github.com/vlajos/misspell_fixer

github.com/phpseclib/phpseclib - 60e2bfc0732557a0fdadcaeb2b5baae073721597 authored almost 11 years ago
typofixes - https://github.com/vlajos/misspell_fixer

github.com/phpseclib/phpseclib - 930a3fb4d27edc8562d31e3496cf0ca3b9667514 authored almost 11 years ago
Also replace this with call_user_func

github.com/phpseclib/phpseclib - b5e579f6c05209360c31bd9b03c262f846232f76 authored almost 11 years ago
Use call_user_func, as this will work on PHP < 5.4, whereas $callback() does not

github.com/phpseclib/phpseclib - 97d1e75a51d1754d243d3be36aa22ad63b28bdb2 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Mark SSH2 Test as Incomplete on Travis PHP 5.3.3 and below for now.
Add basic SSH2...

github.com/phpseclib/phpseclib - d2d3c4605d161ef0e05668cf4d58cf617b0d0376 authored almost 11 years ago
Merge pull request #278 from bantu/functional-tests

Introduce functional tests (SSH2 as an example)

* bantu/functional-tests:
Mark SSH2 Test as I...

github.com/phpseclib/phpseclib - 8b068b1df04ae1810daf073705efad790a890d8f authored almost 11 years ago
Mark SSH2 Test as Incomplete on Travis PHP 5.3.3 and below for now.

github.com/phpseclib/phpseclib - 3d3d55b4078deef8688cc4dcb57b623206abc14e authored almost 11 years ago
Extract phpunit call to run-phpunit.sh

github.com/phpseclib/phpseclib - dbcba5119826cdab5bc2204cbfd82c41e686d36d authored almost 11 years ago
Add basic SSH2 functional test as an example.

github.com/phpseclib/phpseclib - 00c19f4cc1410c41d6364c643530cf57eaf12f9e authored almost 11 years ago
Introduce abstract class for functional tests.

github.com/phpseclib/phpseclib - ea31d9d38ce88792decfe309011fc4b498a036a8 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Remove HTML from BigInteger code example.

github.com/phpseclib/phpseclib - 201b55866e77654b7760258cc7d1d9da75b96678 authored almost 11 years ago
Remove HTML from BigInteger code example.

github.com/phpseclib/phpseclib - c1597f453342212ba72a0ce3359a2f766edc17de authored almost 11 years ago
Merge branch 'master' into php5

* master:
Set permissions of phpseclib/Crypt/RC2.php to 644.

github.com/phpseclib/phpseclib - 907f062096367f9976e42c92f7a1ba94acebc5d4 authored almost 11 years ago
Set permissions of phpseclib/Crypt/RC2.php to 644.

github.com/phpseclib/phpseclib - f744fbbcc9568cf39a5605ce5a7b18ad1125fc1c authored almost 11 years ago
Merge branch 'master' into php5

* master:
composer: add System to psr-0 autoload section
update README.md to show latest ver...

github.com/phpseclib/phpseclib - 2785826d94cf4da104d300e2d01c54df4c037f90 authored almost 11 years ago
composer: add System to psr-0 autoload section

github.com/phpseclib/phpseclib - 0ea31d9b65d49a8661e93bec19f44e989bd34c69 authored almost 11 years ago
update README.md to show latest version

github.com/phpseclib/phpseclib - 76c9692908a6c25601df2db373043fcbb335332e authored almost 11 years ago
update download to 0.3.6

github.com/phpseclib/docs - 2d1099e84777f4bd3ba3a72c6c0e0bd22f5d8a8e authored almost 11 years ago
SSH_Agent: a few changes per bantu

github.com/phpseclib/phpseclib - b3a1f52bffcbd002fd8ed44a1ea01cb1ece4cbe3 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Add newline at EOF to phpseclib/System/SSH_Agent.php.
SSH_Agent: phpdoc updates
...

github.com/phpseclib/phpseclib - 88e6eef90f20e352b8665ea5e78c5ec82435bd27 authored almost 11 years ago
Add newline at EOF to phpseclib/System/SSH_Agent.php.

github.com/phpseclib/phpseclib - e08c7244e2b2be89c01fc6e8fda2b8d602dda250 authored almost 11 years ago
Merge pull request #265 from terrafrost/ssh-agent

SSH2: add ssh-agent support

* terrafrost/ssh-agent:
SSH_Agent: phpdoc updates
SSH_Agent: mi...

github.com/phpseclib/phpseclib - 053a9ac9afad064e46e18d9b7fcc1631790ea514 authored almost 11 years ago
SSH_Agent: phpdoc updates

github.com/phpseclib/phpseclib - b4b93b80f598b6175fca211123370c3271e9975f authored almost 11 years ago
SSH_Agent: misc updates

github.com/phpseclib/phpseclib - 405ff3f7b4f5bf030b1197bda5d236ee91929e72 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Apply coding guidelines (with exceptions) to the tests directory.
Update PHP_CodeS...

github.com/phpseclib/phpseclib - 68fecc643129aa77b13bf2a8f20656aa0788a72f authored almost 11 years ago
Merge pull request #269 from bantu/code-sniffer-tests

Apply Code Sniffer to tests folder

* bantu/code-sniffer-tests:
Apply coding guidelines (with ...

github.com/phpseclib/phpseclib - 8dc659d694d3e0af68688600908ff1cac9d079dc authored almost 11 years ago
Apply coding guidelines (with exceptions) to the tests directory.

github.com/phpseclib/phpseclib - ef528ea8793480aad2a931c1c5ea9dc7f661134d authored almost 11 years ago
Update PHP_CodeSniffer from 1.4.7 to 1.5.2. This fixes a rule inheritance bug.

github.com/phpseclib/phpseclib - 9cb25c30327d8cd5067e8b655dfe14040d0d94a6 authored almost 11 years ago
Use exclude instead of changing severity.

github.com/phpseclib/phpseclib - 6e851baca05643cf59f4d09c9d94d85c78161009 authored almost 11 years ago
Add build directory.

github.com/phpseclib/phpseclib - 6fc22d540548e0f89528813491a79043bd8d47d5 authored almost 11 years ago
Merge branch 'master' into php5

* master:
Add Travis CI PHP 5.6 environment.

github.com/phpseclib/phpseclib - 757018d4aa320a205846ae1b9e7b5078d21d0d03 authored almost 11 years ago
Merge pull request #268 from bantu/travis/php-5.6

Add Travis CI PHP 5.6 environment.

* bantu/travis/php-5.6:
Add Travis CI PHP 5.6 environment.

github.com/phpseclib/phpseclib - b03100601bbe739d5a0aa63c72e25b56c0132f3a authored almost 11 years ago
Add Travis CI PHP 5.6 environment.

github.com/phpseclib/phpseclib - 741d638447279eadd0b500bcb6856d3ceb57cdb1 authored almost 11 years ago
Merge branch 'master' into php5

* master:
CS: Each file MUST end with exactly one newline character

github.com/phpseclib/phpseclib - 51d30ed66f912ea6ec8bce949333bad4f16ac06e authored almost 11 years ago
Merge pull request #266 from bantu/cs-endfile-newline

CS: Each file MUST end with exactly one newline character

* bantu/cs-endfile-newline:
CS: Eac...

github.com/phpseclib/phpseclib - a7106a737ee937281878bbe53c181fb5aefc1f8d authored almost 11 years ago
CS: Each file MUST end with exactly one newline character

github.com/phpseclib/phpseclib - 56f1ada5c1dd64cd01c9a7ea4ce27545f7d95065 authored almost 11 years ago
SSH2: add ssh-agent support

github.com/phpseclib/phpseclib - e90648c7a54f0cb4dfe11ffc725be84235c15d8c authored almost 11 years ago
Merge branch 'master' into php5

* master:
SSH2: ignore exit_status channel requests

github.com/phpseclib/phpseclib - addd2ac3201177071188df7acd555729e441cb60 authored almost 11 years ago
Merge pull request #264 from terrafrost/exit-status

SSH2: ignore exit_status channel requests

* terrafrost/exit-status:
SSH2: ignore exit_status ...

github.com/phpseclib/phpseclib - f4dbcb1b7844c41b9bdd915e82f3d6c7d5a09d5e authored almost 11 years ago
SSH2: ignore exit_status channel requests

Fixes #258

github.com/phpseclib/phpseclib - cd9801db8a0e0424fb73cd76d147a05c4122ba3d authored almost 11 years ago
Ciphers: Adding setEngine() and some optimizations

Ciphers: Adding setEngine() and some optimizations

github.com/phpseclib/phpseclib - 50f46959ed01f3785466e060c0c776387be119f9 authored almost 11 years ago
Merge branch 'master' into php5

* master:
PHP_Compat is required when the PHP version below 4.3.3 (not above or equal).

Confl...

github.com/phpseclib/phpseclib - 34e3aef6aade9e2662dc95289683a5eb83793770 authored about 11 years ago
Merge pull request #256 from bantu/fix-php-compat-description

PHP_Compat is required when the PHP version below 4.3.3 (not above or eq...

* bantu/fix-php-com...

github.com/phpseclib/phpseclib - 8664b69e105a43fc707e0ee94d650c11a32a12b2 authored about 11 years ago
PHP_Compat is required when the PHP version below 4.3.3 (not above or equal).

github.com/phpseclib/phpseclib - f79d6624013efc771c452b6e9c5c4aa773c5f175 authored about 11 years ago