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

SSH2: add $callable parameter to exec()

github.com/phpseclib/phpseclib-php5 - dc76cf5b8e679f666f58ece6de0caeb246c416cf authored over 11 years ago
CS adjustments

github.com/phpseclib/phpseclib - e71ec8f4c8406f0f321568ecc371e6d6b4e2cfc7 authored over 11 years ago
Method namings

github.com/phpseclib/phpseclib - 35f1b8dc2bb26f30b3ba29d8de991e14caf0389d authored over 11 years ago
CS and method namings

github.com/phpseclib/phpseclib-php5 - 995c09cb676ed7ce99b0141a299505c6ac2e0714 authored over 11 years ago
CS and method namings

github.com/phpseclib/phpseclib - 995c09cb676ed7ce99b0141a299505c6ac2e0714 authored over 11 years ago
BL/TF optimizations. 3DES: +20% speed

- Blowfish/Twofish small optimizations

- 3DES +20% speedup from Patrick's commit:
https://githu...

github.com/phpseclib/phpseclib - 72fa880aa2e3cbfc644115ef174516095661471e authored over 11 years ago
BL/TF optimizations. 3DES: +20% speed

- Blowfish/Twofish small optimizations

- 3DES +20% speedup from Patrick's commit:
https://githu...

github.com/phpseclib/phpseclib-php5 - 72fa880aa2e3cbfc644115ef174516095661471e authored over 11 years ago
DES: move IP/inverse IP transforms out of the round loop in inline_crypt_setup().

This is another 20% runtime gain on triple DES.

github.com/phpseclib/phpseclib - f596c577cf3a666be3818316562db90aced09330 authored over 11 years ago
DES: move IP/inverse IP transforms out of the round loop in inline_crypt_setup().

This is another 20% runtime gain on triple DES.

github.com/phpseclib/phpseclib-php5 - f596c577cf3a666be3818316562db90aced09330 authored over 11 years ago
Crypt_Base

Crypt_Base() implementation

github.com/phpseclib/phpseclib-php5 - 55ff00cc35e81d663cb6c0c6031fb02f6ded5608 authored over 11 years ago
Crypt_Base

Crypt_Base() implementation

github.com/phpseclib/phpseclib - 55ff00cc35e81d663cb6c0c6031fb02f6ded5608 authored over 11 years ago
Merge pull request #14 from phpseclib/master

sync

github.com/phpseclib/phpseclib-php5 - 1a087b5531e979a313470b4f92a1ad2f983cc454 authored over 11 years ago
Merge pull request #14 from phpseclib/master

sync

github.com/phpseclib/phpseclib - 1a087b5531e979a313470b4f92a1ad2f983cc454 authored over 11 years ago
Twofish: bugfix in setPasswort()

fixed bug in setPasswort()... (occurred only in Twofish.php)

github.com/phpseclib/phpseclib - 448be87e83ba78df812e23b59e6fdaa75b2cf164 authored over 11 years ago
Twofish: bugfix in setPasswort()

fixed bug in setPasswort()... (occurred only in Twofish.php)

github.com/phpseclib/phpseclib-php5 - 448be87e83ba78df812e23b59e6fdaa75b2cf164 authored over 11 years ago
SFTP: add the same multi-factor auth support that Net_SSH2 enjoys

github.com/phpseclib/phpseclib-php5 - eabd0a8963b8fac231671ccde474909580000a33 authored over 11 years ago
SFTP: add the same multi-factor auth support that Net_SSH2 enjoys

github.com/phpseclib/phpseclib - eabd0a8963b8fac231671ccde474909580000a33 authored over 11 years ago
SSH2: fix broken grammer from next to last commit

Thanks, bantu!

github.com/phpseclib/phpseclib-php5 - 6fdac04fd19c817e1f60271d7643b550efe55655 authored over 11 years ago
SSH2: fix broken grammer from next to last commit

Thanks, bantu!

github.com/phpseclib/phpseclib - 6fdac04fd19c817e1f60271d7643b550efe55655 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib-php5 - 7fe989a44959f5861b8821e44c64f7890be8c13f authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib - 7fe989a44959f5861b8821e44c64f7890be8c13f authored over 11 years ago
SFTP: attempt to utilize SFTP via CLI if subsystem is unavailable

