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:
BigInteger: "be less overly clever loading Crypt/Random"

github.com/phpseclib/phpseclib - 4a893496156989259fb91df209a450936a5935b7 authored over 10 years ago
Merge pull request #353 from terrafrost/biginteger-function-exists

BigInteger: "be less overly clever loading Crypt/Random"

* terrafrost/biginteger-function-exist...

github.com/phpseclib/phpseclib - eb12b347b7832fa1253e6e9950be821b0ad64708 authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP/Stream: fix capatilization
SFTP/Stream: add explanation as to why nlist() is ...

github.com/phpseclib/phpseclib - 7e2289656a34e7a6fa00f4d596af61433e6f29ae authored over 10 years ago
Merge pull request #352 from terrafrost/sftp-stream-changes

SFTP Stream changes

* terrafrost/sftp-stream-changes:
SFTP/Stream: fix capatilization
SFTP/...

github.com/phpseclib/phpseclib - 6805704b4fd36a9c110491d29851be54dc30af4d authored over 10 years ago
SFTP/Stream: fix capatilization

github.com/phpseclib/phpseclib - 7252017268b15fed92decdf04bd37219b4845617 authored over 10 years ago
BigInteger: "be less overly clever loading Crypt/Random"

pretty much the same as this commit:

https://github.com/phpseclib/phpseclib/commit/28f18f83ec14...

github.com/phpseclib/phpseclib - 7c08ab71d3adcb668a00a2f051088dddf663bfe1 authored over 10 years ago
SFTP/Stream: add explanation as to why nlist() is used here

github.com/phpseclib/phpseclib - c0e3795319b35f7ee2a8a441657d94a263b3fb87 authored over 10 years ago
SFTP/Stream: use $scheme instead of 'sftp'

