[DRE-commits] [ruby-net-ssh] 01/07: Merge tag 'upstream/2.9.1'
David Suárez
deiv-guest at moszumanska.debian.org
Sat Oct 4 23:42:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-net-ssh.
commit 33a5c51c55a9cd23e635c9f1e240ea63a03caf1c
Merge: 529a2e1 6cb7112
Author: David Suárez <david.sephirot at gmail.com>
Date: Sun Sep 28 23:07:00 2014 +0200
Merge tag 'upstream/2.9.1'
Upstream version 2.9.1
.travis.yml | 10 +
CHANGES.txt | 52 ++++
Rakefile | 4 +-
THANKS.txt | 25 ++
data.tar.gz.sig | Bin 0 -> 256 bytes
gem-public_cert.pem | 30 +-
lib/net/ssh.rb | 26 +-
lib/net/ssh/authentication/agent/socket.rb | 8 +-
lib/net/ssh/authentication/key_manager.rb | 12 +-
lib/net/ssh/authentication/pageant.rb | 317 ++++++++++++++-------
lib/net/ssh/authentication/session.rb | 7 +-
lib/net/ssh/buffer.rb | 6 +-
lib/net/ssh/config.rb | 91 ++++--
lib/net/ssh/connection/channel.rb | 20 ++
lib/net/ssh/connection/session.rb | 33 ++-
lib/net/ssh/key_factory.rb | 8 +-
lib/net/ssh/known_hosts.rb | 16 +-
lib/net/ssh/proxy/command.rb | 9 +-
lib/net/ssh/proxy/http.rb | 4 +-
lib/net/ssh/proxy/socks4.rb | 2 +-
lib/net/ssh/proxy/socks5.rb | 4 +-
lib/net/ssh/service/forward.rb | 49 +++-
lib/net/ssh/test/socket.rb | 2 +-
lib/net/ssh/transport/algorithms.rb | 17 +-
lib/net/ssh/transport/cipher_factory.rb | 3 +
lib/net/ssh/transport/session.rb | 8 +-
lib/net/ssh/version.rb | 4 +-
metadata.gz.sig | Bin 0 -> 256 bytes
metadata.yml | 45 ++-
net-ssh.gemspec | 17 +-
test/authentication/test_agent.rb | 12 +-
test/authentication/test_key_manager.rb | 15 +-
test/authentication/test_session.rb | 5 +-
test/configs/auth_off | 5 +
test/configs/auth_on | 4 +
test/configs/empty | 0
test/configs/negative_match | 6 +
test/configs/send_env | 2 +
test/connection/test_session.rb | 38 +++
test/manual/test_forward.rb | 41 ++-
test/manual/test_pageant.rb | 37 +++
test/start/test_connection.rb | 53 ++++
test/start/test_options.rb | 36 +++
test/test_config.rb | 82 +++++-
test/test_key_factory.rb | 22 +-
.../test_diffie_hellman_group_exchange_sha256.rb | 1 +
test/transport/kex/test_ecdh_sha2_nistp384.rb | 1 +
test/transport/kex/test_ecdh_sha2_nistp521.rb | 1 +
test/transport/test_algorithms.rb | 43 ++-
49 files changed, 988 insertions(+), 245 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-ssh.git
More information about the Pkg-ruby-extras-commits
mailing list