summaryrefslogtreecommitdiff
path: root/paramiko/config.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-1/+1
|\
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-1/+1
* | More info field updatesJeff Forcier2014-02-261-9/+4
* | Reorder config docJeff Forcier2014-02-241-55/+55
* | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-1/+1
* | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-1/+1
* | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-1/+1
* | Epydoc -> Sphinx.Olle Lundberg2014-01-231-19/+19
|/
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
|\
| * Merge branch '1.8' into 1.9Jeff Forcier2013-09-271-1/+1
| |\
| | * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | | Fix #179 - missing host variable in fqdn evaluationJeff Forcier2013-09-271-15/+24
* | | updated config to be compatible with multiple localforward and remoteforward ...Emre Yılmaz2013-05-211-4/+5
* | | Fix indentation at few places.Abhinav Upadhyay2013-04-271-2/+2
* | | Pep8 fixesOlle Lundberg2013-02-281-0/+1
* | | Merge branch 'openssh-compatibility' of github.com:lndbrg/paramiko into opens...Olle Lundberg2013-02-281-1/+0
|\ \ \
| * | | Create a copy of the identityfile list.Olle Lundberg2012-11-201-1/+5
| * | | DRY up the code for populating the return listOlle Lundberg2012-11-201-6/+3
| * | | Be more pythonic.Olle Lundberg2012-10-161-2/+1
| * | | Implement support for parsing proxycommand.Olle Lundberg2012-10-161-3/+19
| * | | Pep8 fixesOlle Lundberg2012-10-161-30/+30
| * | | SpellingOlle Lundberg2012-10-161-1/+1
| * | | Add host negation support to paramiko config.Olle Lundberg2012-10-161-30/+50
| | |/ | |/|
* | | Pep8 fixesOlle Lundberg2013-02-281-9/+16
* | | Fix argument passed to LazyFqdnOlle Lundberg2013-02-281-1/+2
* | | Create a copy of the identityfile list.Olle Lundberg2013-02-281-1/+5
* | | DRY up the code for populating the return listOlle Lundberg2013-02-281-6/+3
* | | Whitespace fixes.Olle Lundberg2013-02-281-16/+0
* | | Be more pythonic.Olle Lundberg2013-02-281-2/+1
* | | Implement support for parsing proxycommand.Olle Lundberg2013-02-281-24/+42
* | | Pep8 fixesOlle Lundberg2013-02-281-10/+10
* | | SpellingOlle Lundberg2013-02-281-1/+1
* | | Add host negation support to paramiko config.Olle Lundberg2013-02-281-31/+50
* | | Refactor duplicative code re #110Jeff Forcier2013-02-271-17/+9
* | | Document SSHConfig FQDN logic.John Hensley2013-02-271-3/+37
* | | Compute host's FQDN on demand onlyParantapa Bhattacharya2013-02-271-1/+14
* | | Fix #94Jeff Forcier2012-11-291-1/+1
| |/ |/|
* | Implement (& test for) ProxyCommand interpolation.Jeff Forcier2012-11-051-1/+6
* | FormattingJeff Forcier2012-11-051-20/+19
* | Fix ProxyCommand equals splitting.Jeff Forcier2012-11-051-2/+10
|/
* re #33 - fix typo, be more pythonicJan Brauer2012-09-231-3/+1
* Fix #33 - parse config as described by manpageJan Brauer2012-09-231-3/+8
* Add support for variable expansion in SSHConfigOlle Lundberg2012-09-231-4/+45
* Add basic support for parameter substitution in SSHConfig.Olle Lundberg2012-09-231-0/+22
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* patch from gary poster: allow multiple hostnames to be specified per block in...Robey Pointer2009-07-191-18/+23
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20060508005224-a8a04cd59f9fa016]Robey Pointer2006-05-071-0/+105