summaryrefslogtreecommitdiff
path: root/paramiko/server.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 re #2193Jeff Forcier2023-03-031-2/+2
* Expand documentation on server agent handling.Jamie Bliss2023-02-241-0/+3
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-241-4/+4
* Harmonize into *args from *larg, *largsYaroslav Halchenko2023-01-241-2/+2
* No more (object)ionsJeff Forcier2023-01-161-2/+2
* Some semi-missed removals of 'long'Jeff Forcier2023-01-091-1/+1
* string_types -> strJeff Forcier2023-01-091-2/+1
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Blacken Paramiko on 2.4Chris Rose2018-05-171-19/+30
* Same issue as I ran into with invoke: somehow, Python 2.7 intersphinx no long...Jeff Forcier2017-10-131-1/+1
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-1/+2
* Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-1/+1
* Really, really gotta get better about enforcing theseJeff Forcier2017-09-051-0/+2
* server: Support pre-authentication bannersDennis Kaarsemaker2017-07-061-0/+11
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-34/+33
* Python 2.6 compat formatstringsJeff Forcier2017-06-011-2/+4
* Even moar parentheses over backslashesJeff Forcier2017-05-311-4/+6
* Fix documentation build failure.Dorian Pula2017-05-311-1/+1
* Additional PEP8 fixes.Dorian Pula2017-05-311-29/+29
* Flake8 improvements for more of paramiko.Dorian Pula2017-05-311-24/+36
* untie agian!james mike dupont2017-01-241-1/+1
* Add a missing import.Anselm Kruis2015-03-181-1/+1
* Merge branch '1.14' into 1.15Jeff Forcier2014-09-181-9/+6
|\
| * Fix more missed epydoc syntaxJeff Forcier2014-09-181-9/+6
* | Change GSS-API epydoc docstrings to SphinxSebastian Deiss2014-03-271-43/+37
* | Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-316/+266
|\ \ | |/
| * Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-3/+2
| * Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-2/+2
| |\
| | * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-2/+1
| | * Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-1/+1
| | * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-1/+2
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-03-041-313/+264
| |\ \ | | |/ | |/|
| | * Fix up remaining Sphinx build warningsJeff Forcier2014-02-261-0/+3
| | * Server info fields.Jeff Forcier2014-02-261-160/+109
| | * Server docstrings updatedJeff Forcier2014-02-241-14/+13
| | * s/paramiko/Paramiko/Jeff Forcier2014-02-241-3/+3
| | * Tweak order of System doc pageJeff Forcier2014-02-241-42/+42
| | * s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
| | * Don't actually need :class: anywhere nowJeff Forcier2014-02-211-70/+70
| | * Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-14/+14
| | * Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-65/+65
| | * Epydoc -> Sphinx.Olle Lundberg2014-01-231-257/+257
* | | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-0/+80
* | | Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss2014-02-111-2/+2
|/ /
* | Merge branch '1.11'Jeff Forcier2013-09-271-1/+1
|\ \ | |/
| * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | Add support for the SSH env commandBenjamin Pollack2013-09-271-0/+21
|/
* Don't mix tabs and spacesJeff Forcier2012-09-231-9/+10
* Added ssh agent support. Ported from https://github.com/robey/paramiko/pull/21Ben Davis2012-09-231-1/+16
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1