Skip to content

Commit

Permalink
Options (#49)
Browse files Browse the repository at this point in the history
* add missing options: PUBLICKEY_ACCEPTED_TYPES, PROCESS_CONFIG, REKEY_DATA, REKEY_TIME
* Re-generated sources with latest cython

Co-authored-by: Marian Beermann <[email protected]>
  • Loading branch information
pkittenis and enkore authored Mar 20, 2022
1 parent 4337437 commit 1d1887b
Show file tree
Hide file tree
Showing 18 changed files with 3,882 additions and 1,406 deletions.
6 changes: 5 additions & 1 deletion ssh/c_ssh.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,11 @@ cdef extern from "libssh/libssh.h" nogil:
SSH_OPTIONS_KBDINT_AUTH,
SSH_OPTIONS_GSSAPI_AUTH,
SSH_OPTIONS_GLOBAL_KNOWNHOSTS,
SSH_OPTIONS_NODELAY
SSH_OPTIONS_NODELAY,
SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
SSH_OPTIONS_PROCESS_CONFIG,
SSH_OPTIONS_REKEY_DATA,
SSH_OPTIONS_REKEY_TIME
enum:
SSH_SCP_WRITE
SSH_SCP_READ
Expand Down
271 changes: 204 additions & 67 deletions ssh/callbacks.c

Large diffs are not rendered by default.

351 changes: 250 additions & 101 deletions ssh/channel.c

Large diffs are not rendered by default.

378 changes: 266 additions & 112 deletions ssh/connector.c

Large diffs are not rendered by default.

196 changes: 164 additions & 32 deletions ssh/error_codes.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d1887b

Please sign in to comment.