Ecosyste.ms: OpenCollective

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

github.com/phpseclib/phpseclib-php5

ABANDONED in favour of the php5 branch in the phpseclib repository.
https://github.com/phpseclib/phpseclib-php5

SFTP: Fix bug whereby sometimes download amount would be ignored

1d1c2782e93c8bb75f05bb8000fcf8660c06a764 authored almost 12 years ago by terrafrost <[email protected]>
RSA: Add support for AES-256-CBC

eb860d275ed84ef29844ed25d76fc59c4e25f9cd authored almost 12 years ago by terrafrost <[email protected]>
SFTP: Redo mkdir() and _realpath()

Also make it so nlist() caches directories as well

44864874e5f6b2b8789ead8b62c0dc6dfcf58359 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #74 from petrich/AES-Rijndael-Performance-Update

AES/Rijndael performance update [3]

956c1e5bfd5291c019cdbed8641c1c88577841f5 authored almost 12 years ago by terrafrost <[email protected]>
Removed Debug function...

Removed Debug function...

e90708297ad851627ca6a487df7033bbfc7b52aa authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
AES/Rijndael Performance Update [3]

Performance Update for AES/Rijndael

afa5465e6342f614095c4783bca632c36e218311 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #3 from phpseclib/master

Sync

96dae9048913b0475ab581b71b20edea5b540f57 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
ANSI: Use user_error instead of echo

d7b348771c46b5f553f53f194bf87dde78171663 authored almost 12 years ago by terrafrost <[email protected]>
ANSI: Add support for more codes

Thanks chubby!

1231f58aa3ea59eb16b8d87ee0bd5c8e876d9651 authored almost 12 years ago by terrafrost <[email protected]>
X509: Fix private key identifier computation on a File_ASN1_Element

6b49b7d1089ca349ef9e3cb737429879c49796ad authored almost 12 years ago by Patrick Monnerat <[email protected]>
BigInteger: CS adjustment

d7cdea6282bc14a3e4aefaffb342cb95981f3e24 authored almost 12 years ago by terrafrost <[email protected]>
Make all sources 7-bit ASCII.

90ff746ad11323cf661b3ec9257760f297a09788 authored almost 12 years ago by Patrick Monnerat <[email protected]>
Merge pull request #73 from Gemorroj/master

some minor fixes

1daf5b57d6f3557741a763deeaf0fd475704c115 authored almost 12 years ago by terrafrost <[email protected]>
Fixed broken characters.

8d5e7a3945f24ae6092f14b6f321e64f5a2be781 authored almost 12 years ago by Gemorroj <[email protected]>
revert == instead ===

1e3e44e3c6520f73d9b6a5562c313f48542f9dfa authored almost 12 years ago by Gemorroj <[email protected]>
some minor fixes

cc2c844d0ed2f39f2a39743167c44eb9d7388680 authored almost 12 years ago by Gemorroj <[email protected]>
BigInteger: E_NOTICE: bitwise_xor and bitwise_or had parameters of array_pad mixed up

4334d381b9f2844aa07c9f9bd7200a3edb83a4de authored almost 12 years ago by terrafrost <[email protected]>
SFTP: Add chown and chgrp.

60b66e3726b9d6a9297fb9789e82268de282f39b authored almost 12 years ago by terrafrost <[email protected]>
Use base-2**26 on systems with 32-bit ints and base-2**31 on systems with 64-bit ints

4a96cc80246dc7bb43d29098d2281e2db7a4a055 authored almost 12 years ago by terrafrost <[email protected]>
SSH2: Add isConnected() function

0333805f5c99fe9d97ac7a5542dd821086097470 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #2 from phpseclib/master

Snyc

c096eb823f173dc3f646f8a11e7a985aa7dedffe authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
SFTP: Add touch function

Also make it so chmod will auto-switch the filename / permissions if they're not in the "right" ...

25c7e7bd96f5875864b0592eef48660d6b04dd37 authored almost 12 years ago by terrafrost <[email protected]>
SFTP: Add the ability to write to specific parts of files

faaa52774ffcb7c4e69ed56fa9fb5ff011898c7f authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #71 from tamagokun/exec_with_pty

enablePTY() disablePTY() for use with exec()

51e063f1a4fd23009f54e5c725e998dc8493ef71 authored almost 12 years ago by terrafrost <[email protected]>
Use enablePTY() to get a PTY with exec() calls. While exec() is running

you can use read() and write() to interact with the shell.

d7e4678fc4165fc45f2ca7cefad3043860940673 authored almost 12 years ago by Mike Kruk <[email protected]>
Small CS fix [2]

