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

2017-02-08 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 ae43804310c747a480614ff6842d5fb8b0f4989a 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-08 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 9ab085920347ebf14e6613c821b2bdd63887f29f Author: Mihai Moldovan Date: Sat Jan 28 18:12:09 2017 +0100

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

2017-02-08 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 a5ecc9fd4278aaffa2b3ecb7db9c60a95d8699b3 Author: Mihai Moldovan Date: Sat Jan 28 18:13:28 2017 +0100

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

2017-02-08 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 6770e2322d726e417b0df35577fd3d69c1c86b8a Author: Mihai Moldovan Date: Sat Jan 28 18:08:26 2017 +0100

[X2Go-Commits] [x2goclient] 01/17: 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-08 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 11ca6177f80cac5c44516d9a6a86cab32c7c99e8 Author: Mihai Moldovan Date: Sat Jan 28 17:08:43 2017 +0100

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

2017-02-08 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 33907e6d6a920c9c097027c42946a9f9619118e8 Author: Mihai Moldovan Date: Sat Jan 28 17:15:38 2017 +0100

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

2017-02-08 Thread git-admin
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

[X2Go-Commits] [x2goclient] 05/17: src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().

2017-02-08 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 81796f5687d84697e9d6fa2d268c9fb56cf0592d Author: Mihai Moldovan Date: Sat Jan 28 17:50:05 2017 +0100

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

2017-02-08 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 07480747482b2304d5dba8e4ee0be52d213a57ac Author: Mihai Moldovan Date: Sat Jan 28 18:14:56 2017 +0100

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

2017-02-08 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 fbb7b42e94187fb16debf7a9f0726279aecf1ef3 Author: Mihai Moldovan Date: Thu Feb 2 08:09:08 2017 +0100

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

2017-02-08 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 5da95dd67021db42c44f9cd12048fb9e08f3016c Author: Mihai Moldovan Date: Sat Jan 28 18:12:09 2017 +0100

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

2017-02-08 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 56e2dc3cb9d1b45d0570d66c3a7e0182726205e2 Author: Mihai Moldovan Date: Thu Feb 2 06:56:32 2017 +0100

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

2017-02-08 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 0c9dc982a93c04a17617bf91580738c8dc4649f0 Author: Mihai Moldovan Date: Sat Jan 28 17:45:31 2017 +0100

[X2Go-Commits] [x2goclient] 06/18: src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().

2017-02-08 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 e753fe2ce5c21282d9a9ba5b65450f80011a992b Author: Mihai Moldovan Date: Sat Jan 28 17:50:05 2017 +0100

[X2Go-Commits] [x2goclient] 04/18: src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().

