[Chinese-commits] [fqterm] branch master updated (0d113d7 -> e2426df)

Boyuan Yang hosiet-guest at moszumanska.debian.org
Sun Dec 18 15:36:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a change to branch master
in repository fqterm.

      from  0d113d7   d/rules: do not install ts files into binary.
       new  3fba22a   only link crypto library instead of linking ssl and crypto
       new  c12356c   Add new SSH public key crypto code in ssh_kex
       new  edcc92b   fqterm_ssh2_kex.cpp: use RSA_set0_key for OpenSSL 1.1.0
       new  012e4d7   Remove fqterm_ssh_{rsa,pubkey}
       new  d10e6e6   Use delete [] for getString() generated arrays
       new  5b44be8   fqterm_ssh_socket.cpp: test SSH2 first, fix typo
       new  92c88c2   Use ssh_diffie-hellman, the new SSH diffie hellman code
       new  0a817b9   Implement ssh_cipher_t for symmetric ciphers in SSH
       new  50d144a   add aes-ctr cipher support
       new  88fed79   better handling of errors when KEX fails, use EVP digest
       new  0bcaa31   fqterm_socket.cpp: rename to fqterm_socket_private.cpp
       new  fa10d46   Use SSH2 if server version string is SSH-1.99
       new  9f420ea   Add change log
       new  d808f94   only set FQTERM_GIT_REVISION when in git repository
       new  1ed9192   Merge tag '0.9.8.4'
       new  e2426df   Prepare Release 0.9.8.4-1

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.rst                                      |  20 ++
 CMakeLists.txt                                     |   8 +-
 debian/changelog                                   |   8 +
 debian/fqterm.1                                    |  40 +--
 debian/{fqterm.bin.1 => fqterm.bin.zh_CN.1}        |   0
 debian/fqterm.manpages                             |   2 +
 debian/fqterm.zh_CN.1                              |  32 +++
 debian/rules                                       |   4 +
 debian/watch                                       |   2 +-
 src/protocol/CMakeLists.txt                        |  14 +-
 ...fqterm_socket.cpp => fqterm_socket_private.cpp} | 288 +++++++++++----------
 src/protocol/fqterm_ssh_socket.cpp                 |  18 +-
 src/protocol/internal/all_ciphers.c                |  34 +++
 src/protocol/internal/fqterm_ssh1_packet.cpp       |  24 +-
 src/protocol/internal/fqterm_ssh1_packet.h         |   3 +
 src/protocol/internal/fqterm_ssh2_kex.cpp          | 209 ++++++++-------
 src/protocol/internal/fqterm_ssh2_kex.h            |  13 +-
 src/protocol/internal/fqterm_ssh2_packet.cpp       |  50 +---
 src/protocol/internal/fqterm_ssh2_packet.h         |  30 +--
 src/protocol/internal/fqterm_ssh_buffer.cpp        |   2 +-
 src/protocol/internal/fqterm_ssh_cipher.h          |  58 -----
 src/protocol/internal/fqterm_ssh_des.cpp           | 180 -------------
 src/protocol/internal/fqterm_ssh_des.h             |  74 ------
 src/protocol/internal/fqterm_ssh_packet.cpp        |  73 ++----
 src/protocol/internal/fqterm_ssh_packet.h          |  18 +-
 src/protocol/internal/fqterm_ssh_pubkey.h          |  37 ---
 src/protocol/internal/fqterm_ssh_rsa.cpp           |  67 -----
 src/protocol/internal/fqterm_ssh_rsa.h             |  41 ---
 src/protocol/internal/ssh_3des-ssh1.c              |  82 ++++++
 src/protocol/internal/ssh_cipher.h                 |  51 ++++
 src/protocol/internal/ssh_crypto_common.c          |  39 +++
 src/protocol/internal/ssh_crypto_common.h          |  20 ++
 src/protocol/internal/ssh_diffie-hellman.c         | 130 ++++++++++
 src/protocol/internal/ssh_diffie-hellman.h         |  49 ++++
 src/protocol/internal/ssh_evp_cipher.c             |  63 +++++
 src/ui/CMakeLists.txt                              |   4 +-
 src/ui/aboutdialog.cpp                             |   6 +-
 37 files changed, 926 insertions(+), 867 deletions(-)
 create mode 100644 CHANGELOG.rst
 copy debian/{fqterm.bin.1 => fqterm.bin.zh_CN.1} (100%)
 create mode 100644 debian/fqterm.zh_CN.1
 rename src/protocol/{fqterm_socket.cpp => fqterm_socket_private.cpp} (75%)
 create mode 100644 src/protocol/internal/all_ciphers.c
 delete mode 100644 src/protocol/internal/fqterm_ssh_cipher.h
 delete mode 100644 src/protocol/internal/fqterm_ssh_des.cpp
 delete mode 100644 src/protocol/internal/fqterm_ssh_des.h
 delete mode 100644 src/protocol/internal/fqterm_ssh_pubkey.h
 delete mode 100644 src/protocol/internal/fqterm_ssh_rsa.cpp
 delete mode 100644 src/protocol/internal/fqterm_ssh_rsa.h
 create mode 100644 src/protocol/internal/ssh_3des-ssh1.c
 create mode 100644 src/protocol/internal/ssh_cipher.h
 create mode 100644 src/protocol/internal/ssh_crypto_common.c
 create mode 100644 src/protocol/internal/ssh_crypto_common.h
 create mode 100644 src/protocol/internal/ssh_diffie-hellman.c
 create mode 100644 src/protocol/internal/ssh_diffie-hellman.h
 create mode 100644 src/protocol/internal/ssh_evp_cipher.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git



More information about the Chinese-commits mailing list