[X2Go-Commits] [libx2goclient] branch master updated (c393648 -> b74bd64)

git-admin at x2go.org git-admin at x2go.org
Sat Jun 27 14:42:19 CEST 2020


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

x2go pushed a change to branch master
in repository libx2goclient.

      from  c393648   src/x2goclient-network-ssh.{c,h}: add more type checks and fix falldown from that.
       new  cbabdf0   src/x2goclient-openssh-bugs.{c,h}: implement bugs structure updating mechanism.
       new  417e73c   src/x2goclient-openssh-bugs.{c,h}: implement first bugs shim: backgrounding_keeps_stderr.
       new  ee1dca7   src/x2goclient-{network-ssh,openssh-version}.{c,h}: split up x2goclient_network_ssh_fetch_openssh_version into same function and x2goclient_openssh_version_fetch_openssh_version which does the actual work.
       new  3d73ff5   src/x2goclient-network.c: fix socket-spec property.
       new  d881f36   src/x2goclient-network.c: replace g_string_free () with g_boxed_free ().
       new  5127e56   src/x2goclient-network-ssh.c: also use g_boxed_free ().
       new  37e0a13   src/x2goclient-network{,-ssh}.c: add G_PARAM_STATIC_STRINGS, they are all static anyway.
       new  06878da   src/x2goclient-openssh-bugs.h: fix function name: x2goclient_network_update_bugs () -> x2goclient_openssh_bugs_update ().
       new  28833e9   src/x2goclient-network-ssh.c: update bugs stucture in connect function.
       new  c13cccb   src/x2goclient-utils.{c,h}: add new documented function x2goclient_strbrk_dup ().
       new  88b8033   src/x2goclient-openssh-version.c: remove useless assignments to "cont" variable.
       new  7ce884d   src/x2goclient-openssh-version.c: set free'd variables to NULL for good measure.
       new  b74bd64   src/x2goclient-openssh-version.c: rework std{out,err} size checking.

The 13 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:
 src/x2goclient-network-ssh.c     | 214 ++++++-------------------------
 src/x2goclient-network-ssh.h     |   2 -
 src/x2goclient-network.c         |  19 +--
 src/x2goclient-openssh-bugs.c    |  32 +++++
 src/x2goclient-openssh-bugs.h    |  24 ++--
 src/x2goclient-openssh-version.c | 265 +++++++++++++++++++++++++++++++++++++++
 src/x2goclient-openssh-version.h |   4 +
 src/x2goclient-utils.c           |  79 ++++++++++++
 src/x2goclient-utils.h           |   1 +
 9 files changed, 444 insertions(+), 196 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git


More information about the x2go-commits mailing list