summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changelog closes #356, closes #596.596-intJeff Forcier2015-11-011-0/+9
* 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
* 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
| * | 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
| | * | 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
| | * | 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
| | * | | Expose handshake timeout in the transport API.Olle Lundberg2015-02-243-0/+31
| | * | | Add support for signaling a handshake process in packetizer.Olle Lundberg2015-02-241-0/+45
| * | | | 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
| | * | | Changelog closes #404Jeff Forcier2015-09-301-0/+3
| | * | | Add informative BadHostKeyExceptionLoic Dachary2015-09-301-1/+5
| * | | | 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