summaryrefslogtreecommitdiff
path: root/paramiko/hostkeys.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-3/+4
* Remove an old Py2.5-ismJeff Forcier2014-03-071-1/+1
* A missed line from the merge.Jeff Forcier2014-03-071-0/+1
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-32/+58
|\
| * Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-8/+2
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-1/+1
| * Fix some deprecation and resource warningsScott Maxwell2013-11-021-23/+27
| * More type fixupsScott Maxwell2013-10-311-1/+1
| * Fix bytes/str type in more placesScott Maxwell2013-10-311-2/+3
| * Fix message sendingScott Maxwell2013-10-301-1/+1
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-2/+2
| * Fix importsScott Maxwell2013-10-301-3/+31
* | Merge branch '1.11' into 1.12Jeff Forcier2014-03-041-127/+107
|\ \
| * | Even moar info fieldsJeff Forcier2014-02-261-31/+16
| * | Host key docs (order + tweaks)Jeff Forcier2014-02-241-84/+79
| * | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
| * | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-4/+4
| * | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-2/+2
| * | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-4/+4
| * | Merge branch '1.10' into sphinx-256Jeff Forcier2014-02-141-2/+2
| |\ \
| * | | Epydoc -> Sphinx.Olle Lundberg2014-01-231-42/+42
* | | | Merge branch '1.11' into 1.12Jeff Forcier2014-02-141-2/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Use constant time hash comparisons for improved security.Jeff Forcier2014-02-141-2/+2
| |/
* | Merge branch '1.11'Jeff Forcier2013-09-271-1/+1
|\ \ | |/
| * Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
| |\
| | * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | | Merge branch '152-int' into 152-real-intJeff Forcier2013-09-271-0/+4
|\ \ \ | |/ / |/| |
| * | Hook up ECDSA to hostkeysEthan Glasser-Camp2013-03-251-0/+4
| |/
* | Merge branch '1.10'Jeff Forcier2013-05-051-2/+2
|\ \
| * | Flip bad known_hosts line to INFO from WARN re #153Jeff Forcier2013-05-051-2/+2
| * | Warn on parse failure when reading known_hostsEthan Glasser-Camp2013-04-281-3/+8
| |/
* | Merge pull request #153 from glasserc/log_bad_hostkeysJeff Forcier2013-04-281-3/+8
|\ \
| * | Warn on parse failure when reading known_hostsEthan Glasser-Camp2013-04-281-3/+8
| |/
* | Back out broken but non-required hostname hash changeJeff Forcier2013-04-271-2/+0
* | Assure that host entries in known_hosts files do not duplicate endlessly if k...Mike Gabriel2013-04-271-1/+6
* | Store hostname hashes in memory rathen than the non-hashed host entries. Also...Mike Gabriel2013-04-271-0/+2
|/
* show us the offending host keyThomas Vander Stichele2012-09-231-6/+18
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-031-1/+1
* brittspace.Robey Pointer2009-11-011-26/+26
* ignore extra fields in a hosts file, since apparently some apps are putting c...Robey Pointer2009-07-191-1/+2
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* [project @ robey@lag.net-20071110065103-a169t3ijqapq0zlo]Robey Pointer2007-11-091-3/+3
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20061112055617-098a150cf051bffa]Robey Pointer2006-11-111-8/+33
* [project @ robey@lag.net-20061111004413-7bab08f1bad7f96f]Robey Pointer2006-11-101-5/+14
* [project @ robey@lag.net-20060828234834-51542dc36057b361]Robey Pointer2006-08-281-7/+15
* [project @ robey@lag.net-20060816213106-99cffe9de5d555c5]Robey Pointer2006-08-161-1/+0
* [project @ robey@lag.net-20060727025519-bffe5bcc0556d779]Robey Pointer2006-07-261-36/+91
* [project @ robey@lag.net-20060628045919-ffac82c51c51b3df]Robey Pointer2006-06-271-3/+24
* [project @ robey@lag.net-20060530070000-358e08e75c891d8b]Robey Pointer2006-05-301-0/+4