Commit Graph

  • 60b66e3726 SFTP: Add chown and chgrp. terrafrost 2013-02-17 18:23:35 -0600
  • 4a96cc8024 Use base-2**26 on systems with 32-bit ints and base-2**31 on systems with 64-bit ints terrafrost 2013-02-17 17:52:59 -0600
  • 0333805f5c SSH2: Add isConnected() function terrafrost 2013-02-16 14:58:12 -0600
  • c096eb823f Merge pull request #2 from phpseclib/master Hans-Jürgen Petrich 2013-02-15 17:07:39 -0800
  • 25c7e7bd96 SFTP: Add touch function terrafrost 2013-02-14 12:10:36 -0600
  • faaa52774f SFTP: Add the ability to write to specific parts of files terrafrost 2013-02-12 20:45:09 -0600
  • 51e063f1a4 Merge pull request #71 from tamagokun/exec_with_pty terrafrost 2013-02-10 21:14:26 -0800
  • 503680ba1a Merge d7e4678fc4 into 93f9922410 Mike Kruk 2013-02-08 14:13:45 -0800
  • d7e4678fc4 Use enablePTY() to get a PTY with exec() calls. While exec() is running you can use read() and write() to interact with the shell. Mike Kruk 2013-02-08 17:04:52 -0500
  • 93f9922410 Small CS fix [2] Hans-Jürgen Petrich 2013-02-07 00:45:03 +0700
  • dba98cd57f Merge branch 'master' of https://github.com/phpseclib/phpseclib terrafrost 2013-02-05 07:55:06 -0600
  • 5910f7c14f Update date format in File/X509.php terrafrost 2013-02-05 07:53:36 -0600
  • 6555cb1e8e Merge pull request #1 from phpseclib/master Hans-Jürgen Petrich 2013-02-04 08:51:52 -0800
  • 323396df3c Small CS fix Hans-Jürgen Petrich 2013-02-03 23:19:09 +0700
  • 2faa2b53a7 Merge pull request #69 from petrich/master terrafrost 2013-01-30 19:01:26 -0800
  • 9693f72d7e Merge b4bbb27ef6 into 13eb688c90 Hans-Jürgen Petrich 2013-01-30 10:10:49 -0800
  • b4bbb27ef6 AES: Performance update Hans-Jürgen Petrich 2013-01-31 00:59:53 +0700
  • 13eb688c90 AES, RC4: CS adjustments terrafrost 2013-01-30 08:39:02 -0600
  • 248e3bb085 Undo last commit terrafrost 2013-01-30 08:37:50 -0600
  • bfb04dcf4d Add __construct() constructor to make namespace'ing easier for those wishing to do it terrafrost 2013-01-29 22:09:31 -0600
  • 6765cb3b2b Rijndael, AES: CS adjustments terrafrost 2013-01-27 01:21:28 -0600
  • 7894fd98f5 Merge pull request #65 from petrich/patch-3 terrafrost 2013-01-26 16:29:26 -0800
  • 6839320d54 Merge c95b997fa7 into 01be859b44 Hans-Jürgen Petrich 2013-01-26 16:29:17 -0800
  • 01be859b44 Merge pull request #66 from petrich/patch-5 terrafrost 2013-01-26 16:29:10 -0800
  • 0e0c6f25ec Merge 7dceef6ef4 into d774476bcf Hans-Jürgen Petrich 2013-01-26 09:19:22 -0800
  • d774476bcf RC4: keys were never being set in continuous mode terrafrost 2013-01-26 11:16:42 -0600
  • 7dceef6ef4 AES: Performance update Hans-Jürgen Petrich 2013-01-26 16:58:31 +0700
  • c95b997fa7 Rijndael: Performance update Hans-Jürgen Petrich 2013-01-26 16:54:19 +0700
  • e7336e6b54 add size checking to binary packets in Net/SSH2.php (thanks ?????? ????????!) terrafrost 2013-01-26 00:17:23 -0600
  • 111544428e Merge pull request #63 from petrich/patch-3 terrafrost 2013-01-25 21:52:40 -0800
  • 0bb09ed9c3 Merge d81563d6f3 into 3eaf92332d Hans-Jürgen Petrich 2013-01-25 21:52:37 -0800
  • 3eaf92332d Merge pull request #64 from petrich/patch-5 terrafrost 2013-01-25 21:52:23 -0800
  • 141c95fb0e Merge 376b2759c9 into 45976002c7 Hans-Jürgen Petrich 2013-01-21 06:09:24 -0800
  • 376b2759c9 RC4: fixed ContinuousBuffer() using MODE_MCRYPT Hans-Jürgen Petrich 2013-01-21 21:01:37 +0700
  • d81563d6f3 Rijndael: little code optimizing Hans-Jürgen Petrich 2013-01-21 15:46:44 +0700
  • 45976002c7 Merge pull request #61 from petrich/patch-3 terrafrost 2013-01-20 22:57:43 -0800
  • 7a05d41eca Merge 2deea8b491 into e11998787c Hans-Jürgen Petrich 2013-01-20 22:57:34 -0800
  • e11998787c Merge pull request #62 from petrich/patch-4 terrafrost 2013-01-20 22:57:24 -0800
  • 421c125092 Merge bfab4c47f9 into 882e019062 Hans-Jürgen Petrich 2013-01-20 19:30:13 -0800
  • bfab4c47f9 DES: Fixed CFB decrypt() using MODE_MCRYPT and ContinuousBuffer Hans-Jürgen Petrich 2013-01-21 10:15:13 +0700
  • 2deea8b491 AES: Fixed CFB decrypt() using MODE_MCRYPT and ContinuousBuffer Hans-Jürgen Petrich 2013-01-21 10:08:49 +0700
  • 882e019062 Merge pull request #59 from tamagokun/set_exit_status terrafrost 2013-01-20 09:09:45 -0800
  • 215f2ca87a Merge efdec7b118 into 16feb0f170 Mike Kruk 2013-01-20 08:18:43 -0800
  • 16feb0f170 Merge remote-tracking branch 'upstream/master' terrafrost 2013-01-20 10:17:21 -0600
  • d94f1b252d AES, DES, RC4, Rijndael, TripleDES: multiple changes terrafrost 2013-01-20 10:11:19 -0600
  • d2e22c6918 Merge f7dc23a18e into 28413744c6 Hans-Jürgen Petrich 2013-01-17 22:18:06 -0800
  • 92f08a2c1a Merge 524b7c13f4 into 28413744c6 Mike Kruk 2013-01-17 11:43:29 -0800
  • 28413744c6 Merge pull request #56 from bantu/coverage-text terrafrost 2013-01-17 11:43:22 -0800
  • 524b7c13f4 allow option of sending request-pty in exec() Mike Kruk 2013-01-17 13:56:42 -0500
  • efdec7b118 Extract the exit_status if given to us from SSH. Mike Kruk 2013-01-17 13:47:42 -0500
  • 6c83e3c975 Merge d00c5151b2 into ce22f11f7f Andreas Fischer 2013-01-17 08:09:52 -0800
  • d00c5151b2 [coverage-text] Generate text code coverage report for output on travis console. Andreas Fischer 2013-01-16 15:07:39 +0100
  • ce22f11f7f Merge pull request #57 from bantu/coverage-html terrafrost 2013-01-17 07:58:23 -0800
  • 5cfdaa10cc Merge ec58a8bce3 into 309a31c431 Andreas Fischer 2013-01-16 15:07:28 -0800
  • ec58a8bce3 [coverage-html] Add comment to expect installation. Andreas Fischer 2013-01-16 23:44:29 +0100
  • dda7498b60 [coverage-html] Put fingerprint of RSA host key into variable. Andreas Fischer 2013-01-16 23:43:28 +0100
  • 29d2ae1727 [coverage-html] Add code coverage report link to readme. Andreas Fischer 2013-01-16 23:29:15 +0100
  • dbf7265e19 [coverage-html] Add latest symlink. Andreas Fischer 2013-01-16 23:27:28 +0100
  • 862bc5d6dc [coverage-html] Use PHP version number in folder name. Andreas Fischer 2013-01-16 23:18:30 +0100
  • 9758ab1688 [coverage-html] Generate HTML code coverage report and rsync it out of travis. Andreas Fischer 2013-01-14 00:40:30 +0100
  • 309a31c431 Merge pull request #55 from bantu/travis/php-5.5 terrafrost 2013-01-15 09:38:04 -0800
  • dc14bfd1f4 Merge c4311c5297 into ff4f724c7e Andreas Fischer 2013-01-15 08:52:12 -0800
  • c4311c5297 [travis/php-5.5] Also build on PHP 5.5 environment. Andreas Fischer 2013-01-15 16:54:51 +0100
  • ff4f724c7e Merge pull request #54 from bantu/travis/php-5.3.3 terrafrost 2013-01-14 18:46:32 -0800
  • a55b440736 Merge 0082ae0434 into c7c150bcd9 Andreas Fischer 2013-01-14 17:52:51 -0800
  • 0082ae0434 [travis/php-5.3.3] Build on PHP 5.3.3 in addition to the latest 5.3 version. Andreas Fischer 2013-01-15 02:51:10 +0100
  • f7dc23a18e 3DES: Fixed ContinuousBuffer() in CTR/CFB/OFB Hans-Jürgen Petrich 2013-01-14 21:23:20 +0700
  • c7c150bcd9 Merge remote-tracking branch 'upstream/master' terrafrost 2013-01-14 01:18:02 -0600
  • efe8cc45e5 Merge branch 'petrich' terrafrost 2013-01-14 01:17:06 -0600
  • bcdac5e0d1 Merge c624c785ee into f1ccbd4ee1 Hans-Jürgen Petrich 2013-01-13 22:30:41 -0800
  • f1ccbd4ee1 Merge pull request #50 from bantu/constant-trickery terrafrost 2013-01-13 14:43:37 -0800
  • ffe0ba42f6 Merge 93d7bf4444 into 5d49af105f Andreas Fischer 2013-01-13 10:18:00 -0800
  • 93d7bf4444 [constant-trickery] Also test without OpenSSL. Andreas Fischer 2013-01-13 19:14:06 +0100
  • 6d24b92b11 [constant-trickery] Better name for constant redefine method. Andreas Fischer 2013-01-13 19:08:20 +0100
  • 5d49af105f SSH2: $this->channel_buffers is an array - not a string terrafrost 2013-01-13 11:36:57 -0600
  • db949bfc61 Merge remote-tracking branch 'upstream/master' terrafrost 2013-01-13 10:50:47 -0600
  • 94ca5e1d0c SSH1,SSH2: strpos expects string - not array terrafrost 2013-01-13 10:49:03 -0600
  • 5fab481a6a Merge pull request #48 from bantu/constant-trickery terrafrost 2013-01-12 15:59:22 -0800
  • 7dbd5642aa Merge f62a9114b3 into bccce5802c Andreas Fischer 2013-01-12 12:38:49 -0800
  • f62a9114b3 [constant-trickery] Reimport class definition to clear static variables. Andreas Fischer 2013-01-12 21:22:01 +0100
  • c624c785ee DES: Fixed CFB/OFB and continuousBuffer Hans-Jürgen Petrich 2013-01-13 01:48:48 +0700
  • bccce5802c SSH2: Use strlen instead of empty terrafrost 2013-01-12 10:46:19 -0600
  • b8768c8d11 SSH1: Make it so SSH packets spanning multiple TCP/IP packets can be rcvd terrafrost 2013-01-12 10:45:35 -0600
  • 3c75fa1ad4 [constant-trickery] Also skip tests when required extension is missing. Andreas Fischer 2013-01-12 03:07:41 +0100
  • 306f0711ed [constant-trickery] Try to use runkit to redefine mode constants. Andreas Fischer 2013-01-12 03:03:29 +0100
  • 55e9f4d7ef [constant-trickery] Add runkit to PHP. Thanks to kherge for those lines. Andreas Fischer 2013-01-12 03:03:07 +0100
  • b83ca10246 [constant-trickery] Add extra test cases for BCMath and GMP. Andreas Fischer 2013-01-12 02:57:21 +0100
  • 2ad6f71002 [constant-trickery] Provide infrastructure for setting mode constants. Andreas Fischer 2013-01-12 02:48:19 +0100
  • 2c3b165556 [constant-trickery] Add PhpseclibTestCase. No longer use PHPUnit directly. Andreas Fischer 2013-01-12 02:34:20 +0100
  • f897e36e96 [constant-trickery] Turn existing BigIntegerTest into an abstract TestCase. Andreas Fischer 2013-01-12 02:18:41 +0100
  • bbed0916cd SSH2: Make $stop be after all network activity terrafrost 2013-01-11 18:38:38 -0600
  • 4c3bf94806 Merge branch 'master' of https://github.com/phpseclib/phpseclib terrafrost 2013-01-11 18:38:08 -0600
  • ab7f65d436 SSH1: Added setTimeout() terrafrost 2013-01-11 18:36:58 -0600
  • e379138450 Merge pull request #40 from bantu/issue/39 terrafrost 2013-01-11 16:14:40 -0800
  • 4f75484550 Merge 6e597bfe25 into 76a24dc546 Andreas Fischer 2013-01-11 16:14:13 -0800
  • 76a24dc546 AES: $pos will always be 0 in the last if statement for CFB terrafrost 2013-01-11 18:09:28 -0600
  • 7c0926d94a Merge remote-tracking branch 'origin/petrich' terrafrost 2013-01-11 18:06:43 -0600
  • 74e61deb4f AES: CFB: decrypted strings were being truncated terrafrost 2013-01-11 15:30:06 -0600
  • d90caa17e3 SSH1: CS adjustments terrafrost 2013-01-11 00:31:49 -0600
  • 4a1cbfa7fd Merge remote-tracking branch 'petrich/patch-3' into petrich terrafrost 2013-01-10 23:49:59 -0600