You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2021/01/07 17:21:18 UTC

[guacamole-server] branch master updated (53f981f -> 1e6c425)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.


    from 53f981f  GUACAMOLE-1245: Merge support for specifying Wake-on-LAN port.
     add f710e00  GUACAMOLE-1254: Use libuuid rather than OSSP UUID if available.
     add 430182d  GUACAMOLE-1254: Add unit tests for unique ID generation.
     new 1e6c425  GUACAMOLE-1254: Merge add support for libuuid as alternative to OSSP UUID.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                    | 59 ++++++++++++++++++++-------
 src/libguac/id.c                | 43 ++++++++++++++------
 src/libguac/tests/Makefile.am   |  1 +
 src/libguac/tests/id/generate.c | 88 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 165 insertions(+), 26 deletions(-)
 create mode 100644 src/libguac/tests/id/generate.c


[guacamole-server] 01/01: GUACAMOLE-1254: Merge add support for libuuid as alternative to OSSP UUID.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 1e6c42594fa9c2cbbc45e6551192ac5806bd1faa
Merge: 53f981f 430182d
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Thu Jan 7 12:21:11 2021 -0500

    GUACAMOLE-1254: Merge add support for libuuid as alternative to OSSP UUID.

 configure.ac                    | 59 ++++++++++++++++++++-------
 src/libguac/id.c                | 43 ++++++++++++++------
 src/libguac/tests/Makefile.am   |  1 +
 src/libguac/tests/id/generate.c | 88 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 165 insertions(+), 26 deletions(-)