terrafrost
|
26818ebb40
|
Tests/SFTP: add test for stat's on .
|
2015-06-26 22:25:22 -05:00 |
|
terrafrost
|
6bc3513914
|
SFTP: stat cache updates
|
2015-06-20 19:33:19 -05:00 |
|
terrafrost
|
1d772c3a6f
|
Merge remote-tracking branch 'audrey/sftp-put-callback-for-1.0' into 1.0
|
2015-04-16 07:45:24 -05:00 |
|
terrafrost
|
9f626c67b6
|
Merge remote-tracking branch 'graham/1.0-phpdoc' into 1.0-phpdoc
|
2015-04-16 00:31:54 -05:00 |
|
andrey012
|
16430d4d2e
|
support for callback function for SFTP::put function - in order to pipe data directly to remote server without putting it into file or keeping in memory. This can be useful particularly for dumping big databases directly to remote server.
|
2015-04-15 03:29:01 +03:00 |
|
terrafrost
|
e510dc878b
|
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into openssl-support
Conflicts:
phpseclib/Net/SSH2.php
|
2015-04-02 05:40:14 -05:00 |
|
Graham Campbell
|
e50cbacd4e
|
Fixed some phpdocs
|
2015-03-29 17:07:17 +01:00 |
|
terrafrost
|
bb01002233
|
Merge remote-tracking branch 'agentforwarding/feature/ssh_agent_forwarding' into agentforwarding-1.0
|
2015-03-28 21:03:17 -05:00 |
|
montdidier
|
25b328c440
|
removed stopSSHForwarding
|
2015-02-05 13:19:57 +08:00 |
|
terrafrost
|
1dd1c65bfd
|
Merge branch 'master' into openssl-support
|
2015-01-29 23:00:59 -06:00 |
|
Andreas Fischer
|
f908040d20
|
Reenable SSH Functional Tests on Travis CI (PHP 5.3.3 and below).
|
2015-01-28 13:37:21 +01:00 |
|
montdidier
|
8571d0c6d7
|
determining what failure to expect
|
2015-01-13 09:52:01 +08:00 |
|
montdidier
|
dd0b3e6bd5
|
addresses low hanging fruit comments from terrafrost and bantu
|
2015-01-12 17:13:33 +08:00 |
|
montdidier
|
aca4ba3286
|
SSH agent forwarding implementation
|
2014-12-30 10:44:31 +08:00 |
|
terrafrost
|
7e2d0147b6
|
Tests: don't set CRYPT_MODE_CIPHER to CRYPT_MODE_MCRYPT
|
2014-12-13 14:17:10 -06:00 |
|
Andreas Fischer
|
f1865af505
|
Properly skip SFTPLargeFileTest when environment variables not defined.
|
2014-12-12 19:38:04 +01:00 |
|
Andreas Fischer
|
ca4bcc180e
|
SFTP: Add test for put() from local file.
|
2014-12-12 17:09:55 +01:00 |
|
Andreas Fischer
|
6d42873b87
|
Merge pull request #552 from bantu/ssh2-agent-login-test
SSH2 Agent Login Test
* bantu/ssh2-agent-login-test:
Setup SSH key and agent for travis user.
Add a functional test case for SSH2 login using Agent.
|
2014-12-12 12:48:21 +01:00 |
|
Andreas Fischer
|
ce2c7c7591
|
Allow SCP test to run on 5.2 by not depending on GMP, but also allowing bcmath.
|
2014-12-12 11:59:51 +01:00 |
|
Andreas Fischer
|
9672b31af0
|
Add a functional test case for SSH2 login using Agent.
|
2014-12-10 00:27:53 +01:00 |
|
Andreas Fischer
|
0efae5a91e
|
Change copyright years from roman numeral to decimal numbers.
|
2014-12-10 00:04:08 +01:00 |
|
Andreas Fischer
|
51ea6255c8
|
SCP: Allow for null byte in tests as long as #146 is under investigation.
|
2014-12-09 13:21:59 +01:00 |
|
Andreas Fischer
|
494e0d68eb
|
Some SCP tests.
|
2014-12-09 13:21:59 +01:00 |
|
Andreas Fischer
|
6182a64394
|
SFTP: Add truncate() to size() test for files larger than 4 GiB.
|
2014-10-19 20:52:40 +02:00 |
|
terrafrost
|
e48ee12940
|
SFTP: make it so files can be downloaded into resources or upload
from resources
|
2014-08-16 12:49:55 -05:00 |
|
Andreas Fischer
|
d614274ed2
|
Add a few SSH2 preLogin tests.
|
2014-07-21 23:58:17 +02:00 |
|
Andreas Fischer
|
7dd01c6103
|
Put some assertions into testStatcacheFix().
|
2014-07-19 00:28:39 +02:00 |
|
terrafrost
|
41ae2fb130
|
SFTP: return $sftp object in new unit test method
|
2014-07-17 11:35:58 -05:00 |
|
terrafrost
|
6202d2c3ed
|
SFTP: add unit test for stat cache fix
|
2014-07-17 11:22:59 -05:00 |
|
terrafrost
|
03c315d546
|
SFTP: return $sftp object in unit tests
|
2014-06-19 23:57:32 -05:00 |
|
terrafrost
|
05baf7b73b
|
SFTP: fix unit test
|
2014-06-19 13:57:42 -05:00 |
|
terrafrost
|
366410e2e1
|
SFTP: syntax error in unit test
|
2014-06-19 10:42:20 -05:00 |
|
terrafrost
|
f95bf8b10b
|
SFTP: add unit tests for symlinks
|
2014-06-19 09:00:23 -05:00 |
|
terrafrost
|
2e06a14a8a
|
SSH2: rm redundant part of SSH2 unit test
|
2014-06-16 23:58:00 -05:00 |
|
terrafrost
|
bbce7c4762
|
SSH2: add unit test for getServerPublicHostKey
|
2014-06-16 18:54:26 -05:00 |
|
terrafrost
|
3ded2d9f81
|
SFTP: update one last comment
|
2014-06-09 11:33:17 -05:00 |
|
terrafrost
|
0cb6fbc983
|
SFTP: update unit test comments
|
2014-06-09 09:46:31 -05:00 |
|
terrafrost
|
fb1dbbf75c
|
SFTP: add new line to end of unit test
|
2014-06-09 09:44:27 -05:00 |
|
terrafrost
|
c8343e77c7
|
SFTP: assertEquals -> assertSame
|
2014-06-09 09:42:07 -05:00 |
|
terrafrost
|
0e2b2a416b
|
SFTP: reset sort options every time and update unit test
|
2014-06-09 09:22:30 -05:00 |
|
Andreas Fischer
|
4af647f170
|
Split Unit/Functional Test Suites.
|
2014-06-01 21:13:20 +02:00 |
|