summaryrefslogtreecommitdiff
path: root/demos/demo_server.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
| | | | They moved from Temple Place to Franklin Street in 2005.
* Blacken under black 18.5b0Jeff Forcier2018-05-291-42/+46
|
* Remove unused value from demo/test.Jeff Forcier2017-06-011-3/+1
| | | | Honestly not sure WTF
* Update demo_server.pyAlan Yee2016-12-051-1/+1
| | | Updating base64 code in comments
* Use modern api to check if event is set.Olle Lundberg2014-12-171-1/+1
| | | | | Since we are a python2.6+ code base now, we want to be as forward compatible as possible.
* Fix outdated reference syntax in a demoJeff Forcier2014-09-081-9/+12
|
* GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-2/+35
| | | | | | | authentication with Python 3 support Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication. This patch supersedes pull request #250.
* Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss2014-02-111-21/+22
| | | SebastianDeiss:gssapi-py3-support
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
| | | | | Conflicts: paramiko/proxy.py
* 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-20060801182053-a74d120228b8009a]Robey Pointer2006-08-011-2/+3
| | | | use hexlify instead of custom-made hexify in demos
* [project @ robey@lag.net-20060723204116-319c388eacb937d6]Robey Pointer2006-07-231-1/+1
| | | | fix SSHException references in demos
* [project @ robey@master-shake.local-20060127031302-7bb0582ea98a60bd]Robey Pointer2006-01-261-15/+22
| | | | move another demo script in, and do a bit more cleanup
* [project @ robey@master-shake.local-20060127030114-b6810c4c29964a4e]Robey Pointer2006-01-261-0/+138
code from mike looijmans for a windows interactive shell -- while i'm mucking around in here, clean up the demos a bit too