93f9922410a0900bed818d4c0870adc74043af77 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

dba98cd57f62ebe532bc1f01f9b1ec1d6bd2b571 authored almost 12 years ago by terrafrost <[email protected]>
Update date format in File/X509.php

Update it to be consistent with https://github.com/phpseclib/phpseclib/commit/bdd42c448b21b87ef0...

5910f7c14fd1515321f36d55559240a3f25e6073 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #1 from phpseclib/master

pullrequest

6555cb1e8ef0fd219aebc171bef580edb719b009 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Small CS fix

323396df3cbca234c1796ab1e8a673182e1f1d6e authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #69 from petrich/master

AES _Performance update [2]

2faa2b53a7c7581a688487c3d3d9d75fda70163a authored almost 12 years ago by terrafrost <[email protected]>
AES: Performance update

Performance update for AES

b4bbb27ef6e73138c5f3f36068f74baed50062df authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
AES, RC4: CS adjustments

13eb688c901102bc63c3e83110bf9286dc7ccdd6 authored almost 12 years ago by terrafrost <[email protected]>
Undo last commit

248e3bb085e626b794e7729e82feebb68a930bb1 authored almost 12 years ago by terrafrost <[email protected]>
Add __construct() constructor to make namespace'ing easier for those wishing to do it

bfb04dcf4daa36d8f95d2c673ed1585e815e6724 authored almost 12 years ago by terrafrost <[email protected]>
Rijndael, AES: CS adjustments

6765cb3b2b3244e1b9865e205c8905b311e27d6a authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #65 from petrich/patch-3

Rijndael: Performance update

7894fd98f5afc76dd26f0c14f204bf4bf0cbe7a6 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #66 from petrich/patch-5

AES: Performance update

01be859b44579b15d032c3535ee42700e26d85b0 authored almost 12 years ago by terrafrost <[email protected]>
RC4: keys were never being set in continuous mode

d774476bcfd2eda5b07bf97c9acf75372a4b525a authored almost 12 years ago by terrafrost <[email protected]>
AES: Performance update

Performance update for AES
Related to: https://github.com/phpseclib/phpseclib/pull/65

7dceef6ef4823dd4d788dbaae9a12176ca1dfc81 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Rijndael: Performance update

Performance update for Rijndael

c95b997fa77954c50d6ae94dd0dd0d9872279fe6 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
add size checking to binary packets in Net/SSH2.php (thanks ?????? ????????!)

e7336e6b54db9365590a10ebe13757c022e7194b authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #63 from petrich/patch-3

Rijndael: little code optimizing

111544428ec5954a1ba6139f4193e251bef72582 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #64 from petrich/patch-5

RC4: fixed ContinuousBuffer() using MODE_MCRYPT

3eaf92332d24d58eb0665600e046122285ab8207 authored almost 12 years ago by terrafrost <[email protected]>
RC4: fixed ContinuousBuffer() using MODE_MCRYPT

Fixed multiple calls to ContinuousBuffer() using MODE_MCRYPT

376b2759c9d83615e0f77d9a119e96413c1e5d3e authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Rijndael: little code optimizing

little code optimizing

d81563d6f37983f855fdf9fd36d9c19e5ac28b77 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #61 from petrich/patch-3

AES: Fixed CFB decrypt() using MODE_MCRYPT and ContinuousBuffer

45976002c70cf6b532f21d65b2876ee724de3095 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #62 from petrich/patch-4

DES: Fixed CFB decrypt() using MODE_MCRYPT and ContinuousBuffer

e11998787c83d0ded26cf126b4b25024114b14ac authored almost 12 years ago by terrafrost <[email protected]>
DES: Fixed CFB decrypt() using MODE_MCRYPT and ContinuousBuffer

DES: Fixed small bug from commit https://github.com/phpseclib/phpseclib/commit/d94f1b252db66f52c...

bfab4c47f9239af065c398d87a68dad9f26177e4 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
AES: Fixed CFB decrypt() using MODE_MCRYPT and ContinuousBuffer

AES: Fixed small bug from commit https://github.com/phpseclib/phpseclib/commit/d94f1b252db66f52c...

2deea8b4913ec9801c23c87cc2dbc4de073a4835 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #59 from tamagokun/set_exit_status

Get the exit status in ssh

882e019062a4e953a5316892247e5601f66e08fc authored almost 12 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'upstream/master'

