[X2Go-Commits] [x2goclient] 13/18: src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit efd41a909bdb69249f2ee1e7f26fbbb64dfab73e Author: Mihai Moldovan Date: Sat Jan 28 18:13:28 2017 +0100

[X2Go-Commits] [x2goclient] 15/18: src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit ed981d141bd7f4f91ff1a44d41660c10b4464a33 Author: Mihai Moldovan Date: Sat Jan 28 18:34:46 2017 +0100

[X2Go-Commits] [x2goclient] 05/18: src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit dffc470d3735908280d440a69c445e52568f4bad Author: Mihai Moldovan Date: Sat Jan 28 17:45:31 2017 +0100

[X2Go-Commits] [x2goclient] 07/18: src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit b7223706ae9ee2dd674f7c094c27f72687dc5ddb Author: Mihai Moldovan Date: Sat Jan 28 17:52:29 2017 +0100

[X2Go-Commits] [x2goclient] 14/18: src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit 1d8a37ab475a9bcfdcefda0889076bf90b91908c Author: Mihai Moldovan Date: Sat Jan 28 18:14:56 2017 +0100

[X2Go-Commits] [x2goclient] 12/18: src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit a71ce029b0ea04ff9275521246e427441d18cc09 Author: Mihai Moldovan Date: Sat Jan 28 18:12:09 2017 +0100

[X2Go-Commits] [x2goclient] 03/18: src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit c6ce2553e886c919774fa33cbd4362d75e1b7e58 Author: Mihai Moldovan Date: Sat Jan 28 17:15:38 2017 +0100

[X2Go-Commits] [x2goclient] 08/18: src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit f1abcbd7ba79a32301ec8981f2bc1c01daf39d8c Author: Mihai Moldovan Date: Sat Jan 28 17:54:41 2017 +0100

[X2Go-Commits] [x2goclient] 11/18: src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit d14a335f6d645a2b9fc004a858f7166770f21252 Author: Mihai Moldovan Date: Sat Jan 28 18:10:26 2017 +0100

[X2Go-Commits] [x2goclient] 10/18: src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit f86895a291277060f29af59fba8433fdfe15f166 Author: Mihai Moldovan Date: Sat Jan 28 18:08:26 2017 +0100

[X2Go-Commits] [x2goclient] branch bugfix/typos updated (21f3c45 -> e7e2e4e)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch bugfix/typos in repository x2goclient. discards 21f3c45 src/pulsemanager.cpp: fix up a debug string. discards 771efe8 src/{onmainwindow,httpbrokerclient}.cpp: fix up error/warning message

[X2Go-Commits] [x2goclient] 02/02: src/pulsemanager.cpp: fix up a debug string.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/typos in repository x2goclient. commit e7e2e4e0821ccf61a0a9711ae35147b4db0b1cf4 Author: Mihai Moldovan Date: Fri Feb 3 02:00:59 2017 +0100 src/pulsemanager.cpp: fix up

[X2Go-Commits] [x2goclient] 01/02: src/{onmainwindow, httpbrokerclient}.cpp: fix up error/warning message displayed when the server-specified key is unknown, but we have another key type stored alread

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/typos in repository x2goclient. commit 8e503d89ee2d03a313c3deff11f0516fce503022 Author: Mihai Moldovan Date: Thu Feb 2 18:00:28 2017 +0100

[X2Go-Commits] [x2goclient] 02/18: 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 lo

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit 15ce4dac9b7d32e667eb946d815270d4915429b6 Author: Mihai Moldovan Date: Sat Jan 28 17:08:43 2017 +0100

[X2Go-Commits] [x2goclient] 17/18: src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit a5b4d79ff5fd82f15016b209ce3de036839d8a09 Author: Mihai Moldovan Date: Thu Feb 2 08:06:03 2017 +0100

[X2Go-Commits] [x2goclient] 16/18: src/sshmasterconnection.cpp: fix up some debug strings.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit bb727e5380916de20243caf949d8efb2e94a5825 Author: Mihai Moldovan Date: Thu Feb 2 06:56:32 2017 +0100

[X2Go-Commits] [x2goclient] 18/18: src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/libssh-api-upgrade in repository x2goclient. commit a5639dea6e7fde937fbaf8c693badfa33b78ae57 Author: Mihai Moldovan Date: Thu Feb 2 08:09:08 2017 +0100

[X2Go-Commits] [x2goclient] branch master updated (a5639de -> e7e2e4e)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from a5639de src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121. adds 8e503d8 src/{onmainwindow,httpbrokerclient}.cpp: fix