2017-02-08 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 d1e7566ee36be568552d0a07474fd2ff0b717a27 Author: Mihai Moldovan Date: Sat Jan 28 17:36:03 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.7.4 and higher) or ssh_get_publickey () (0.7.3 and lo

2017-02-08 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 d8d30e34d2515f91eb46b8f2f58d65ee9880f183 Author: Mihai Moldovan Date: Sat Jan 28 17:08:43 2017 +0100

[X2Go-Commits] [x2goclient] 01/18: src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.

2017-02-08 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 93dd9152d5e1b2cb4700658934da417664e26379 Author: Mihai Moldovan Date: Sat Jan 28 16:04:28 2017 +0100

[X2Go-Commits] [x2goclient] 09/18: src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().

2017-02-08 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 9c326fd8e54a368aa460a5f41458e6b808ef7554 Author: Mihai Moldovan Date: Sat Jan 28 18:06:22 2017 +0100

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

2017-02-08 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 a34bb98e7f11f8dd4cd2460d64cebb671fccc5f2 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-08 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 d6ef7cfefddafaac535b08f50f6a4b55459d4987 Author: Mihai Moldovan Date: Sat Jan 28 18:10:26 2017 +0100

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

2017-02-08 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 bd335f0d9ea19019ee91a5f0c5ac6112c606da39 Author: Mihai Moldovan Date: Thu Feb 2 06:56:32 2017 +0100

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

2017-02-08 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 fc84c24b51e3d0c9109e58639621294677074308 Author: Mihai Moldovan Date: Thu Feb 2 08:06:03 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-08 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 b1e826edfef57650de4ccbe48d2967a15ed0587b Author: Mihai Moldovan Date: Sat Jan 28 18:34:46 2017 +0100

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

2017-02-08 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 6e8faf2a4cec739dfd13de9eec2507be5cc5121c Author: Mihai Moldovan Date: Sat Jan 28 17:52:29 2017 +0100

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

2017-02-08 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 5479c31f14af23058d8da9bd357c6e72905d8de7 Author: Mihai Moldovan Date: Thu Feb 2 08:09:08 2017 +0100

[X2Go-Commits] [x2goclient] 03/17: src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().

2017-02-08 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 8063573a5363b1a9819528e75ec357e9d7bcaf09 Author: Mihai Moldovan Date: Sat Jan 28 17:36:03 2017 +0100

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

2017-02-08 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 49e2cd65c436f56646b8f13c15f5ab80944e2ff1 Author: Mihai Moldovan Date: Sat Jan 28 17:45:31 2017 +0100

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

2017-02-08 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 4462ca32dc263af78b05758833a3f0d59ff50d79 Author: Mihai Moldovan Date: Sat Jan 28 17:52:29 2017 +0100

[X2Go-Commits] [x2goclient] 08/17: src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().

2017-02-08 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 2ba4653557be21c78a8005a3f8ec64254778d78b Author: Mihai Moldovan Date: Sat Jan 28 18:06:22 2017 +0100

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

2017-02-08 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 6e894f142458c9f526eeb0acb909e528456706a8 Author: Mihai Moldovan Date: Sat Jan 28 18:08:26 2017 +0100

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

2017-02-08 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 2fd60e85b29f705b39291ece9da4efb6aef4ee72 Author: Mihai Moldovan Date: Sat Jan 28 17:54:41 2017 +0100

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

2017-02-08 Thread git-admin
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 0ba2e55 src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121. discards 148f236

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

2017-02-08 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 530a5e6e3afd372c1632b280abc171f4748f001b Author: Mihai Moldovan Date: Sat Jan 28 17:15:38 2017 +0100

[X2Go-Commits] [x2goclient] 02/04: res/i18n/x2goclient_es.ts: remove obsolete comments and very minor whitespace fixup.

2017-02-08 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 3131bde6dbcb06aa4bd310c738d578934e981634 Author: Mihai Moldovan Date: Thu Feb 9 05:37:42 2017 +0100 res/i18n/x2goclient_es.ts: remove

[X2Go-Commits] [x2goclient] 03/04: res/i18n/x2goclient_de.ts: update German translation file.

2017-02-08 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 6ef548f956b70420c7fbcf4f59071e24756c32b5 Author: Stefan Baur Date: Thu Feb 9 06:16:52 2017 +0100 res/i18n/x2goclient_de.ts:

[X2Go-Commits] [x2goclient] 01/04: res/i18n/x2goclient_es.ts: update Spanish translation file.

2017-02-08 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 44708d62a2aacff80d190fb8ab0eafcc596a21f0 Author: Ricardo Díaz Martín Date: Thu Feb 9 05:16:28 2017 +0100

[X2Go-Commits] [x2goclient] branch master updated (ec534c7 -> b5435f5)

2017-02-08 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 ec534c7 res/i18n/x2goclient_es.ts: fixup Spanish translation file where necessary and add comments/requests for re-translations for the next time.

[X2Go-Commits] [x2goclient] 04/04: res/i18n/x2goclient_de.ts: fixup German translation file, including typo, whitespace, grammar fixes and other stuff.

2017-02-08 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 b5435f5dc27d59db6ac77adf3d460b1c7733ab68 Author: Mihai Moldovan Date: Thu Feb 9 06:33:42 2017 +0100 res/i18n/x2goclient_de.ts: fixup