summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix logging error in sftp_client for filenames containing the character.Jeff Forcier2014-04-161-0/+23
* Saner (to me) positive assertionJeff Forcier2014-01-081-1/+4
* Small refactorJeff Forcier2014-01-081-3/+5
* No need for 'self.tc' within a single test :)Jeff Forcier2014-01-081-6/+6
* Add a testcase for client.save_host_keys.Martin Blumenstingl2014-01-081-1/+25
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-2715-15/+15
|\
| * Merge branch '1.8' into 1.9Jeff Forcier2013-09-2715-15/+15
| |\
| | * Fixed a typo in the license header of most filesJeff Forcier2013-09-2715-15/+15
* | | Fix #179 - missing host variable in fqdn evaluationJeff Forcier2013-09-271-0/+11
* | | Adding test capturing desired behavior and demonstrating issue #142.Jason R. Coombs2013-03-041-0/+14
* | | Delint test_sftp (remove unused imports and unused variables, remove excess w...Jason R. Coombs2013-03-041-13/+7
* | | Fix broken test.Olle Lundberg2013-02-281-4/+4
* | | Add tests for identityfile parsing.Olle Lundberg2013-02-281-1/+30
* | | Whitespace fixes.Olle Lundberg2013-02-281-1/+3
* | | Add tests for proxycommand parsing.Olle Lundberg2013-02-281-0/+27
* | | Add test for host negation.Olle Lundberg2013-02-281-0/+22
* | | Updated tests for new ssh config format.Olle Lundberg2013-02-281-10/+19
* | | Replace useless version check with import from __future__Michael Williamson2013-01-051-4/+2
* | | Verify Python version >= 2.6 before running context manager testMichael Williamson2013-01-051-0/+4
* | | Turn SFTPFile into a context managerMichael Williamson2013-01-041-0/+11
|/ /
* | Implement (& test for) ProxyCommand interpolation.Jeff Forcier2012-11-051-1/+27
* | Add failing test(s) re ProxyCommand config parsingJeff Forcier2012-11-051-1/+21
|/
* Refactoring: it's a thing. Re #85Jeff Forcier2012-10-154-23/+17
* Only override unittest assertions when absolutely necessary.Jeff Forcier2012-10-151-2/+4
* Fix module import in testsmerge-ssh-fork-back-inJeff Forcier2012-09-251-6/+6
* Fixes to failing-test teardowns to avoid more exceptions or hangsJeff Forcier2012-09-241-5/+3
* Handle/fix handling of EINTR errors in a few places.Douglas Turk2012-09-241-0/+26
* Fix #33 - parse config as described by manpageJan Brauer2012-09-231-0/+18
* Fix broken testsJeff Forcier2012-09-231-6/+13
* Remove comparison between int and strBobby Impollonia2012-09-231-6/+2
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-033-13/+12
* code style and fix test.Robey Pointer2010-04-131-4/+4
* added functionality to skip verifying the file, which works around sftp serve...Larry Wright2009-12-181-0/+28
* bug 426925: lookup host keys correctly when they have a different port.Robey Pointer2009-11-011-19/+19
* bug 411099: chdir() isn't saving the cwd in a normalized way. added test.Robey Pointer2009-10-311-22/+34
* fix my email address to be the current one.Robey Pointer2009-07-1915-15/+15
* bug 300536: allow a really long banner before the SSH handshake.Robey Pointer2009-02-171-0/+31
* [project @ robey@lag.net-20080706230815-v2ybqxm237zw0wa0]Robey Pointer2008-07-061-2/+8
* [project @ robey@lag.net-20080706203706-zqxb69qrcgyuf90n]Robey Pointer2008-07-061-2/+19
* [project @ robey@lag.net-20080604053906-vz5toqvlp5miqy1x]Robey Pointer2008-06-031-0/+160
* [project @ robey@lag.net-20080324065111-qv8icii767fqex9j]Robey Pointer2008-03-231-4/+6
* [project @ robey@lag.net-20080323025751-de0lem9pi4oydt2g]Robey Pointer2008-03-221-2/+18
* [project @ robey@lag.net-20080323020709-ub8ya3xkh1ebywfa]Robey Pointer2008-03-221-0/+7
* [project @ robey@lag.net-20080323020309-9bjcp7l2ygdu49d2]Robey Pointer2008-03-221-2/+3
* [project @ robey@lag.net-20080323020054-ar5bmythf7fr5rgk]Robey Pointer2008-03-221-0/+7
* [project @ robey@lag.net-20080220060030-jih2gfguzp6jbwog]Robey Pointer2008-02-191-0/+1
* [project @ robey@lag.net-20080218051229-xtylb1poe246k2ci]Robey Pointer2008-02-173-0/+9
* [project @ robey@lag.net-20080218024139-i2t8y0f0dd93xjo1]Robey Pointer2008-02-171-0/+6
* [project @ robey@lag.net-20080124045017-dfqiamorj356btrd]Robey Pointer2008-01-231-53/+56
* [project @ robey@lag.net-20080124014121-95bt9p4n4k8lw72i]Robey Pointer2008-01-231-38/+0