Jesse Schalken
|
71ae795460
|
Fixed typo in object class name comparison
|
2013-11-04 17:48:01 +11:00 |
|
terrafrost
|
c3197e98db
|
Merge pull request #160 from briannesbitt/patch-1
Added a callable to put for progress updates
|
2013-11-01 11:04:34 -07:00 |
|
Brian Nesbitt
|
ccad4b7d08
|
Added a callable to put for progress updates
This in combination with https://github.com/maximebf/ConsoleKit ProgressBar makes me feel good.
|
2013-11-01 12:15:28 -04:00 |
|
terrafrost
|
c6a52cb1b1
|
SSH2: add preliminary support for custom SSH subsystems
|
2013-10-25 12:35:30 -05:00 |
|
terrafrost
|
15677715e3
|
RSA: only set $this->current when it's already set
|
2013-10-24 15:48:15 -05:00 |
|
terrafrost
|
5888c6cef6
|
SCP: if exec() failed return false immediately
|
2013-10-21 15:15:31 -05:00 |
|
terrafrost
|
1e3ff81e7d
|
RSA: make RSA objects clonable
|
2013-10-18 13:24:06 -05:00 |
|
terrafrost
|
22502c24cd
|
ASN1: variable functions had to be strings before PHP 5.4
|
2013-10-12 12:19:54 -05:00 |
|
terrafrost
|
a577a09a4f
|
X509: make it so ip addresses and domain names can be used together
|
2013-10-09 14:51:34 -05:00 |
|
terrafrost
|
9b53c45f04
|
ASN1,X509: add support for ip addresses in subjaltname
(among other places)
|
2013-10-09 14:25:52 -05:00 |
|
terrafrost
|
9c5563503e
|
RSA: public key was never getting set
|
2013-10-06 02:23:57 -05:00 |
|
terrafrost
|
402b7e8176
|
RSA: if setPublicKey is called unneccessarily return false
|
2013-10-05 21:30:57 -05:00 |
|
terrafrost
|
d2f6362878
|
X509: assume anything being passed into setPublicKey() is a public key
|
2013-10-05 21:28:33 -05:00 |
|
terrafrost
|
77447a3fc7
|
BigInteger, RSA: updates to OpenSSL version detection code
|
2013-09-20 12:14:01 -05:00 |
|
terrafrost
|
71743ce243
|
SFTP: change max sftp packet size
1 << 20 isn't as reliable as 1 << 15 and doesn't seem to result in significant speedup either
|
2013-09-12 10:16:41 -05:00 |
|
terrafrost
|
eb61afd22f
|
SFTP: make "queue size" settable by a constant
|
2013-09-12 09:10:36 -05:00 |
|
terrafrost
|
48b13bc1d7
|
SSH2: make it so realtime logs filter out password's
"Complex" logs already do this - just not realtime logs
|
2013-09-12 08:45:13 -05:00 |
|
terrafrost
|
9f8d8a7bf6
|
SSH2: window size handling adjustments
|
2013-09-12 08:29:14 -05:00 |
|
terrafrost
|
2b3fe58dbc
|
RSA: fix E_NOTICE
|
2013-09-11 21:13:23 -05:00 |
|
terrafrost
|
815f609887
|
RSA: check to see if MATH_BIGINTEGER_MODE_DISABLE is defined
|
2013-09-11 11:48:40 -05:00 |
|
terrafrost
|
54f0f2131b
|
RSA, BigInteger: add more openssl checks
|
2013-09-10 11:07:56 -05:00 |
|
terrafrost
|
56f1b6f411
|
SCP: better binary local file support for put()
|
2013-09-04 02:14:36 -05:00 |
|
terrafrost
|
bafbf1276e
|
SCP: make it so local files can be uploaded
|
2013-09-02 22:33:50 -05:00 |
|
terrafrost
|
f16a1135c6
|
SCP: get() doesn't return true on success
|
2013-09-02 21:18:57 -05:00 |
|
terrafrost
|
24a06eeff3
|
SSH2: neither of the DSA signature values should be 0
|
2013-08-31 00:22:47 -05:00 |
|
terrafrost
|
ebb1d53af5
|
SFTP: another comment typo
|
2013-08-29 16:38:05 -05:00 |
|
terrafrost
|
69bc362a83
|
SFTP: update comment typo
|
2013-08-29 11:09:47 -05:00 |
|
terrafrost
|
bf6d1bc253
|
SFTP_Stream: fix errors when context isn't defined
|
2013-08-28 13:55:14 -05:00 |
|
terrafrost
|
df45abcda0
|
SSH2: try to execute commands via interactive shell even if no pty
|
2013-08-20 23:52:15 -05:00 |
|
terrafrost
|
55d43a9972
|
ANSI: </underline> -> </u>
|
2013-08-11 09:07:22 -05:00 |
|
terrafrost
|
ffca003225
|
SFTP: CS adjustment
|
2013-08-07 09:22:52 -05:00 |
|
terrafrost
|
442922ff0a
|
BigInteger: refactor random number generation code somewhat
|
2013-08-06 23:17:49 -05:00 |
|
terrafrost
|
7b5542cc8a
|
X509: re-use existing BER extraction code
|
2013-08-02 10:52:58 -05:00 |
|
terrafrost
|
0149644210
|
RSA: fix error when exponent isn't co-prime to lcm
|
2013-07-31 21:50:40 -05:00 |
|
terrafrost
|
73f167e99e
|
X509: load Math/BigInteger for ASN1 description
|
2013-07-30 16:07:40 -05:00 |
|
Andreas Fischer
|
25a60ff9a3
|
SFTP: Fix syntax error "unexpected T_SL, expecting ',' or ';'".
Regression from d95f5946eb .
|
2013-07-27 15:55:48 +02:00 |
|
terrafrost
|
d714dd35f0
|
X509: $csr -> $spkac in loadSPKAC() function
|
2013-07-26 16:10:34 -05:00 |
|
terrafrost
|
d52f217512
|
X509: change return value for validateSignature when cert isn't loaded
|
2013-07-26 15:40:16 -05:00 |
|
terrafrost
|
d95f5946eb
|
SFTP: use variable sizes for get()
|
2013-07-26 10:20:59 -05:00 |
|
terrafrost
|
093a182904
|
SSH2: Logging updates
|
2013-07-26 09:57:20 -05:00 |
|
terrafrost
|
bf6da217c1
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2013-07-22 23:53:45 -05:00 |
|
terrafrost
|
8c9e7a890e
|
SSH2: more window size adjustments
|
2013-07-22 23:48:28 -05:00 |
|
terrafrost
|
78f9fadd3d
|
SSH2: don't remove first byte from complex logs
|
2013-07-19 10:34:11 -05:00 |
|
terrafrost
|
415df3bd45
|
SSH2: attribute newly added comment
|
2013-07-18 10:35:39 -05:00 |
|
terrafrost
|
b0090e2ebc
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2013-07-17 23:26:39 -05:00 |
|
terrafrost
|
ccb1c3e2bd
|
SSH2: include string length in window size adjustments
|
2013-07-17 23:21:25 -05:00 |
|
terrafrost
|
ae2a0886a5
|
RSA: remove extra new line
|
2013-07-16 11:21:46 -05:00 |
|
terrafrost
|
e295d51409
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2013-07-14 04:42:15 -05:00 |
|
terrafrost
|
01bb284119
|
X509: adjust case of id-at-stateorprovinceName
Re: https://github.com/phpseclib/phpseclib/issues/130
|
2013-07-14 04:40:12 -05:00 |
|
terrafrost
|
84093715c2
|
Merge pull request #129 from johnsterling/string-shift-alt
Optimization by replacing _string_shift()
|
2013-07-14 02:17:39 -07:00 |
|