summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Coverage tweaksJeff Forcier2021-10-011-0/+2
| | | | | - our customized test runner needed to stop using cli flag now that rcfile is in use, lol. NOW tests are shown. - add coverage files to gitignore
* add support for new OpenSSH private key formatJared Hobbs2018-11-271-0/+1
| | | | This work is based off the work done in https://github.com/paramiko/paramiko/pull/618
* Better test dir cleanupJeff Forcier2017-10-231-1/+0
|
* Test-related ignore updatesJeff Forcier2017-10-231-1/+1
|
* Ignore .cache dir for pytestJeff Forcier2017-10-231-0/+1
|
* Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore README demos/demo_simple.py dev-requirements.txt paramiko/__init__.py paramiko/_winapi.py paramiko/agent.py paramiko/auth_handler.py paramiko/ber.py paramiko/buffered_pipe.py paramiko/channel.py paramiko/client.py paramiko/common.py paramiko/dsskey.py paramiko/ecdsakey.py paramiko/file.py paramiko/hostkeys.py paramiko/kex_gex.py paramiko/kex_group1.py paramiko/message.py paramiko/packet.py paramiko/pkey.py paramiko/primes.py paramiko/proxy.py paramiko/py3compat.py paramiko/server.py paramiko/sftp_client.py paramiko/transport.py paramiko/util.py paramiko/win_pageant.py setup.py sites/shared_conf.py sites/www/changelog.rst sites/www/conf.py sites/www/index.rst sites/www/installing.rst test.py tests/loop.py tests/stub_sftp.py tests/test_auth.py tests/test_client.py tests/test_file.py tests/test_hostkeys.py tests/test_kex.py tests/test_message.py tests/test_packetizer.py tests/test_pkey.py tests/test_sftp.py tests/test_sftp_big.py tests/test_transport.py tests/test_util.py
| * Add coverage command as Invoke taskJeff Forcier2014-02-111-0/+1
| |
| * Start fleshing out two-site setupJeff Forcier2014-01-211-0/+1
| |
| * Meta prep work (reqs.txt, tasks.py)Jeff Forcier2014-01-211-0/+1
| |
* | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-0/+1
|/ | | | | | | 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 pull request #105 from clarete/masterJeff Forcier2013-02-031-0/+1
|\ | | | | tox structure
| * Adding tox info (and a requirements file)Lincoln de Sousa2012-11-061-0/+1
| |
* | Git ignore built docs dirJeff Forcier2012-11-061-0/+1
|/
* Ignore test logJeff Forcier2012-09-231-0/+1
| | | | | | | (cherry picked from commit 9fd47b550195b33e23b19edc79af8c69bc86256f) Conflicts: .gitignore
* ignore the egg-info stuff.Robey Pointer2010-04-251-2/+3
|
* ignore more.Robey Pointer2009-10-311-0/+2
|
* fix silly exception message.Robey Pointer2009-02-161-0/+1