This makes it easier for someone to change the scheme (which can be
done by changng the stream_w...

github.com/phpseclib/phpseclib - 3dd92e56e453a2c7d801b6a7e05ac2036ab177ed authored over 10 years ago
Merge branch 'master' into php5

* master:
SSH2: 0x7FFFFFFF -> $this->window_size in one more place
SSH2: make it so callback...

github.com/phpseclib/phpseclib - 712f820a268fe9c9e9dadef4235627b2133aa2ce authored over 10 years ago
Merge pull request #349 from terrafrost/ssh2-exec-callback-termination

SSH2: make it so callback functions can make exec() return early

* terrafrost/ssh2-exec-callbac...

github.com/phpseclib/phpseclib - aa5f9b77ecc5adf32d7765e85c739ba91f37595b authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP: NULL -> null
SFTP: fix syntax error
SFTP: add more stat functions

github.com/phpseclib/phpseclib - 5ff1c9a34965b1ef8a04eaa27e3ef7e3af1e5a49 authored over 10 years ago
Merge pull request #348 from terrafrost/more-sftp-changes

More sftp changes

* terrafrost/more-sftp-changes:
SFTP: NULL -> null
SFTP: fix syntax error...

github.com/phpseclib/phpseclib - fc57e3f9c9b50e003d1e66cedf9de5542a377a48 authored over 10 years ago
Merge branch 'master' into php5

* master:
Random: wrap crypt_random_string in a function_exists call

github.com/phpseclib/phpseclib - 958430b5a8d4d01228afc20b6c92da09e4b28d8d authored over 10 years ago
Merge pull request #350 from terrafrost/crypt-random-string-function-exists

Random: wrap crypt_random_string in a function_exists call

* terrafrost/crypt-random-string-fun...

github.com/phpseclib/phpseclib - 05b265d79159dc43d628c40799d37e651c0f5c78 authored over 10 years ago
Random: wrap crypt_random_string in a function_exists call

github.com/phpseclib/phpseclib - 015d62818312dbf27a87e3a1e10b29245dfe3383 authored over 10 years ago
SSH2: 0x7FFFFFFF -> $this->window_size in one more place

github.com/phpseclib/phpseclib - db32efb2767b4b265dad85bc12567fea5e4ff623 authored over 10 years ago
SSH2: make it so callback functions can make exec() return early

github.com/phpseclib/phpseclib - 0dd929341b8d6bd5f5269438339e2b7be99f5355 authored over 10 years ago
SFTP: NULL -> null

github.com/phpseclib/phpseclib - c100264b65ec9c816cb94c2f8d1e0ffff7f3d6f4 authored over 10 years ago
SFTP: fix syntax error

github.com/phpseclib/phpseclib - 46ae0da31468184abcf5d8f789ddfe55658d1c7e authored over 10 years ago
SFTP: add more stat functions

also don't use stat cache for SFTP/Stream.php

github.com/phpseclib/phpseclib - a7fa4cc4ff4a21956b4bce2cc3ea5fd255ae8fe9 authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP: Use the correct stat cache property: stat_cache

github.com/phpseclib/phpseclib - 518eb861e97298699d556b3a4c3fc20aa0e38502 authored over 10 years ago
Merge pull request #347 from bantu/wrong-stat-cache-property

SFTP: Use the correct stat cache property: stat_cache

* bantu/wrong-stat-cache-property:
SFTP...

github.com/phpseclib/phpseclib - 30de331eb49e0961424744f430aed54ea1947fff authored over 10 years ago
SFTP: Use the correct stat cache property: stat_cache

github.com/phpseclib/phpseclib - f1fbf9c5ae560e480799ba1945ef9c991e99279b authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP: last commit had a few ommissions
SFTP Functional tests: Make use of assertNo...

github.com/phpseclib/phpseclib - 39b9ffffdf62a7013f8b56751ac584b9af2c0909 authored over 10 years ago
Merge pull request #344 from bantu/sftp-unit-test-updates

Sftp functional test updates

* bantu/sftp-unit-test-updates:
SFTP: last commit had a few ommi...

github.com/phpseclib/phpseclib - 4e0b3a5c3cf29159c1b37d91e6c50a9e8561fddb authored over 10 years ago
Merge pull request #346 from terrafrost/sftp-fix-last-commit-ommissions

SFTP: last commit had a few ommissions

* terrafrost/sftp-fix-last-commit-ommissions:
SFTP: la...

github.com/phpseclib/phpseclib - 623f17893b006606edfac03840211dc91d9a8d2c authored over 10 years ago
SFTP: last commit had a few ommissions

github.com/phpseclib/phpseclib - 1ddcd6d87392e1c8763c65e286574c7393f8ef4e authored over 10 years ago
SFTP: add more unit tests

github.com/phpseclib/phpseclib - 6e8e44b120af12c01e79465e0ca63b09939a790d authored over 10 years ago
SFTP Functional tests: Keep story linear.

github.com/phpseclib/phpseclib - 8a43f02ae98ffd302a6658fcddcd102fb62d25ce authored over 10 years ago
SFTP Functional tests: Make use of assertNotSame

github.com/phpseclib/phpseclib - 5afc865775b523357ba15baafd85fde8b0b7115f authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP: stat cache updates
SFTP: Rudimentary tests for file_exists(), is_file(), is_...

github.com/phpseclib/phpseclib - 4524b9f6631102959820e111d491977c58f2f024 authored over 10 years ago
Merge pull request #342 from terrafrost/sftp-statcache-changes

SFTP: stat cache updates

* terrafrost/sftp-statcache-changes:
SFTP: stat cache updates

github.com/phpseclib/phpseclib - 69e15b3855ceb517ced835c72ca6b713a29043af authored over 10 years ago
Merge pull request #341 from bantu/sftp-changes-20140510

SFTP: Rudimentary tests for file_exists(), is_file(), is_dir().

* bantu/sftp-changes-20140510:
...

github.com/phpseclib/phpseclib - 40d29b13d60dfb2a98101c11441aabdaf5713585 authored over 10 years ago
SFTP: stat cache updates

github.com/phpseclib/phpseclib - 4d9214970b98b81b6d8182545e21792185c9563e authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP: use_cache -> use_stat_cache
SFTP: switch from using file existence cache to ...

github.com/phpseclib/phpseclib - 6b2b01347f8efa131cce237799711aeddf77909e authored over 10 years ago
Merge pull request #338 from terrafrost/sftp-changes-20140510

SFTP: add file_exists, is_dir and is_file functions

* terrafrost/sftp-changes-20140510:
SFTP:...

github.com/phpseclib/phpseclib - 7d2a3279c649485cdb0f532eecbc44dce0e46c38 authored over 10 years ago
SFTP: use_cache -> use_stat_cache

github.com/phpseclib/phpseclib - 36fa9e4e487d10fce1de9ba0b4065c30cd4fc7b2 authored over 10 years ago
SFTP: switch from using file existence cache to stat cache, like PHP

also add a few new functions - is_link and filesize

github.com/phpseclib/phpseclib - e09a6968da704dd26729e369b8f7a2b4a3df1a0a authored over 10 years ago
SFTP: Rudimentary tests for file_exists(), is_file(), is_dir().

github.com/phpseclib/phpseclib - e0e62360df5cee7ac9764bff1fb9609bf778531e authored over 10 years ago
SFTP: add support for recursive nlist and rawlist

github.com/phpseclib/phpseclib - 0a0398268a28226aa879571bb96478430638a255 authored over 10 years ago
SFTP: add file_exists, is_dir and is_file functions

also expand caching layer

github.com/phpseclib/phpseclib - 77641003fa3827da6444c43fa8b87371549f9eed authored over 10 years ago
Merge branch 'master' into php5

* master:
BigInteger: speedup internal mode slightly

github.com/phpseclib/phpseclib - b7ebb1e0e37cb3703a940cde218bd256e8cb2a94 authored over 10 years ago
Merge pull request #335 from terrafrost/internal-mode-speedup

BigInteger: speedup internal mode slightly

* terrafrost/internal-mode-speedup:
BigInteger: sp...

github.com/phpseclib/phpseclib - 3a309d36edd85451cf51b63adcbc6899c5211ae2 authored over 10 years ago
Merge branch 'master' into php5

* master:
ASN1: let strings in as well
ASN1: make File_ASN1 accept int primitives and not ju...

github.com/phpseclib/phpseclib - 1821f6b28f650bbbf7aa27679a49ccfbd31088ca authored over 10 years ago
Merge pull request #336 from terrafrost/asn1-int

ASN1: make File_ASN1 accept int primitives and not just Math_BigInteger ...

* terrafrost/asn1-i...

github.com/phpseclib/phpseclib - 755d2106cb1bc3856964174f068944cf28dcb766 authored over 10 years ago
ASN1: let strings in as well

github.com/phpseclib/phpseclib - 1b9c59947665101420a8e696eaa280f37b61532f authored over 10 years ago
ASN1: make File_ASN1 accept int primitives and not just Math_BigInteger objects when an integer is expected

The code to convert the regular integer type into the appropriate format could all just be in-li...

github.com/phpseclib/phpseclib - 7a9ea673ca1dc988269c870c63cbf17b13e836f4 authored over 10 years ago
BigInteger: speedup internal mode slightly

Changes should yield a slight speedup per the analysis at https://github.com/phpseclib/phpseclib...

github.com/phpseclib/phpseclib - 309c8fd555c7697653b662dbe550fbe01f11f88d authored over 10 years ago
Merge branch 'master' into php5

* master:
Skip testDiffieHellmanKeyAgreement on TravisCI+5.3.3+Internal in the meantime.
Rem...

github.com/phpseclib/phpseclib - 33aaf1431a5383890d3decef27377d62fa18fce3 authored over 10 years ago
Merge pull request #317 from bantu/BigInteger-DiffieHellman-Test

Add Diffie-Hellman Test to BigInteger Testcase.

* bantu/BigInteger-DiffieHellman-Test:
Skip t...

github.com/phpseclib/phpseclib - 4fd72af3a288e21ab715bdde0277a1364279b132 authored over 10 years ago
Skip testDiffieHellmanKeyAgreement on TravisCI+5.3.3+Internal in the meantime.

github.com/phpseclib/phpseclib - 602fb55195e891487c9dfefde853f38013c911ec authored almost 11 years ago
Add Diffie-Hellman Test to BigInteger Testcase.

github.com/phpseclib/phpseclib - e839fa80a30f451ab16054034c24191f2e4c0f38 authored almost 11 years ago
Link testDiffieHellmanKeyAgreement to corresponding bug ticket.

github.com/phpseclib/phpseclib - 7e007ad8795513a0c592b878fb02129db98ee414 authored almost 11 years ago
Remove randomness from testDiffieHellmanKeyAgreement.

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

* master:
BigInteger: update comments and add test case
BigInteger: fix some int64 issues

github.com/phpseclib/phpseclib - 1d01f56f28cc26d7ca62e00a78b0386c97835d50 authored almost 11 years ago
Merge branch 'int64-fix'

* int64-fix:
BigInteger: update comments and add test case
BigInteger: fix some int64 issues

github.com/phpseclib/phpseclib - 431e3a04c73c72b516b6b11bd23d93c36115f01d authored almost 11 years ago
BigInteger: update comments and add test case

github.com/phpseclib/phpseclib - 9eb6e1ed67a7a2988ed7d3cb914dc9bccc5b7c0d authored almost 11 years ago
BigInteger: fix some int64 issues

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

* master:
CS: Fix "PEAR.Functions.FunctionCallSignature.Indent" sniff.

github.com/phpseclib/phpseclib - 8eeb201de8ab627255ed9fe6e3644b63635e3b03 authored almost 11 years ago
Merge pull request #206 from bantu/cs-function-call-signature-indent

CS: Fix "PEAR.Functions.FunctionCallSignature.Indent" sniff.

* bantu/cs-function-call-signature...

github.com/phpseclib/phpseclib - 60a9631219ff799e96b2b529db6a796d58f8ce77 authored almost 11 years ago
CS: Fix "PEAR.Functions.FunctionCallSignature.Indent" sniff.

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

* master:
SSH2: improve handling of incomplete packets

github.com/phpseclib/phpseclib - b3081f2a6113731ea5fe2213a6df5bba521b248d authored almost 11 years ago
Merge pull request #328 from terrafrost/get_binary_packet

SSH2: improve handling of incomplete packets

* terrafrost/get_binary_packet:
SSH2: improve ha...

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

* master:
Make build script exit with non-zero status when sniff fails.

github.com/phpseclib/phpseclib - d107d43ec36445477906808a12e5c9900377d301 authored almost 11 years ago
Merge pull request #330 from bantu/phing-sniff-fail

Make build script exit with non-zero status when sniff fails.

* bantu/phing-sniff-fail:
Make ...

github.com/phpseclib/phpseclib - 0886808b2e323f08fec5984d5cbb44bec8d08bd7 authored almost 11 years ago
Make build script exit with non-zero status when sniff fails.

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

* master:
BigInteger: explain precense of uncallable code

github.com/phpseclib/phpseclib - 5cfe1560a01bfe6f3340b6996e04e23fba096336 authored almost 11 years ago
Merge pull request #329 from terrafrost/biginteger-comments

BigInteger: explain precense of uncallable code

* terrafrost/biginteger-comments:
BigInteger:...

github.com/phpseclib/phpseclib - a7c6de08a8fbddd00667f9de5167d423dc1ba8d6 authored almost 11 years ago
BigInteger: explain precense of uncallable code

github.com/phpseclib/phpseclib - 0cbb6318527893233e6b82ff27e306b7370f3638 authored almost 11 years ago
SSH2: improve handling of incomplete packets

github.com/phpseclib/phpseclib - efd3b96dc8e378a5155cb42f4869de85f4153135 authored almost 11 years ago
RSA: update unit test file

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

* master:
Remove space at end of line in tests/File/ASN1/DevTest.php.

github.com/phpseclib/phpseclib - b471d7bc3ead503765f02828c9de7a60c1e4821f authored almost 11 years ago
Merge pull request #327 from bantu/asn1-devtest-remove-space-eol

Remove space at end of line in tests/File/ASN1/DevTest.php.

* bantu/asn1-devtest-remove-space-e...

github.com/phpseclib/phpseclib - b9a29d8678ef31b9163dedfb3066974cc12870a5 authored almost 11 years ago
Remove space at end of line in tests/File/ASN1/DevTest.php.

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

* master:
bug280 is ambiguous. Use github prefix instead.

github.com/phpseclib/phpseclib - ff72ce307825f50d3ff6257c4b0e3404d15e1ccf authored almost 11 years ago
Merge pull request #326 from bantu/phpunit-group-source-prefix

bug280 is ambiguous. Use github prefix instead.

* bantu/phpunit-group-source-prefix:
bug280 i...

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

* master:
Added some simple Net_SSH2 tests

github.com/phpseclib/phpseclib - a7da467819a1e5a2124af1672ddbbe3bb94899b6 authored almost 11 years ago
Merge pull request #241 from mpscholten/ssh2-tests

Added some simple Net_SSH2 tests

* mpscholten/ssh2-tests:
Added some simple Net_SSH2 tests

C...

github.com/phpseclib/phpseclib - b676cc2690dd5870f77c03a410650d25c647bfe9 authored almost 11 years ago
bug280 is ambiguous. Use github prefix instead.

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

* master:
ASN1: test case updates
ASN1: add test cases for latest changes
ASN1: CS update
...

github.com/phpseclib/phpseclib - bf7abfcfcebb7a5bf3538e5352e9de15d270ab93 authored almost 11 years ago
Merge pull request #310 from terrafrost/keberos-fix

ASN1 changes

* terrafrost/keberos-fix:
ASN1: test case updates
ASN1: add test cases for lat...

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

* master:
Use "Development Dependencies" instead of "Dependencies" for less confusion.
Capit...

github.com/phpseclib/phpseclib - d22dfbff207fb7483890e6d830d39eec5366a42e authored almost 11 years ago
Merge pull request #316 from bantu/readme-update

Add "Installing Dependencies" and "Contributing" sections to README.md

* bantu/readme-update:
...

github.com/phpseclib/phpseclib - a104be4a7797df7881d23cf9e2b9f204f27906bb authored almost 11 years ago
ASN1: test case updates

github.com/phpseclib/phpseclib - f970b69a9e381d7c4f1f878fbe48c46097d49359 authored almost 11 years ago
RSA: auto-detect public keys vs private keys

github.com/phpseclib/phpseclib - 317efaf28a02f380a292068443f47dd0ef660fd1 authored almost 11 years ago
ASN1: add test cases for latest changes

github.com/phpseclib/phpseclib - 27b3ea40593516196793ba11ba9b88ab20736e42 authored almost 11 years ago
Merge pull request #318 from bantu/BigInteger-setRandomGenerator-removal

Remove deprecated method Math_BigInteger::setRandomGenerator().

* bantu/BigInteger-setRandomGen...

github.com/phpseclib/phpseclib - aa7b2f0e9284c904377645ee40d8a37bc1a61d6f authored almost 11 years ago
Use "Development Dependencies" instead of "Dependencies" for less confusion.

There are currently no production dependencies.

github.com/phpseclib/phpseclib - 4fece986e3827f13ff11edb2bb90b605aa37fc39 authored almost 11 years ago
Remove deprecated method Math_BigInteger::setRandomGenerator().

github.com/phpseclib/phpseclib - 7348ab6ef7df4a808c5a7525d8ce8f78dc14372d authored almost 11 years ago
Capitalisation improvements.

github.com/phpseclib/phpseclib - 9653e3c70fa7052c927d1aa4e7b95a2f335fc998 authored almost 11 years ago
Add Contributing section to README.md

github.com/phpseclib/phpseclib - a7e7f5891ab599501f3688d7b1aee46f8d3e0686 authored almost 11 years ago
Add section about Dependency Installation to README.md

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

* master:
Run Code Sniffer via phing.
Depend on phing/phing build script.

Conflicts:
compo...

github.com/phpseclib/phpseclib - 61b0fe2ddf8fb03b1b77c9c641a57ab78cf4f9a6 authored almost 11 years ago
Merge pull request #314 from bantu/codesniffer-via-phing

Add phing build script and run CodeSniffer from it

* bantu/codesniffer-via-phing:
Run Code Sn...

github.com/phpseclib/phpseclib - 1a7e3746d540fa32df0f414852e7b0597de47291 authored almost 11 years ago
ASN1: CS update

github.com/phpseclib/phpseclib - 10be403aff0f9ad1fc501af215572329094f0cde authored almost 11 years ago
Run Code Sniffer via phing.

github.com/phpseclib/phpseclib - 4a064a050610f13938337a8aa7b5a78ac52e534b authored almost 11 years ago
Depend on phing/phing build script.

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

* master:
Extend segfault workaround to PHP versions below 5.4.

github.com/phpseclib/phpseclib - 003dcbb75e21430db2fcb224d3a2d3c9c54f3e5d authored almost 11 years ago
Merge pull request #313 from bantu/more-coverage-segfault

Extend segfault workaround to PHP versions below 5.4.

* bantu/more-coverage-segfault:
Extend ...

github.com/phpseclib/phpseclib - 367c8566053d8f9f56e34e88591d5b5faf28349b authored almost 11 years ago
Extend segfault workaround to PHP versions below 5.4.

github.com/phpseclib/phpseclib - 96b7baa9f1a55bdf100bbf38d2f9e8085012f9cc authored almost 11 years ago