github.com/phpseclib/phpseclib-php5 - cb100162910dde2c02ccd32c9f802af76e8f0c13 authored over 11 years ago
SFTP: attempt to utilize SFTP via CLI if subsystem is unavailable

github.com/phpseclib/phpseclib - cb100162910dde2c02ccd32c9f802af76e8f0c13 authored over 11 years ago
SSH2: return false (without error) on channel failure

Also update error message. SFTP, for example, makes a channel request even though it's not askin...

github.com/phpseclib/phpseclib-php5 - 742fbc188f53f2097a33a5a5f35fb65b5e74a178 authored over 11 years ago
SSH2: return false (without error) on channel failure

Also update error message. SFTP, for example, makes a channel request even though it's not askin...

github.com/phpseclib/phpseclib - 742fbc188f53f2097a33a5a5f35fb65b5e74a178 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib-php5 - b2262f731dbd2aee68bcbe95593d374b8aee76a5 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib - b2262f731dbd2aee68bcbe95593d374b8aee76a5 authored over 11 years ago
Merge remote-tracking branch 'vlajos/master'

github.com/phpseclib/phpseclib - 33e415cb4dbab37ab3e61007c7d790e2bbb9ea76 authored over 11 years ago
Merge remote-tracking branch 'vlajos/master'

github.com/phpseclib/phpseclib-php5 - 33e415cb4dbab37ab3e61007c7d790e2bbb9ea76 authored over 11 years ago
SFTP: $content isn't defined when file is being written to

github.com/phpseclib/phpseclib - af3f275f1970c1b7e99bca3c3b57980aa040ba06 authored over 11 years ago
SFTP: $content isn't defined when file is being written to

github.com/phpseclib/phpseclib-php5 - af3f275f1970c1b7e99bca3c3b57980aa040ba06 authored over 11 years ago
ASN1: CS adjustments

github.com/phpseclib/phpseclib - ff88b7e68584bde9fd2a6847af5ac3abaec223ce authored over 11 years ago
ASN1: CS adjustments

github.com/phpseclib/phpseclib-php5 - ff88b7e68584bde9fd2a6847af5ac3abaec223ce authored over 11 years ago
Merge pull request #106 from petrich/optimizations

Optimizations

github.com/phpseclib/phpseclib-php5 - 40af70825421b94872a52d1c408a8c949902bd8b authored over 11 years ago
Merge pull request #106 from petrich/optimizations

Optimizations

github.com/phpseclib/phpseclib - 40af70825421b94872a52d1c408a8c949902bd8b authored over 11 years ago
Merge remote-tracking branch 'origin/largerfiles'

github.com/phpseclib/phpseclib - 2ab6497e41f6bfd68ed31740202dfbee4149f513 authored over 11 years ago
Merge remote-tracking branch 'origin/largerfiles'

github.com/phpseclib/phpseclib-php5 - 2ab6497e41f6bfd68ed31740202dfbee4149f513 authored over 11 years ago
SSH2: window size is server -> client, not client -> server

github.com/phpseclib/phpseclib-php5 - 1e2d0ccd9fd77bf5d2c81831a2e9772e0fdad2ce authored over 11 years ago
SSH2: window size is server -> client, not client -> server

github.com/phpseclib/phpseclib - 1e2d0ccd9fd77bf5d2c81831a2e9772e0fdad2ce authored over 11 years ago
Merge pull request #13 from phpseclib/master

sync

github.com/phpseclib/phpseclib-php5 - c16de4f2d5bc334f3998a72ba9cc3c1800f9cd08 authored over 11 years ago
Merge pull request #13 from phpseclib/master

sync

github.com/phpseclib/phpseclib - c16de4f2d5bc334f3998a72ba9cc3c1800f9cd08 authored over 11 years ago
SSH2: 0x7FFFFFFF == 2GB not 4GB

github.com/phpseclib/phpseclib - 06044e8632dbd3d50b145f09086897ad717b198c authored over 11 years ago
SSH2: 0x7FFFFFFF == 2GB not 4GB

github.com/phpseclib/phpseclib-php5 - 06044e8632dbd3d50b145f09086897ad717b198c authored over 11 years ago
SSH2: realtime_file logging update

github.com/phpseclib/phpseclib-php5 - a48871a865ecc912fda826aaa3ce7cb9f68eb018 authored over 11 years ago
SSH2: realtime_file logging update

