Jim Wigginton
|
868bcbd159
|
- nlist() and rawlist() were switched
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@101 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-04-09 02:31:34 +00:00 |
|
Jim Wigginton
|
95153d6d59
|
- added Net_SFTP::rawlist() (thanks, theduck!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@100 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-04-08 14:41:07 +00:00 |
|
Jim Wigginton
|
39c97d3373
|
- crypt_random() used /dev/urandom in a rather slow way (thanks, TangiX!)
- revamped the logging system. now, you can profile SSH2.php / SFTP.php without capturing full logs
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@99 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-04-07 03:50:54 +00:00 |
|
Jim Wigginton
|
9a3c2e836b
|
- added size() to Net_SFTP (thanks, Ethorsen!)
- adjusted encryption algorithm preferences for speed (thanks, TangiX!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@98 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-04-04 00:20:03 +00:00 |
|
Jim Wigginton
|
21184a90e4
|
- the sending of SSH_FXP_WRITE packets are now partially interleaved with the receipt of SSH_FXP_STATUS packets (thanks, TangiX!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@88 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-02-18 16:56:07 +00:00 |
|
Jim Wigginton
|
76e4066e94
|
- improved error logging capability
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@86 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-02-12 23:02:13 +00:00 |
|
Jim Wigginton
|
66489c3733
|
- minor cleanup
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@85 21d32557-59b3-4da0-833f-c5933fad653e
|
2010-02-11 16:17:40 +00:00 |
|
Jim Wigginton
|
e16ba96789
|
- fixed a few E_NOTICE errors
- sped up Math_BigInteger::_barrett()
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@73 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-12-31 06:11:07 +00:00 |
|
Jim Wigginton
|
99c0e29fdf
|
- fixed a bug in isPrime (thanks greyhoundx!)
- Net_SSH2::exec() should now be faster
- better channel management
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@70 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-12-14 18:14:54 +00:00 |
|
Jim Wigginton
|
ec75e4fc32
|
- fixed a bug in mkdir() that'd result in some Warnings
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@61 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-11-26 20:12:17 +00:00 |
|
Jim Wigginton
|
5d1f459db7
|
- when uploading a file that already exists on the server, the file on the server is now truncated to zero (thanks, guir!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@59 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-11-25 20:05:41 +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
|
1284a0d7d8
|
- fixed a bug involving server / client channel assignments
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@50 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-10-16 03:37:24 +00:00 |
|
Jim Wigginton
|
6516ba29a6
|
- better packet handling
- (hopefully) faster SFTP uploads
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@46 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-09-17 03:19:20 +00:00 |
|
Jim Wigginton
|
df8844d12b
|
- logs now contain timing information
- fixed a potential E_NOTICE error (thanks, Wang Xiaoguang!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@43 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-08-29 19:23:25 +00:00 |
|
Jim Wigginton
|
5025807abf
|
- fixed two E_NOTICE issues (thanks, amer and inventor!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@42 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-08-23 03:40:50 +00:00 |
|
Jim Wigginton
|
a90471b937
|
- fixed a few bad constants (thanks, YeongGwon Jeong!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@41 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-08-09 03:53:28 +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
|
039cd313ee
|
- 0x7777 -> 07777
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@39 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-05-30 16:48:42 +00:00 |
|
Jim Wigginton
|
23bfbd6a29
|
- Net_SFTP::chmod() called an undefined function
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@38 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-05-30 16:45:23 +00:00 |
|
Jim Wigginton
|
d365b7a587
|
- added SFTP support
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@32 21d32557-59b3-4da0-833f-c5933fad653e
|
2009-05-23 14:42:17 +00:00 |
|