★ wanayoo — archive 1999 https://github.com/ParallelSSH/ssh2-python/pull/90/commitsNouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple features, bug fixes and update libssh2 to the latest stable. #90

Closed
wants to merge 32 commits into from

Commits on May 8, 2019

  1. Session.userauth_keyboardinteractive method

    dvolodin7 committed May 8, 2019
  2. flake8

    dvolodin7 committed May 8, 2019
  3. Add libsssh2_session_method_pref

    This enables giving ssh a prefered list of options such as
    kex, ciphers, MACs and etc
    ArvydasVe committed May 8, 2019
  4. Merge pull request #1 from getCUJO/add_method-pref_function

    Add libsssh2_session_method_pref
    ArvydasVe committed May 8, 2019

Commits on May 21, 2019

  1. Add recompiled cython files

    ArvydasVe committed May 21, 2019
  2. Merge pull request #2 from getCUJO/add_method-pref_function

    Add recompiled cython files
    ArvydasVe committed May 21, 2019

Commits on Jul 5, 2019

  1. userauth_password and userauth_keyboardinteractive tests

    dvolodin7 committed Jul 5, 2019
  2. Fix test

    dvolodin7 committed Jul 5, 2019

Commits on Nov 2, 2019

  1. Update libssh2 to 1.9.0 stable.

    Regenerate Cython files.
    Add `ssh2.session.Session.method_pref()` doc string.
    Update .gitignore to include src directory to ignore libssh2 rebuilds.
    Red-M committed Nov 2, 2019
  2. Update README.rst

    Red-M committed Nov 2, 2019

Commits on Nov 6, 2019

  1. Add python 3.8 to appveyor.

    Add additional error codes.
    Add `session.method_pref()` docs and tests.
    Add `session.methods()`, docs and tests.
    Add `session.supported_algs()`, docs and tests.
    Add `session.flag()`, docs and tests.
    Bug fix for `session.userauth_publickey_frommemory()` being provided no public key and throwing a type error.
    Red-M committed Nov 6, 2019
  2. Fix docstring.

    Red-M committed Nov 6, 2019

Commits on Nov 9, 2019

  1. Add callback enum for c_ssh.

    Add callback function typedef for keyboard interactive authentication.
    Add `ctypedef`s for keyboard interactive authentication.
    Fix keyboard interactive authentication function def in c_ssh.
    Internally hide that `libssh2_userauth_keyboard_interactive` takes a callback function and not a string...
    Red-M committed Nov 9, 2019
  2. Fix flake8 errors.

    Red-M committed Nov 9, 2019

Commits on Dec 8, 2019

  1. Allow for global name import of the library.

    Add enums to clean up any symbols from libssh2 and make interacting with them much easier to do.
    Add additional unit tests for #86
    Red-M committed Dec 8, 2019
  2. Allow travis to ignore git LFS because the repo is over limit.

    Red-M committed Dec 8, 2019
  3. Add additional builds on more python 3 versions.

    Red-M committed Dec 8, 2019

Commits on Dec 18, 2019

  1. Regenerated Cython C files with 0.29.6

    Red-M committed Dec 18, 2019
  2. Regenerate Cython using 0.29.14

    Red-M committed Dec 18, 2019

Commits on Feb 16, 2020

  1. Add extra host key types to support extra ciphers.

    Red-M committed Feb 16, 2020
  2. Also add host key types to the ssh2 enums.

    Red-M committed Feb 16, 2020

Commits on Mar 19, 2020

  1. Fix `ssh2.enums.HOSTKEY_TYPE` enum.

    Correct issue in `ssh2.sftp_handel.SFTPHandle.readdir*()` which adds EAGAIN items into the generators.
    Red-M committed Mar 19, 2020

Commits on Jun 6, 2020

  1. Turn libssh2 source tree into git submodule.

    Rename library to redlibssh2.
    Red-M committed Jun 6, 2020
  2. Renaming efforts.

    Red-M committed Jun 6, 2020
  3. Update README.rst.

    Red-M committed Jun 6, 2020
  4. Update README.rst.

    Red-M committed Jun 6, 2020

Commits on Jun 8, 2020

  1. Update README.md

    Red-M committed Jun 8, 2020

Commits on Jun 13, 2020

  1. gitlab ci

    Red-M committed Jun 13, 2020
  2. gitlab ci

    Red-M committed Jun 13, 2020
You can’t perform that action at this time.