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

git-admin at x2go.org git-admin at x2go.org
Fri May 29 11:34:03 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  48730d9   src/x2goclient-openssh-version.c: use g_slice_free for slice allocator memory.
       new  aa1841c   src/x2goclient-network-ssh.c: hook up OpenSSH version number fetching to x2goclient_network_ssh_parent_connect ().
       new  7797aa2   src/x2goclient-openssh-version.c: fix top file description.
       new  77d3c7a   src/: add x2goclient-openssh-bugs.{c,h}.
       new  4d1f0d4   src/Makefile.am: add x2goclient-openssh-bugs.{c,h}.
       new  23297e1   po/POTFILES.in: add src/x2goclient-openssh-bugs.c.
       new  020fcfb   src/x2goclient-network.c: fix setter to use the correct value types.
       new  41cdd0a   src/x2goclient-network-ssh.c: fix getter to copy object, transfer ownership and return the copy.
       new  6900630   src/x2goclient-network.h: whitespace in preprocessor expression only.
       new  2119d16   src/x2goclient-network-ssh.c: hook up X2GoClientOpenSSHBugs object as property.
       new  4fc7b45   src/x2goclient-openssh-bugs.h: fix compile error, enums can't be empty.
       new  83477b1   src/x2goclient-{network{,-ssh},openssh-version}.c: add GErr-checking where needed.
       new  bb7e745   src/x2goclient-network.c: use return value variables.
       new  99cf97c   src/x2goclient-{{network{,-ssh},openssh-version}.{c,h},openssh-bugs.c}: constify pointers in function parameters to deter people from reassigning them to other data within the function.
       new  c0560d3   src/x2goclient-{network{,-ssh},openssh-{bugs,version}}.c: use <constant> <op> <var> instead of <var> <op> <constant>.
       new  c002dd6   src/x2goclient-{network-ssh,openssh-version}.c: wrap arithmetic and logical expressions in additional parentheses, unless they are the only argument.
       new  2963136   src/x2goclient-network-ssh.c: fix comment, whitespace-only.
       new  301ce5c   src/x2goclient-network-ssh.c: fix weird grammar in comment, non-functional change.
       new  e3f4790   src/x2goclient-network-ssh.c: add FIXMEs to x2goclient_network_ssh_fetch_openssh_version (), non-functional change.
       new  c393648   src/x2goclient-network-ssh.{c,h}: add more type checks and fix falldown from that.

The 19 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                       | 141 +++++++++++++++------
 src/x2goclient-network-ssh.h                       |   3 +-
 src/x2goclient-network.c                           |  31 +++--
 src/x2goclient-network.h                           |   4 +-
 ...goclient-object.c => x2goclient-openssh-bugs.c} |  29 ++++-
 src/x2goclient-openssh-bugs.h                      |  71 +++++++++++
 src/x2goclient-openssh-version.c                   |  14 +-
 src/x2goclient-openssh-version.h                   |   2 +-
 10 files changed, 234 insertions(+), 64 deletions(-)
 copy src/{x2goclient-object.c => x2goclient-openssh-bugs.c} (56%)
 create mode 100644 src/x2goclient-openssh-bugs.h

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