github.com/phpseclib/phpseclib - a48871a865ecc912fda826aaa3ce7cb9f68eb018 authored over 11 years ago
SFTP: looks like some SFTP servers will fail unless write flag is also enabled

github.com/phpseclib/phpseclib-php5 - 8aada4b30d95ff79c1e499b24e76f04c3f1c2e9c authored over 11 years ago
SFTP: looks like some SFTP servers will fail unless write flag is also enabled

github.com/phpseclib/phpseclib - 8aada4b30d95ff79c1e499b24e76f04c3f1c2e9c authored over 11 years ago
SFTP: fix formatting of touch open call

github.com/phpseclib/phpseclib-php5 - b4ebc5b9311c9d509d9389754586bb4a8eb285c9 authored over 11 years ago
SFTP: fix formatting of touch open call

github.com/phpseclib/phpseclib - b4ebc5b9311c9d509d9389754586bb4a8eb285c9 authored over 11 years ago
SFTP: Add support for files larger than 2GB

0x7FFFFFFF is about 2GB. To support larger files floating point is used

github.com/phpseclib/phpseclib-php5 - 2c80ac8acad6d4b0c486d4e5db63ac6e27b3e4ea authored over 11 years ago
SFTP: Add support for files larger than 2GB

0x7FFFFFFF is about 2GB. To support larger files floating point is used

github.com/phpseclib/phpseclib - 2c80ac8acad6d4b0c486d4e5db63ac6e27b3e4ea authored over 11 years ago
SSH2: rm last commit; _get_channel_packet() takes care of this lol

github.com/phpseclib/phpseclib-php5 - aa3e6c1a9990bcc332fa052f1d4be2849e787616 authored over 11 years ago
SSH2: rm last commit; _get_channel_packet() takes care of this lol

github.com/phpseclib/phpseclib - aa3e6c1a9990bcc332fa052f1d4be2849e787616 authored over 11 years ago
SSH2: check response in exec()

github.com/phpseclib/phpseclib - b440708a7b123773dce6f73d64db4b5f30f8f4c8 authored over 11 years ago
SSH2: check response in exec()

github.com/phpseclib/phpseclib-php5 - b440708a7b123773dce6f73d64db4b5f30f8f4c8 authored over 11 years ago
SFTP: remove $start = $offset line

$start isn't used anywhere in the function

github.com/phpseclib/phpseclib - 63ec6e205514a9b7dcc2089b6976800fc017c5e9 authored over 11 years ago
SFTP: remove $start = $offset line

$start isn't used anywhere in the function

github.com/phpseclib/phpseclib-php5 - 63ec6e205514a9b7dcc2089b6976800fc017c5e9 authored over 11 years ago
Merge pull request #101 from johnsterling/rsa-comment

Add support for custom RSA key comments.

github.com/phpseclib/phpseclib-php5 - 0bdf39c83b2178ae4ee1870a14aa56a5f15f75ba authored over 11 years ago
Merge pull request #101 from johnsterling/rsa-comment

Add support for custom RSA key comments.

github.com/phpseclib/phpseclib - 0bdf39c83b2178ae4ee1870a14aa56a5f15f75ba authored over 11 years ago
Merge pull request #104 from vlajos/master

typo fixes

github.com/phpseclib/phpseclib-php5 - a0b3fdf88de884dd1169d67c6cf96093d9d71631 authored over 11 years ago
Merge pull request #104 from vlajos/master

typo fixes

github.com/phpseclib/phpseclib - a0b3fdf88de884dd1169d67c6cf96093d9d71631 authored over 11 years ago
Merge pull request #103 from rlerdorf/patch-1

Fix a couple of minor logic problems

github.com/phpseclib/phpseclib - 9ac94a7b749077a221e4cbb57f8f4885a4b645ed authored over 11 years ago
Merge pull request #103 from rlerdorf/patch-1

Fix a couple of minor logic problems

github.com/phpseclib/phpseclib-php5 - 9ac94a7b749077a221e4cbb57f8f4885a4b645ed authored over 11 years ago
SSH2: Blowfish: typo... block_size adjustment

Changed: Blowfish block_size = 8
re: https://github.com/phpseclib/phpseclib/pull/100

github.com/phpseclib/phpseclib - fe0cc952654ba4f74a847215bd0415e116f0e57d authored over 11 years ago
SSH2: Blowfish: typo... block_size adjustment

Changed: Blowfish block_size = 8
re: https://github.com/phpseclib/phpseclib/pull/100

