[X2Go-Commits] [x2goclient] branch feature/libssh-api-upgrade updated (fbb7b42 -> d821bc3)

git-admin at x2go.org git-admin at x2go.org
Fri Feb 10 05:35:17 CET 2017


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

x2go pushed a change to branch feature/libssh-api-upgrade
in repository x2goclient.

  discards  fbb7b42   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.
  discards  284c090   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
  discards  56e2dc3   src/sshmasterconnection.cpp: fix up some debug strings.
  discards  d4ce55b   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
  discards  0748074   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
  discards  d3d5a51   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
  discards  5da95dd   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
  discards  e823424   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
  discards  6e894f1   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
  discards  2ba4653   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
  discards  2fd60e8   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
  discards  4462ca3   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
  discards  81796f5   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
  discards  49e2cd6   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
  discards  8063573   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
  discards  33907e6   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
  discards  11ca617   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () (0.8.0 and higher) or ssh_get_publickey () (0.7.x and lower) and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
  discards  93dd915   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
      adds  44708d6   res/i18n/x2goclient_es.ts: update Spanish translation file.
      adds  3131bde   res/i18n/x2goclient_es.ts: remove obsolete comments and very minor whitespace fixup.
      adds  6ef548f   res/i18n/x2goclient_de.ts: update German translation file.
      adds  b5435f5   res/i18n/x2goclient_de.ts: fixup German translation file, including typo, whitespace, grammar fixes and other stuff.
       new  415cced   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
       new  9cd8930   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () (0.8.0 and higher) or ssh_get_publickey () (0.7.x and lower) and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
       new  de301a6   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
       new  243a925   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
       new  deaf15a   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
       new  974d77e   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
       new  379900b   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
       new  56369bd   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
       new  54ce362   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
       new  56c01f2   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
       new  e383a8f   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
       new  a51c90f   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
       new  19f371d   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
       new  cf680f0   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
       new  6990f50   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
       new  84fbe9c   src/sshmasterconnection.cpp: fix up some debug strings.
       new  9964ebe   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
       new  d821bc3   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fbb7b42)
            \
             N -- N -- N   refs/heads/feature/libssh-api-upgrade (d821bc3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 18 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:
 debian/changelog            |    9 ++
 res/i18n/x2goclient_de.ts   |  221 +++++++++++++++++++++++++------------------
 res/i18n/x2goclient_es.ts   |   54 +++++------
 src/sshmasterconnection.cpp |   11 ++-
 4 files changed, 173 insertions(+), 122 deletions(-)

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list