[X2Go-Commits] [libx2goclient] branch master updated (5dbe21d -> 0497101)

git-admin at x2go.org git-admin at x2go.org
Sat Aug 31 23:29:01 CEST 2019


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

x2go pushed a change to branch master
in repository libx2goclient.

      from  5dbe21d   src/x2goclient-network-ssh.{c,h}: start implementing connect () vfunc, create parent directory to control socket.
       new  8c761ed   src/: add new stubs for miscellaneous utilities - x2goclient-utils.{c,h}.
       new  859925d   src/Makefile.am: add x2goclient-utils.{c,h}.
       new  7d7b069   po/POTFILES.in: add x2goclient-utils.c.
       new  1b1745b   src/x2goclient-utils.{c,h}: add helper for clearing string data.
       new  9a0df18   src/x2goclient.h: always include x2goclient-utils.h. Probably useful globally.
       new  397a4b1   src/x2goclient-network-ssh.c: memory cleanup in x2goclient_network_ssh_connect_parent ().
       new  d8bd70f   src/x2goclient-network.c: initialize private data.
       new  f919a4b   src/x2goclient-network-ssh.{c,h}: initial ssh command call construction.
       new  143bbbe   src/x2goclient-network-ssh.c: fix (some) sockspec parsing truncation due to an off-by-one error when looking for the port separator colon or enclosing brackets.
       new  c7cec96   src/x2goclient-network-ssh.c: set internal error when parsing an IPv4/IPv6 address failed.
       new  0497101   src/x2goclient-network-ssh.c: allow colons in alias/FQDN specs.

The 11 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:
 po/POTFILES.in                                  |   1 +
 src/Makefile.am                                 |   2 +
 src/x2goclient-network-ssh.c                    | 131 +++++++++++++++++++++---
 src/x2goclient-network-ssh.h                    |   6 +-
 src/x2goclient-network.c                        |   2 +
 src/{x2goclient-object.c => x2goclient-utils.c} |  12 +--
 src/{x2goclient-object.h => x2goclient-utils.h} |  12 ++-
 src/x2goclient.h                                |   2 +
 8 files changed, 142 insertions(+), 26 deletions(-)
 copy src/{x2goclient-object.c => x2goclient-utils.c} (85%)
 copy src/{x2goclient-object.h => x2goclient-utils.h} (82%)

--
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