Commit Graph

  • a90471b937 - fixed a few bad constants (thanks, YeongGwon Jeong!) Jim Wigginton 2009-08-09 03:53:28 +0000
  • d6339e014f - Net_SFTP now has better support for uploading large files than it did before, per this: 0.1.5 Jim Wigginton 2009-06-09 04:00:38 +0000
  • 039cd313ee - 0x7777 -> 07777 Jim Wigginton 2009-05-30 16:48:42 +0000
  • 23bfbd6a29 - Net_SFTP::chmod() called an undefined function Jim Wigginton 2009-05-30 16:45:23 +0000
  • d1cacdf86f - Net_SSH2::login() didn't always return true when it should have Jim Wigginton 2009-05-30 16:40:31 +0000
  • 41784adbc7 - attempting to connect to an invalid host yielded an inappropriate number of errors Jim Wigginton 2009-05-30 15:46:32 +0000
  • ed39f723c9 - xor swap doesn't work when you're swapping elements with themselves Jim Wigginton 2009-05-27 21:36:53 +0000
  • c17f22ead9 - Crypt_Rijndael has issues when setKey() isn't called, as well Jim Wigginton 2009-05-27 16:25:35 +0000
  • 9194759d58 - cosmetic changes to the code - encryption should work even when setKey() isn't called - padding wasn't always done when it should have been Jim Wigginton 2009-05-27 16:15:23 +0000
  • d365b7a587 - added SFTP support Jim Wigginton 2009-05-23 14:42:17 +0000
  • 0258f565b5 - added support for 'none' encryption - fixed a bug that would cause large ssh packets to error out - added placeholders for compression support (PHP's zlib functions are insufficient) Jim Wigginton 2009-05-16 17:09:37 +0000
  • 3d88765f1d - removed debug code Jim Wigginton 2009-04-28 02:56:34 +0000
  • ce238827fd - fixed a bug in getLog() Jim Wigginton 2009-04-27 20:13:29 +0000
  • 8b02a6bf55 - precission -> precision (php.net bug # 16027) Jim Wigginton 2009-04-18 14:57:54 +0000
  • f65f2983b7 added Net_SSH2::getLog() Jim Wigginton 2009-03-25 22:29:42 +0000
  • c369990f77 - "Some systems may not implement signals, in which case they SHOULD ignore [them]." Jim Wigginton 2009-03-23 22:44:51 +0000
  • 01ddc53c6d - update phpDoc comments for Net_SSH1::interactiveRead() Jim Wigginton 2009-03-09 22:00:17 +0000
  • 1eb6ac05c0 $x & 3 == 1 is the same thing as $x & (3 == 1) per php's order of precidence Jim Wigginton 2009-03-09 05:13:24 +0000
  • 736bfab276 - fix E_NOTICE notices - renamed hmac() -> hash() in SSH2.php 0.1.2 Jim Wigginton 2009-02-26 17:25:03 +0000
  • a8e70cbaa5 - forgot to add AES - added __toString() to BigInteger.php (thanks, Techie-Michael!) 0.1.1 Jim Wigginton 2009-02-16 23:11:01 +0000
  • 39de68ab48 - [bug] Crypt_Rijndael calculated IVs incorrectly - [new] renamed Crypt_HMAC to Crypt_Hash and revised the API - [new] added Crypt_AES - [new] added AES support to Net_SSH2 Jim Wigginton 2009-02-16 22:22:13 +0000
  • c30f3b7e9a - pure-PHP implementation of Rijndael Jim Wigginton 2009-02-01 15:37:25 +0000
  • a78d7df660 - if padding is disabled and the length of the text-to-be-encrypted isn't a multiple of the block size, padding will be automatically enabled Jim Wigginton 2008-08-04 17:59:12 +0000
  • 69c639d845 - fixed a bug whereby a second Net_SSH2() object couldn't be created (the sequence numbers weren't being reset) - fixed a bug whereby SSH_MSG_DISCONNECT messages wouldn't be handled correctly - other small changes Jim Wigginton 2008-05-26 19:42:01 +0000
  • 01c841a0a0 - replaced "\t" with " " Jim Wigginton 2008-05-25 07:28:57 +0000
  • 943f329197 - pack should be unpack Jim Wigginton 2008-05-21 05:15:32 +0000
  • 081ee34e39 - updated comment Jim Wigginton 2008-05-21 04:28:09 +0000
  • ad5bc5a1ef - fix phpdoc comment for _disconnect function Jim Wigginton 2008-05-15 17:46:51 +0000
  • 148178da63 *** empty log message *** Jim Wigginton 2008-05-15 17:40:03 +0000
  • 81413b9da0 - added $timeout variable - added destructor to Net_SSH2 Jim Wigginton 2008-05-15 16:33:08 +0000
  • 6101b23a32 - fixed a bug discovered by MarkDHamill (see http://www.frostjedi.com/phpbb/viewtopic.php?f=46&t=9796) Jim Wigginton 2008-03-31 00:49:09 +0000
  • 2dcde34387 - fixed php.net bug 13324 - Method BigInteger::bitwise_or produces wrong result Jim Wigginton 2008-03-12 22:03:08 +0000
  • 890ae4db4a - added sha1-96 and md5-96 0.1.0 Jim Wigginton 2007-09-23 04:41:39 +0000
  • 79944da3ed - split off some of _get_binary_packet to _filter in SSH2.php - updated URL to SSH-1 specs in SSH1.php Jim Wigginton 2007-07-26 14:53:45 +0000
  • 29ee82e67b - updated URL Jim Wigginton 2007-07-25 21:56:14 +0000
  • 9a7150d61f - added exec() to Net_SSH2 - renamed writeReadQuit() to exec() in Net_SSH1 Jim Wigginton 2007-07-25 21:49:33 +0000
  • 8be1b1bb5c - updated to use latest TripleDES.php Jim Wigginton 2007-07-25 02:33:43 +0000
  • df0fe2386a - added SSH2.php and HMAC.php - fixed issue with the IV's in TripleDES.php and DES.php - fixed decryption in TripleDES.php using CRYPT_DES_MODE_INTERNAL - renamed CRYPT_DES_MODE_SSH to CRYPT_DES_MODE_3CBC - added CRYPT_DES_MODE_CBC3 as an alias for CRYPT_DES_MODE_CBC - fixed issue with RC4.php using CRYPT_RC4_MODE_MCRYPT Jim Wigginton 2007-07-23 05:21:39 +0000
  • 367ddebf80 - initial commit Jim Wigginton 2007-07-02 04:19:55 +0000
  • ec99c5262a initial checkin Jim Wigginton 2007-06-11 22:10:25 +0000
  • 529f71c108 Standard project directories initialized by cvs2svn. Jim Wigginton 2007-06-11 22:10:25 +0000