This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository libx2goclient.
from bc07aef src/x2goclient-network.c: don't call g_string_free () on NULL pointers.
new dc2e6b8 src/x2goclient-network-ssh.c: fix sockaddr_ho definition and usage.
new 9589080 configure.ac: check for C99 support and bail out otherwise.
new b3edb07 src/x2goclient-network-ssh.h: whitespace-only.
new 5d80a10 src/: add x2goclient-openssh-version.{c,h}.
new d61878a src/Makefile.am: add x2goclient-openssh-version.{c,h}.
new 93676cc po/POTFILES.in: add src/x2goclient-openssh-version.c.
new a31d40e src/x2goclient-utils.{c,h}: add x2goclient_str_to_int ().
new 7a24c13 src/x2goclient-network-ssh.c: replace older code with x2goclient_str_to_int ().
new 19ca400 src/x2goclient-openssh-version: x2goclient_openssh_version_parse ().
The 9 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:
configure.ac | 6 +
po/POTFILES.in | 1 +
src/Makefile.am | 2 +
src/x2goclient-network-ssh.c | 59 ++++----
src/x2goclient-network-ssh.h | 1 +
src/x2goclient-openssh-version.c | 293 +++++++++++++++++++++++++++++++++++++++
src/x2goclient-openssh-version.h | 80 +++++++++++
src/x2goclient-utils.c | 118 ++++++++++++++++
src/x2goclient-utils.h | 4 +
9 files changed, 537 insertions(+), 27 deletions(-)
create mode 100644 src/x2goclient-openssh-version.c
create mode 100644 src/x2goclient-openssh-version.h
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git