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

git-admin at x2go.org git-admin at x2go.org
Wed Feb 8 21:07:40 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  5479c31   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.
  discards  fc84c24   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
  discards  bd335f0   src/sshmasterconnection.cpp: fix up some debug strings.
  discards  b1e826e   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
  discards  ae43804   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
  discards  a5ecc9f   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
  discards  9ab0859   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
  discards  d6ef7cf   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
  discards  6770e23   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
  discards  9c326fd   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
  discards  a34bb98   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
  discards  6e8faf2   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
  discards  e753fe2   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
  discards  0c9dc98   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
  discards  d1e7566   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
  discards  530a5e6   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
  discards  d8d30e3   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () (0.7.4 and higher) or ssh_get_publickey () (0.7.3 and lower) and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
       new  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.
       new  33907e6   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
       new  8063573   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
       new  49e2cd6   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
       new  81796f5   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
       new  4462ca3   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
       new  2fd60e8   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
       new  2ba4653   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
       new  6e894f1   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
       new  e823424   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
       new  5da95dd   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
       new  d3d5a51   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
       new  0748074   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
       new  d4ce55b   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
       new  56e2dc3   src/sshmasterconnection.cpp: fix up some debug strings.
       new  284c090   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
       new  fbb7b42   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   (5479c31)
            \
             N -- N -- N   refs/heads/feature/libssh-api-upgrade (fbb7b42)

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 17 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            |    4 ++--
 src/sshmasterconnection.cpp |    6 +++---
 2 files changed, 5 insertions(+), 5 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