summaryrefslogtreecommitdiff
path: root/tests/test_hostkeys.py
Commit message (Collapse)AuthorAgeFilesLines
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
|
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
| | | | bump copyright year to 2007
* [project @ robey@lag.net-20061112055617-098a150cf051bffa]Robey Pointer2006-11-111-2/+1
| | | | | try a trick that should let 'hostkeys[hostname][keytype] = key' work for HostKeys objects again.
* [project @ robey@lag.net-20061111004413-7bab08f1bad7f96f]Robey Pointer2006-11-101-1/+6
| | | | | | | | | bug 70398: allow constructions like: hostkeys['hostname'] = {} to create an empty host entry object, so that future attempts to set keys will at least not throw an exception. (they'll still silently do nothing, though.)
* [project @ robey@lag.net-20060828234834-51542dc36057b361]Robey Pointer2006-08-281-0/+25
| | | | fix __setitem__ to do the right thing
* [project @ robey@lag.net-20060801182143-088ff687e0945937]Robey Pointer2006-08-011-3/+4
| | | | use hexlify in tests
* [project @ robey@lag.net-20060408222456-d3813e0206a2cda7]Robey Pointer2006-04-081-4/+2
| | | | assertTrue doesn't exist in py23
* [project @ robey@lag.net-20060312040633-92b1c78bf815905d]Robey Pointer2006-03-111-0/+5
| | | | add test to verify that 'for x in hostkeys' works
* [project @ robey@lag.net-20060309080450-bad95b03d60d3d4f]Robey Pointer2006-03-091-0/+11
| | | | improve HostKeys so that it more correctly emulates a dict, and add a unit test to verify that
* [project @ robey@lag.net-20060220003513-aa54e3e771a530fd]Robey Pointer2006-02-191-0/+73
add HostKeys, a helper for reading/parsing openssh known_hosts files, including hashed-host support