[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+debian-wheezy #449

2017-02-22 Thread jenkins
http://jenkins.x2go.org:8080/job/x2goclient+nightly+debian-wheezy/449/Changes: [ionic] src/{onmainwindow,httpbrokerclient}.cpp: fix up error/warning message [ionic] src/pulsemanager.cpp: fix up a debug string. -- [...truncated 75.78 KB...]

[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+debian-wheezy #448

2017-02-22 Thread jenkins
http://jenkins.x2go.org:8080/job/x2goclient+nightly+debian-wheezy/448/Changes: [ionic] src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead [ionic] src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public [ionic] src/sshmasterconnection.cpp: replace string_free

[X2Go-Commits] [[X2Go Wiki]] page changed: events:start

2017-02-22 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Date: 2017/02/22 11:54 Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0 IP-Address : 78.43.90.159 Hostname: HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de Old

[X2Go-Commits] [x2gobroker] 01/01: man/*: update date stamps pre-release.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit a9ecedc9cc4b36f5a72931f5ce1bbefab9576ac9 Author: Mihai Moldovan Date: Thu Feb 23 01:48:00 2017 +0100 man/*: update date stamps

[X2Go-Commits] [x2gobroker] branch master updated (a9ecedc -> dbea0c7)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from a9ecedc man/*: update date stamps pre-release. new dbea0c7 release 0.0.3.2 The 1 revisions listed above as "new" are entirely new to this

[X2Go-Commits] [x2gobroker] 01/01: release 0.0.3.2

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit dbea0c7c20c58e6783ea796691f0881131ad6590 Author: X2Go Release Manager Date: Thu Feb 23 02:29:20 2017 +0100 release 0.0.3.2 ---

[X2Go-Commits] [x2gobroker] branch master updated (a068f0d -> a9ecedc)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from a068f0d x2gobroker-authservice: fixup 60db077d1. The hasattr() call takes a string as its second parameter. new a9ecedc man/*: update date

[X2Go-Commits] [x2gobroker] branch master updated (dbea0c7 -> 7f81125)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from dbea0c7 release 0.0.3.2 new 7f81125 Continue development The 1 revisions listed above as "new" are entirely new to this repository and will

[X2Go-Commits] [x2gobroker] 01/01: Continue development

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 7f81125546fec5e4082a66269148dd5bc1c8132d Author: X2Go Release Manager Date: Thu Feb 23 03:43:10 2017 +0100 Continue development

[X2Go-Commits] [x2gobroker] branch build-main updated (2f467f7 -> dbea0c7)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository x2gobroker. from 2f467f7 release 0.0.3.1 adds 3815b4a Continue development adds 4ec39d0 debian/x2gobroker-loadchecker.service: Fix flawed symlink

[X2Go-Commits] [x2goclient] 01/01: src/sshmasterconnection.cpp: turns out libssh < 0.6.0 doesn't support fetching the host, port and username parameters at all.

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 9e96ba4d800beb14a0d49f707c7052378aca3ac0 Author: Mihai Moldovan Date: Thu Feb 23 08:17:55 2017 +0100 src/sshmasterconnection.cpp:

[X2Go-Commits] [x2goclient] branch master updated (43da15a -> 9e96ba4)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 43da15a src/sshmasterconnection.cpp: libssh < 0.6.0 does not have the ssh_options_get () API, but instead expects users to pull out information

[X2Go-Commits] [x2goclient] branch master updated (e7e2e4e -> 43da15a)

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from e7e2e4e src/pulsemanager.cpp: fix up a debug string. new 43da15a src/sshmasterconnection.cpp: libssh < 0.6.0 does not have the

[X2Go-Commits] [x2goclient] 01/01: src/sshmasterconnection.cpp: libssh < 0.6.0 does not have the ssh_options_get () API, but instead expects users to pull out information directly from the ssh_session

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 43da15a4074378ef81c33e97aa79a72f7f0d6202 Author: Mihai Moldovan Date: Thu Feb 23 06:05:26 2017 +0100 src/sshmasterconnection.cpp:

[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+debian-wheezy #450

2017-02-22 Thread jenkins
http://jenkins.x2go.org:8080/job/x2goclient+nightly+debian-wheezy/450/Changes: [ionic] src/sshmasterconnection.cpp: libssh < 0.6.0 does not have the -- [...truncated 77.70 KB...] make[1]: Leaving directory `/<>' dh_clean -O--parallel dpkg-source -b