16feb0f1705a6cb7f1b2a51020834f4885e57b85 authored almost 12 years ago by terrafrost <[email protected]>
AES, DES, RC4, Rijndael, TripleDES: multiple changes

- apply petrich's TripleDES / CFB decrypt to AES and DES
- make DES use the updated _generate_xo...

d94f1b252db66f52c42fcc8d4c6f1a3f10f5ff4e authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #56 from bantu/coverage-text

[coverage-text] Generate text code coverage report for output on travis ...

28413744c64ef407d06ab559268af84408218f75 authored almost 12 years ago by terrafrost <[email protected]>
Extract the exit_status if given to us from SSH.

efdec7b118b1f8c24b9882ccc4a7fce5cb8d945f authored almost 12 years ago by Mike Kruk <[email protected]>
[coverage-text] Generate text code coverage report for output on travis console.

d00c5151b2759beb4ebf53571818abbc5e818ce3 authored almost 12 years ago by Andreas Fischer <[email protected]>
Merge pull request #57 from bantu/coverage-html

Travis CI: Generate code coverage HTML and persistently store it.

ce22f11f7f9ef3bb07f98e44e329446c4a667566 authored almost 12 years ago by terrafrost <[email protected]>
[coverage-html] Add comment to expect installation.

ec58a8bce393e9e88257fdbfcf2d9b641f761acb authored almost 12 years ago by Andreas Fischer <[email protected]>
[coverage-html] Put fingerprint of RSA host key into variable.

dda7498b604da39ce7bf80021e685b24597e8879 authored almost 12 years ago by Andreas Fischer <[email protected]>
[coverage-html] Add code coverage report link to readme.

29d2ae1727e894f6c67af8355d7a279ee3d067d3 authored almost 12 years ago by Andreas Fischer <[email protected]>
[coverage-html] Add latest symlink.

dbf7265e19aae45181e0e7ae5ecf05eed4e8e950 authored almost 12 years ago by Andreas Fischer <[email protected]>
[coverage-html] Use PHP version number in folder name.

862bc5d6dcffce53a76161f0450c081584c5a8bc authored almost 12 years ago by Andreas Fischer <[email protected]>
[coverage-html] Generate HTML code coverage report and rsync it out of travis.

9758ab16887407052c9efb6db966a31f33046880 authored almost 12 years ago by Andreas Fischer <[email protected]>
Merge pull request #55 from bantu/travis/php-5.5

[travis/php-5.5] Also build on PHP 5.5 environment.

309a31c431e2a6ac5bb02e5591f8d8b157fdc86e authored almost 12 years ago by terrafrost <[email protected]>
[travis/php-5.5] Also build on PHP 5.5 environment.

c4311c52972f00778cd97ee806ce19fd49d2dc56 authored almost 12 years ago by Andreas Fischer <[email protected]>
Merge pull request #54 from bantu/travis/php-5.3.3

[travis/php-5.3.3] Also build on PHP 5.3.3 in addition to the latest 5.3...

ff4f724c7e6cf82d65afe1e8f77b608dc0e073d4 authored almost 12 years ago by terrafrost <[email protected]>
[travis/php-5.3.3] Build on PHP 5.3.3 in addition to the latest 5.3 version.

0082ae0434f91fa6679fd939a40bec334981b133 authored almost 12 years ago by Andreas Fischer <[email protected]>
3DES: Fixed ContinuousBuffer() in CTR/CFB/OFB

FIXED: multiple calls to enable/enableContinuousBuffer() work's now in CTR/CFB/OFB
FIXED: "Ille...

f7dc23a18e13d6bdfab3d0dc2c9594f3219bef31 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
Merge remote-tracking branch 'upstream/master'

c7c150bcd98238b81a94e4c7917cf6834fec8623 authored almost 12 years ago by terrafrost <[email protected]>
Merge branch 'petrich'

efe8cc45e5a0fe717e15381d0d6312be9e8a15d6 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #50 from bantu/constant-trickery

Also test Math_BigInteger without OpenSSL.

f1ccbd4ee10495edacd57749f705e9b766c57c05 authored almost 12 years ago by terrafrost <[email protected]>
[constant-trickery] Also test without OpenSSL.

93d7bf4444aa6cb13e8e458cc19486e7d7d551c8 authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Better name for constant redefine method.

6d24b92b11ab40d3206f0b86598481d5fbacbfe5 authored almost 12 years ago by Andreas Fischer <[email protected]>
SSH2: $this->channel_buffers is an array - not a string

5d49af105f5bd5f1a5b49513c3405557410f8481 authored almost 12 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'upstream/master'

