Age | Commit message (Collapse) | Author |
|
bump version to 1.7.4 (desmond).
|
|
bump version to 1.7.3 (clara)
|
|
patch from dwayne c. litzenberger to fix urandom support to work from
within a chroot. i modified it slightly to remove os.urandom calls
completely, since our direct file access is nearly identical to what
python was doing.
|
|
bump to version 1.7.2 (basil)
|
|
bug discovered while porting to jaramiko: old-style gex wasn't creating
the proper hash. fixed.
|
|
bump up to 1.7.1 (amy)
|
|
bump version to 1.7 zubat
|
|
bump version to 1.6.4 (yanma) and trim the README changes-history a bit
|
|
bump version to 1.6.3
|
|
merge patches from wouter van heyst and john arbash-meinel for fixing tarballs on os x, and fixing md5 on linux
|
|
clean docs too
|
|
remove usage of has_key, which is dangerous and deprecated
|
|
don't automatically make epydocs for the private (internal) methods and classes
|
|
bump version to 1.6.2
|
|
create a gzip file also, when building a release
|
|
clean up pyc files too
|
|
bump version to 1.6 (oops, forgot to check this in a few days ago)
|
|
bump version to 1.6, fix up docs a little bit
|
|
fix Makefile :)
|
|
bump version to 1.5.4
|
|
bump version to 1.5.3
|
|
a few more pychecker warning fixups
|
|
add 'clean' rule
|
|
bump version to 1.5.2
|
|
bump up version to 1.5.1
|
|
readme comments, bump version to 1.5 paras
|
|
bump version number to 1.4 oddish
|
|
fix docs and update version to 1.3.1
|
|
1.3 marowak
bump version to 1.3 / marowak
|
|
even better 1.2 lapras
re-bump the version # to 1.2 (with a new date since i added more stuff).
add 2005 to the copyright date in a bunch of files.
|
|
1.2 (lapras)
bump version stuff to 1.2 / lapras.
|
|
1.1 (kabuto)
edit various files to bump the version to 1.1.
also fix to point to the new url.
|
|
v1.0 (jigglypuff)
bump all the version numbers up to 1.0 (jigglypuff).
|
|
ivysaur 0.9
update ivysaur release date, and add the list of changes to the README
file.
|
|
start testing Transport
the beginnings of tests for Transport. only the bare minimum is there right
now.
also started doc'ing things up to ivysaur.
|
|
version -> horsea
up version to horsea.
|
|
add forward.py demo script; bump to gyarados
add a demo script to show how to do local port forwarding.
add gyarados to all the docs and bump the version number everywhere.
|
|
fearow date and last-minute fixes
update release date of fearow to 23apr. fix channel._set_closed() to grab
the lock before notifying the in/out buffers that the channel is closed.
try roger's trick for finding the home folder on windows.
|
|
set version number to fearow
set version number to fearow.
|
|
bump version number to eevee
bump the version number to eevee in a few places and talk about the unit
tests.
|
|
fix MANIFEST.in, change version numbers to 0.9-doduo, fix LPGL notices
fixed MANIFEST.in to include the demo scripts, LICENSE, and ChangeLog.
upped everything to version 0.9-doduo.
fixed the copyright notice, and added the LGPL banner to the top of every
python file.
|
|
added public-key support to server mode, more docs
added public-key support to server mode (it can now verify a client signature)
and added a demo of that to the demo_server.py script (user_rsa_key). in the
process, cleaned up the API of PKey so that now it only has to know about
signing and verifying ssh2 blobs, and can be hashed and compared with other
keys (comparing & hashing only the public parts of the key). keys can also
be created from strings now too.
some more documentation and hiding private methods.
|
|
lots more documentation, and added Transport.connect()
renamed demo_host_key to demo_rsa_key. moved changelog to a separate file,
and indicated that future changelog entries should be fetched from tla.
tried to clean up "__all__" in a way that makes epydoc still work.
added lots more documentation, and renamed many methods and vars to hide
them as private non-exported API.
Transport's ModulusPack is now a static member, so it only has to be loaded
once, and can then be used by any future Transport object.
added Transport.connect(), which tries to wrap all the SSH2 negotiation and
authentication into one method. you should be able to create a Transport,
call connect(), and then create channels.
|
|
rename secsh -> paramiko
also, rename SecshException back to SSHException. sigh. :)
|
|
initial import
(automatically generated log message)
|