github.com/phpseclib/phpseclib-php5 - fe0cc952654ba4f74a847215bd0415e116f0e57d authored over 11 years ago
And here too, size-related logic problems

github.com/phpseclib/phpseclib - b47109cf55a2b57b358693a8ee3ac26adf74d246 authored over 11 years ago
And here too, size-related logic problems

github.com/phpseclib/phpseclib-php5 - b47109cf55a2b57b358693a8ee3ac26adf74d246 authored over 11 years ago
I think this is what you meant to do here

github.com/phpseclib/phpseclib-php5 - e24d7612a28d631050f579244eaa87affb1a1d70 authored over 11 years ago
I think this is what you meant to do here

github.com/phpseclib/phpseclib - e24d7612a28d631050f579244eaa87affb1a1d70 authored over 11 years ago
Twofish: make CS more consistent

github.com/phpseclib/phpseclib - c89db52e3903b099225cb3ed1e8bd48d39e75237 authored over 11 years ago
Twofish: make CS more consistent

github.com/phpseclib/phpseclib-php5 - c89db52e3903b099225cb3ed1e8bd48d39e75237 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib - d396b0c503977d04420c79141e91c58d9ba14b9f authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib-php5 - d396b0c503977d04420c79141e91c58d9ba14b9f authored over 11 years ago
Merge pull request #100 from petrich/master

Blowfish.php

github.com/phpseclib/phpseclib - 4fd60f5c86a2b8a4c8d6962345709489bba79875 authored over 11 years ago
Merge pull request #100 from petrich/master

Blowfish.php

github.com/phpseclib/phpseclib-php5 - 4fd60f5c86a2b8a4c8d6962345709489bba79875 authored over 11 years ago
SSH2: Add Crypt_Blowfish

github.com/phpseclib/phpseclib - e3a2772c303e289b8f000cdaaaf12f1d7a5d672c authored over 11 years ago
SSH2: Add Crypt_Blowfish

github.com/phpseclib/phpseclib-php5 - e3a2772c303e289b8f000cdaaaf12f1d7a5d672c authored over 11 years ago
Add support for custom RSA key comments.

Add ivar and set/getComment() instead of constant. Also parse comment from applicable formats in ...

github.com/phpseclib/phpseclib - c1244805cff4a758983c0faa182e79c4b9f5966e authored over 11 years ago
Add support for custom RSA key comments.

Add ivar and set/getComment() instead of constant. Also parse comment from applicable formats in ...

github.com/phpseclib/phpseclib-php5 - c1244805cff4a758983c0faa182e79c4b9f5966e authored over 11 years ago
Blowfish

Blowfish implementation

github.com/phpseclib/phpseclib - dcac12003ae51467dda0132664e7c8c825e3da5e authored over 11 years ago
Blowfish

Blowfish implementation

github.com/phpseclib/phpseclib-php5 - dcac12003ae51467dda0132664e7c8c825e3da5e authored over 11 years ago
Merge pull request #12 from phpseclib/master

Sync

github.com/phpseclib/phpseclib-php5 - 0a040e1c5c9594a1272e31ea55234c86684611e6 authored over 11 years ago
Merge pull request #12 from phpseclib/master

Sync

github.com/phpseclib/phpseclib - 0a040e1c5c9594a1272e31ea55234c86684611e6 authored over 11 years ago
SSH2: Typo (Twofish related..)

Typo...

github.com/phpseclib/phpseclib-php5 - a83166fe4865b109f18d969b392b83c507d9fec7 authored over 11 years ago
SSH2: Typo (Twofish related..)

Typo...

github.com/phpseclib/phpseclib - a83166fe4865b109f18d969b392b83c507d9fec7 authored over 11 years ago
Merge pull request #98 from simensen/branch-alias

Added a branch alias for master

github.com/phpseclib/phpseclib-php5 - fb6c25e85f2eb15c55a0ba08983e45f1ee8642b1 authored over 11 years ago
Merge pull request #98 from simensen/branch-alias

Added a branch alias for master

github.com/phpseclib/phpseclib - fb6c25e85f2eb15c55a0ba08983e45f1ee8642b1 authored over 11 years ago
SSH2: Twofish typos

github.com/phpseclib/phpseclib-php5 - 5dda3a088f272c64dd3155b0bc22959b60a650ad authored over 11 years ago