~x2go/x2go/+git/x2goclient:feature/libssh-api-upgrade

Last commit made on 2017-02-22
Get this branch:
git clone -b feature/libssh-api-upgrade https://git.launchpad.net/~x2go/x2go/+git/x2goclient

Branch merges

Branch information

Name:
feature/libssh-api-upgrade
Repository:
lp:~x2go/x2go/+git/x2goclient

Recent commits

a5639de... by Mihai Moldovan

src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.

Shorthands as host names and other bells and whistles like inferred port
or user name values are now supported.

a5b4d79... by Mihai Moldovan

src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.

bb727e5... by Mihai Moldovan

src/sshmasterconnection.cpp: fix up some debug strings.

ed981d1... by Mihai Moldovan

src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.

Also re-add the full stop sign and remove it when needed for x2goDebug.

1d8a37a... by Mihai Moldovan

src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().

Might break on ancient systems, but we don't care.

efd41a9... by Mihai Moldovan

src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().

Might break on ancient systems, but we don't care.

a71ce02... by Mihai Moldovan

src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().

Might break on ancient systems, but we don't care.

d14a335... by Mihai Moldovan

src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().

Might break on ancient systems, but we don't care.

f86895a... by Mihai Moldovan

src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().

Might break on ancient systems, but we don't care.

e67bf45... by Mihai Moldovan

src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().

Might break on ancient systems, but we don't care.