Jim Wigginton
|
34cdb781cc
|
- update SSH1 logging and disconnecting
- add better support for an as-yet-to-be-written SCP class
- update example of read()
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@158 21d32557-59b3-4da0-833f-c5933fad653e
|
2011-05-08 23:53:30 +00:00 |
|
Jim Wigginton
|
392d96445e
|
- add support for PuTTY and XML formatted RSA keys
- remove ?>'s from PHP_Compat files
- update LICENSE block
- make it so NET_SSH2_MSG_USERAUTH_PK_OK records direction and time
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@152 21d32557-59b3-4da0-833f-c5933fad653e
|
2011-04-18 12:17:40 +00:00 |
|
Jim Wigginton
|
458f4f7ef0
|
- add interactive mode support to Net_SSH2 and redo interactive support in Net_SSH1
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@147 21d32557-59b3-4da0-833f-c5933fad653e
|
2011-02-28 05:24:09 +00:00 |
|
Jim Wigginton
|
b94a467999
|
- change license to the less restrictive MIT license (if people want to modify phpseclib and distribute binaries of it [whatever that means for PHP] without including the source code I don't care); two of the three PHP_Compat stuff still uses the LGPL since I didn't author them but they're only needed, anyway, if you're using phpseclib on PHP4.
- add svn:eol-style: LF to all files
- fixed pear.php.net bug # 18037 (thanks, nounours!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@130 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-11-13 19:28:20 +00:00 |
|
Jim Wigginton
|
f088d89712
|
- add logging to Net_SSH1 and fixed a bug in Crypt_DES (thanks, Suby!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@113 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-08-08 05:06:38 +00:00 |
|
Jim Wigginton
|
71b960d082
|
- updated some comments
- fixed an E_NOTICE (thanks, Brion Vibber!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@96 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-03-22 22:01:38 +00:00 |
|
Jim Wigginton
|
a882a3a41f
|
- added Crypt_RSA
- added RSA public key authentication to Net_SSH2
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@62 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-12-03 08:19:00 +00:00 |
|
Jim Wigginton
|
a4e72f7811
|
- replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!)
- added pure-php implementations of md2, sha256, and sha512 to Crypt_Hash
- added setPrecision() to Math_BigInteger
- other small fixes
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@56 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-11-23 19:06:07 +00:00 |
|
Jim Wigginton
|
d6339e014f
|
- Net_SFTP now has better support for uploading large files than it did before, per this:
http://www.frostjedi.com/phpbb/viewtopic.php?f=46&t=10415
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@40 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-06-09 04:00:38 +00:00 |
|
Jim Wigginton
|
41784adbc7
|
- attempting to connect to an invalid host yielded an inappropriate number of errors
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@36 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-05-30 15:46:32 +00:00 |
|
Jim Wigginton
|
01ddc53c6d
|
- update phpDoc comments for Net_SSH1::interactiveRead()
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@25 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-03-09 22:00:17 +00:00 |
|
Jim Wigginton
|
01c841a0a0
|
- replaced "\t" with " "
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@17 21d32557-59b3-4da0-833f-c5933fad653e
|
2008-05-25 07:28:57 +00:00 |
|
Jim Wigginton
|
ad5bc5a1ef
|
- fix phpdoc comment for _disconnect function
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@14 21d32557-59b3-4da0-833f-c5933fad653e
|
2008-05-15 17:46:51 +00:00 |
|
Jim Wigginton
|
148178da63
|
*** empty log message ***
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@13 21d32557-59b3-4da0-833f-c5933fad653e
|
2008-05-15 17:40:03 +00:00 |
|
Jim Wigginton
|
81413b9da0
|
- added $timeout variable
- added destructor to Net_SSH2
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@12 21d32557-59b3-4da0-833f-c5933fad653e
|
2008-05-15 16:33:08 +00:00 |
|
Jim Wigginton
|
79944da3ed
|
- split off some of _get_binary_packet to _filter in SSH2.php
- updated URL to SSH-1 specs in SSH1.php
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@8 21d32557-59b3-4da0-833f-c5933fad653e
|
2007-07-26 14:53:45 +00:00 |
|
Jim Wigginton
|
29ee82e67b
|
- updated URL
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@7 21d32557-59b3-4da0-833f-c5933fad653e
|
2007-07-25 21:56:14 +00:00 |
|
Jim Wigginton
|
9a7150d61f
|
- added exec() to Net_SSH2
- renamed writeReadQuit() to exec() in Net_SSH1
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@6 21d32557-59b3-4da0-833f-c5933fad653e
|
2007-07-25 21:49:33 +00:00 |
|
Jim Wigginton
|
8be1b1bb5c
|
- updated to use latest TripleDES.php
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@5 21d32557-59b3-4da0-833f-c5933fad653e
|
2007-07-25 02:33:43 +00:00 |
|
Jim Wigginton
|
367ddebf80
|
- initial commit
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@3 21d32557-59b3-4da0-833f-c5933fad653e
|
2007-07-02 04:19:55 +00:00 |
|