db949bfc61f5a95f95bd266df5c234c20439ff25 authored almost 12 years ago by terrafrost <[email protected]>
SSH1,SSH2: strpos expects string - not array

94ca5e1d0cea841d772d97d42edd5309d8449445 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #48 from bantu/constant-trickery

Run BigInteger tests for all implementations if possible.

5fab481a6a6ed30da01cc699bea30ba0d99068d4 authored almost 12 years ago by terrafrost <[email protected]>
[constant-trickery] Reimport class definition to clear static variables.

f62a9114b385a069e6d5b30ceffebb1d696263c1 authored almost 12 years ago by Andreas Fischer <[email protected]>
DES: Fixed CFB/OFB and continuousBuffer

FIXED: multiple calls to enable/disableCMode() will work now
FIXED: CFB/OFB modes
FIXED: "Ille...

c624c785ee88551dc0091abc8663b6e78bbf1a0a authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>
SSH2: Use strlen instead of empty

bccce5802cbbd7afdac194b63f35a63192edc964 authored almost 12 years ago by terrafrost <[email protected]>
SSH1: Make it so SSH packets spanning multiple TCP/IP packets can be rcvd

b8768c8d114af08399dfb375ad52721d9d665530 authored almost 12 years ago by terrafrost <[email protected]>
[constant-trickery] Also skip tests when required extension is missing.

3c75fa1ad4f041755807d7f90d16af39ce123a58 authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Try to use runkit to redefine mode constants.

306f0711eda76a96a4cf8be0ea37f55248320df1 authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Add runkit to PHP. Thanks to kherge for those lines.

55e9f4d7effefd2f577f56b1f4a170e33cd9dbbc authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Add extra test cases for BCMath and GMP.

b83ca1024648ecb308af51a7a5d06dccc6f3d781 authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Provide infrastructure for setting mode constants.

2ad6f71002d42c09a03a9970fdc2ec966651f64c authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Add PhpseclibTestCase. No longer use PHPUnit directly.

2c3b165556f4a622412c23ab7028b6eb01fbdb74 authored almost 12 years ago by Andreas Fischer <[email protected]>
[constant-trickery] Turn existing BigIntegerTest into an abstract TestCase.

f897e36e9695296a05dce114bad4fb61cbdbe429 authored almost 12 years ago by Andreas Fischer <[email protected]>
SSH2: Make $stop be after all network activity

bbed0916cd307c373a291b6fce8bc12d87ab95ad authored almost 12 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

4c3bf94806fd16309f3725c0e30dfae1da2df966 authored almost 12 years ago by terrafrost <[email protected]>
SSH1: Added setTimeout()

Note that interactiveRead() was left untouched.

ab7f65d436bfe93772223645a0cf932d6b355cd4 authored almost 12 years ago by terrafrost <[email protected]>
Merge pull request #40 from bantu/issue/39

[issue/39] Test case for Github ContinuousBuffer issue 39

e37913845010a4c1cd784a1cef19543baf186387 authored almost 12 years ago by terrafrost <[email protected]>
AES: $pos will always be 0 in the last if statement for CFB

76a24dc54618a00af8a6dfbae14c1c47f7aeeda0 authored almost 12 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'origin/petrich'

Conflicts:
phpseclib/Crypt/AES.php

7c0926d94ac035a0d9a5bec435cb3ddca88c1871 authored almost 12 years ago by terrafrost <[email protected]>
AES: CFB: decrypted strings were being truncated

74e61deb4f9665aba203d65f83d33932281638e6 authored almost 12 years ago by terrafrost <[email protected]>
SSH1: CS adjustments

d90caa17e3ccf64b62715864a7eb64b979999be4 authored almost 12 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'petrich/patch-3' into petrich

Conflicts:
phpseclib/Crypt/AES.php

4a1cbfa7fd174ac5343365d515a4a8d0bd059cc2 authored almost 12 years ago by terrafrost <[email protected]>
AES: CFB mode fix

bbd62f6490437b316f48b6f89a0f525ec05d633e authored almost 12 years ago by terrafrost <[email protected]>
Random: $urandom -> $fp

5ce9ad6a420b40b127b3dbdbe5e6fb35cbe0b4c5 authored almost 12 years ago by terrafrost <[email protected]>
AES: Fix broken CFB and disableContinuousBuffer()

Related to: https://github.com/phpseclib/phpseclib/pull/45

20461866ef18cd07d8bc9810d91cc5ffcd1fa727 authored almost 12 years ago by Hans-Jürgen Petrich <[email protected]>