summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changelog closes #356, closes #596.596-intJeff Forcier2015-11-011-0/+9
| | | | Will expand to include SHA512 stuff if I merge that prior to release.
* Fallback to sha1 in _compute_keyJeff Forcier2015-11-011-1/+3
|
* Allow specifying test.py flags in 'inv test'Jeff Forcier2015-11-011-2/+3
|
* Fix incorrect hash algorithm selection during kex key generation.Jeff Forcier2015-11-013-1/+4
| | | | Re #356
* Reformat algorithm tuples for readability, & add ordering commentJeff Forcier2015-11-011-9/+30
|
* Log identificatin-string exchange at DEBUGJeff Forcier2015-11-011-0/+2
|
* FormattingJeff Forcier2015-11-012-8/+11
|
* Explicitly log agreed-upon MACJeff Forcier2015-10-301-0/+1
|
* Whitespace trimsJeff Forcier2015-10-301-3/+3
|
* Merge branch 'master' into 596-intJeff Forcier2015-10-3047-326/+628
|\
| * Merge branch '1.15'Jeff Forcier2015-10-021-1/+2
| |\
| | * Fix dumb bug in release taskJeff Forcier2015-10-021-1/+2
| | |
| * | Merge branch '1.15'Jeff Forcier2015-10-021-8/+10
| |\ \ | | |/
| | * Cut 1.15.3v1.15.31.15.3Jeff Forcier2015-10-022-1/+2
| | |
| | * Fix some typos/bad doc references in changelogJeff Forcier2015-10-021-8/+9
| | |
| * | Merge branch '1.15'Jeff Forcier2015-10-022-5/+5
| |\ \ | | |/
| | * Changelog closes #554Jeff Forcier2015-10-021-0/+2
| | |
| | * Fix ECDSA generate documentation.Jared Hance2015-10-021-5/+3
| | | | | | | | | | | | Was a blatant copy of a comment from RSAKey.
| * | Merge branch '1.15'Jeff Forcier2015-09-302-0/+22
| |\ \ | | |/
| | * Changelog closes #516Jeff Forcier2015-09-301-0/+2
| | |
| | * Add docstring to AgentRequestHandler so it shows up in the docs.Jeff Forcier2015-09-301-0/+20
| | |
| * | Merge branch '1.15'Jeff Forcier2015-09-305-39/+26
| |\ \ | | |/
| | * Changelog re #496Jeff Forcier2015-09-301-0/+3
| | |
| | * Merge branch '1.15' into 496-intJeff Forcier2015-09-3014-77/+146
| | |\
| | * | Add a missing import.Anselm Kruis2015-03-181-1/+1
| | | |
| | * | Switch kex_gss from using PyCrypto's Random to using os.urandom.Anselm Kruis2015-03-031-2/+3
| | | |
| | * | Fix an uninitialised variable usage and simplify the code.Anselm Kruis2015-03-031-15/+7
| | | |
| | * | Fix the documentation of both implementations of ssh_check_mic.Anselm Kruis2015-03-031-20/+11
| | | | | | | | | | | | | | | | The method raises an exception, if the check fails and has no return value.
| | * | Add a missing import.Anselm Kruis2015-03-031-1/+1
| | | |
| * | | Merge branch '1.15'Jeff Forcier2015-09-306-8/+91
| |\ \ \ | | | |/ | | |/|
| | * | Rework changelog entries re #491 a bitJeff Forcier2015-09-301-8/+4
| | | | | | | | | | | | | | | | Closes #491, closes #62, closes #439
| | * | Merge branch '1.15' into 491-intJeff Forcier2015-09-3014-90/+75
| | |\ \
| | | * | Don't use --coverage for tests under 3.2 anymoreJeff Forcier2015-09-301-2/+2
| | | | |
| | * | | Patch resolving the timeout issue on lost conection.Olle Lundberg2015-02-243-6/+17
| | | | | | | | | | | | | | | | | | | | (This rolls in patch in #439)
| | * | | Expose handshake timeout in the transport API.Olle Lundberg2015-02-243-0/+31
| | | | | | | | | | | | | | | | | | | | This is a reimplementation of #62.
| | * | | Add support for signaling a handshake process in packetizer.Olle Lundberg2015-02-241-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to raise an EOFError if the handshake process has started but takes too long time to finish.
| * | | | Merge branch '1.15'Jeff Forcier2015-09-301-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | No idea why this only tanked tests on Python 3, ugh @ our old crusty test suiteJeff Forcier2015-09-301-2/+2
| | | | |
| * | | | Merge branch '1.15'Jeff Forcier2015-09-304-2/+18
| |\ \ \ \ | | |/ / /
| | * | | Changelog closes #490, closes #500 (cherry-pick)Jeff Forcier2015-09-301-0/+4
| | | | |
| | * | | Silently ignore invalid keys in HostKeys.load()Martin Topholm2015-09-302-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When broken entries exists in known_hosts, paramiko raises SSHException with "Invalid key". This patch catches the exception during HostKeys.load() and continues to next line. This should fix #490.
| | * | | Changelog closes #404Jeff Forcier2015-09-301-0/+3
| | | | |
| | * | | Add informative BadHostKeyExceptionLoic Dachary2015-09-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Displaying the keys being compared makes it easy to diagnose the problem. Otherwise there is more guessing involved. Signed-off-by: Loic Dachary <loic@dachary.org>
| * | | | Merge branch '1.15'Jeff Forcier2015-09-302-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Changelog closes #488Jeff Forcier2015-09-301-0/+4
| | | | |
| | * | | Typo causes failure if Putty Pageant is running.Steve Cohen2015-09-301-2/+2
| | | | |
| * | | | Merge branch '1.15'Jeff Forcier2015-09-303-40/+17
| |\ \ \ \ | | |/ / /
| | * | | Changelog closes #353Jeff Forcier2015-09-301-0/+4
| | | | |
| | * | | Merge branch '1.15' into 482-intJeff Forcier2015-09-308-46/+41
| | |\ \ \
| | * | | | Revert add_int and get_int to strictly 32-bits and add adaptive versionsScott Maxwell2015-01-262-40/+13
| | | | | |