Yannick Breuer
acebfe28d6
DOC: Fix sftp errors var type
2017-07-30 10:18:08 -05:00
terrafrost
84d1628cb7
ANSI: make it so x position can't be negative
2017-07-16 11:31:25 -05:00
Moritz Kornher
7606f81279
Add new mode READ_NEXT to only ready the next packet from the channel.
2017-06-19 22:33:08 -05:00
Sidney Souza
4d36e67bee
Fix Invalid HMAC for D-link DES-3028
...
When I tried connect to a dlink switch the Net_SSH2 does not choose
the correct algorithms for hmac causing an Invalid HMAC error. However,
after I commented the line 1280 everything work magnificently
2017-06-12 22:36:30 -05:00
David Hedberg
bbf467babd
SFTP: Add enablePathCanonicalization()/disablePathCanonicalization()
2017-06-12 21:17:55 -05:00
terrafrost
0bb6c9b974
SFTP: rm NO_REALPATH changes
2017-06-05 01:30:30 -05:00
terrafrost
55623933f3
1.0.7 release
2017-06-05 01:22:53 -05:00
terrafrost
1564a27f6e
SFTP: make NO_REALPATH apply to get() as well
2017-06-05 00:44:29 -05:00
David Hedberg
5979ed571f
SFTP: Add a NO_REALPATH option to put()
2017-06-05 00:12:57 -05:00
terrafrost
a451dd69f8
RSA: reset variables if bad key was loaded
2017-05-29 06:31:54 -05:00
terrafrost
f089aa4eb9
Tests/RSA: add unit test for loading bad key after loading good key
2017-05-29 06:20:46 -05:00
terrafrost
228b60cfe5
Random: suppress E_DEPRECATED errors
2017-05-28 09:53:02 -05:00
terrafrost
9bccc01b97
Tests/SSH2: add unit test for #1009
2017-05-28 08:58:00 -05:00
terrafrost
83514e3991
Merge pull request #1127 from terrafrost/crypt-fix-old-openssl
...
Crypt: fix OpenSSL engine on <= PHP 5.3.6 (1.0 branch)
2017-05-14 15:34:22 -05:00
terrafrost
c9cfa9ead8
CHANGELOG: add 1.0.6 release
2017-05-14 09:42:10 -05:00
terrafrost
19c71e4a98
X509: include subjectaltname extension even if only one domain name
2017-05-14 08:49:04 -05:00
terrafrost
a983412ea9
Crypt: fix OpenSSL engine on <= PHP 5.3.6
2017-05-13 23:18:42 -05:00
Remi Collet
d85ee2cb3b
fix permission
2017-05-09 21:30:03 -05:00
terrafrost
aa8368ed12
README: add 1.0.6 release
2017-05-08 00:58:24 -05:00
terrafrost
73c51d8e6e
Travis: rm hhvm
2017-05-07 15:07:04 -05:00
terrafrost
35a1102c0b
SFTP: fix put() with php://input as source
2017-05-07 13:25:43 -05:00
Moritz Fain
7fd1eefd66
Fixed ASN.1 UTCTime parsing
2017-04-09 10:15:40 -05:00
terrafrost
8abc0ee60c
SSH2: include <pre> tags in getLog result when SAPI isn't CLI
2017-03-01 22:26:29 -06:00
terrafrost
1bde98fc42
Crypt: OpenSSL apparently supports variable size keys
2017-01-27 11:20:22 -06:00
Andreas Fischer
43bbe485cc
Merge pull request #1078 from bantu/readme-polishing
...
README: Fix typos.
* bantu/readme-polishing:
README: Fix typos.
2016-12-25 16:50:17 +01:00
Andreas Fischer
a0e6bd87f2
README: Fix typos.
2016-12-25 16:09:17 +01:00
terrafrost
785b477605
Merge branch 'pty-enhancement' into 1.0
2016-12-24 20:28:19 -06:00
terrafrost
a4ac7c99a7
Merge branch 'readme-polishing' into 1.0
2016-12-24 19:14:43 -06:00
Andreas Fischer
c7390e26f5
README: Reword 1.0 PEAR installation instructions.
2016-12-18 11:08:04 +01:00
Andreas Fischer
804cade3c0
README: Add branches section.
2016-12-18 11:02:41 +01:00
Andreas Fischer
bd5b8809e8
README: Merge 'Installing Development Dependencies' into 'Contributing'.
2016-12-18 10:40:25 +01:00
Andreas Fischer
d0d26cd29f
README: Remove pipe into php.
2016-12-18 10:38:28 +01:00
Andreas Fischer
3cebd4ec59
README: Update Coverage and API URLs.
2016-12-18 10:32:35 +01:00
terrafrost
da6e5211df
X509: ignore certificate transparency extension
2016-12-17 17:41:56 -06:00
vladimirghetau
d80794b1d9
exec authentication, code reuse
2016-12-17 16:37:04 -06:00
terrafrost
b26f14e5fe
SSH2: make it so disabling PTY closes exec() channel if it's open
2016-12-17 16:09:48 -06:00
terrafrost
d0cb855bbc
Merge branch '1.0-suppress-unpack-errors' into 1.0
2016-11-29 19:16:16 -06:00
terrafrost
6fb34887c5
SFTP: change queue size to 32 (max packet size is 32kb so 32*32=1M)
2016-11-20 18:13:01 -06:00
terrafrost
a2d9622bf9
SFTP: update directory deletion check ( #1059 )
2016-11-20 18:03:01 -06:00
terrafrost
7cb66ea56e
SSH2: don't use timeout value of 0 for fsockopen
2016-11-20 11:08:53 -06:00
terrafrost
48cf16599b
suppress unpack() PHP warnings
2016-11-19 22:39:36 -06:00
terrafrost
b70cb87641
SFTP: don't delete directory if $path is empty
2016-11-19 20:39:05 -06:00
terrafrost
df4ed58401
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0
2016-11-17 20:54:56 -06:00
terrafrost
99a2127856
Hash: fix E_NOTICE with PHP4-style constructor
2016-11-17 20:54:38 -06:00
terrafrost
71ab996806
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0
2016-11-08 09:42:38 -06:00
terrafrost
d3eb83d162
Merge branch '1.0' of https://github.com/terrafrost/phpseclib into 1.0
2016-11-08 09:12:38 -06:00
terrafrost
535104cb84
SSH2: send the identifier first, before reading it
2016-11-08 09:11:57 -06:00
terrafrost
b99345704a
Merge branch '1.0-composer-lock' into 1.0
2016-10-22 23:38:39 -05:00
terrafrost
fd8f6e228d
Composer: update lock file
2016-10-22 22:57:15 -05:00
terrafrost
38fa7332e9
update for 1.0.5 release..
2016-10-22 12:53:16 -05:00