You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by itsankoff <gi...@git.apache.org> on 2017/10/24 17:17:52 UTC

[GitHub] incubator-guacamole-server pull request #119: GUACAMOLE-424: Guacamole serve...

GitHub user itsankoff opened a pull request:

    https://github.com/apache/incubator-guacamole-server/pull/119

    GUACAMOLE-424: Guacamole server crashes if a vnc provided password does not match the remote side

    For detailed information check the issue description here: https://issues.apache.org/jira/browse/GUACAMOLE-424

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/itsankoff/incubator-guacamole-server vnc-crash

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-server/pull/119.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #119
    
----
commit 3f3500f93add77c3f70065b963c790c192230a00
Author: Nick Couchman <vn...@apache.org>
Date:   2017-05-30T20:40:33Z

    GUACAMOLE-203: Add option entries for ServerAliveInterval.

commit 409d949f42dcebf8705c0675cfd5a447152eb7cf
Author: Nick Couchman <vn...@apache.org>
Date:   2017-05-31T12:00:09Z

    GUACAMOLE-203: Implement keepalive config in SSH connection.

commit 13b54f4a30436d4299996bbf11ae9f0f25df95b9
Author: Nick Couchman <vn...@apache.org>
Date:   2017-05-31T12:30:56Z

    GUACAMOLE-203: Add a few more comments to code.

commit 889caad1911af17323a04c19c936c848f78f51dd
Author: Nick Couchman <vn...@apache.org>
Date:   2017-05-31T23:33:47Z

    GUACAMOLE-203: Tighten up code, implement constant for socket poll timer.

commit 6dc1f52eca17ca4b724db0b12bf70a51924a8015
Author: Nick Couchman <vn...@apache.org>
Date:   2017-05-31T23:36:20Z

    GUACAMOLE-203: Update comment for keep alive interval.

commit b2ce4dda0118e6f97982e29792d5187cb005a662
Author: Nick Couchman <vn...@apache.org>
Date:   2017-05-31T23:47:09Z

    GUACAMOLE-203: Warn user if they try to enter keepalive value < 2 seconds.

commit d5e79638eedd29f210cf8563a9c629d18589cee5
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-01T00:17:00Z

    GUACAMOLE-203: Expand SSH keepalives to cover SFTP connections for other protocols.

commit d15333437d1ea2d6ef64629c52cfeb8bef651c2f
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-01T00:52:07Z

    GUACAMOLE-203: Correct implementation of SSH keepalive option for SFTP connections across all protocols.

commit 39c77ba386713af03a4f7d858cde8364fd910e19
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-04T20:05:11Z

    GUACAMOLE-326: Explicitly deny attempted reads/writes to Windows named data streams (like "foo:Zone.identifier" for the file "foo").

commit 2f7933a766d9d0b9b27ee241e3843a3d3ca374f9
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-10T21:14:42Z

    GUACAMOLE-337: Remove unnecessary link to libguac-common for libguacd.

commit 8eac0de4e412c3f04485b6e774d9c49a8beb215a
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-10T21:14:57Z

    GUACAMOLE-337: Remove unnecessary include of syslog.h by libguacd.

commit 546ef7b8923c177d5e58db6168b8d25f450b4935
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-10T21:39:03Z

    GUACAMOLE-325: Explicitly check for libdl, using it if provided and warning if both libdl and dlopen() are absent.

commit 1fcb1da3f6697e8ad06f758887e2384103939282
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-10T21:39:47Z

    GUACAMOLE-325: Include -no-undefined in libguac libtool flags.

commit cc43452a8cae500dd3ef691ff59f3b5dcba9d2fc
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-11T02:11:52Z

    GUACAMOLE-337: Install libguacd as a normal library.

commit 0f047595f8b604b0ec97eb8ce8852e2b87bc38d6
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-11T02:16:22Z

    GUACAMOLE-337: Limit public libguacd API to simply user handshake handling and SSL/TLS sockets.

commit e6b444950d5cf2920994c918d6f273667310694a
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-11T02:17:57Z

    GUACAMOLE-337: Do not include config.h in libguacd public headers.

commit 3db22e4a68cf2928d23dad60db820149ec5265bf
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-11T02:19:43Z

    GUACAMOLE-337: Add missing libtool flags for libguacd.

commit f9840311a33033462f4a1a84f677bc28cab36e1a
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-11T20:06:46Z

    GUACAMOLE-325: Use recv() on Windows platforms.

commit e18233afb3a3f1b960e22a3e911ebfcb54883d05
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T19:23:51Z

    GUACAMOLE-325: Do not lock files on Windows. Use Windows-specific _mkdir() call where necessary.

commit 32342b3ce3c5feea55faaa5468366e5b82309554
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T20:38:26Z

    GUACAMOLE-325: Check whether poll() is defined.

commit 14b45f779cee8f86e12476266d22e8b666e2dc73
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T20:58:05Z

    GUACAMOLE-325: Use select() if poll() is unavailable.

commit f2b9994df04e8511b6598076fc007abde5b6f2b7
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T21:06:47Z

    GUACAMOLE-337: Move SSL socket into libguac.

commit 0040b2c70e09b6658457c191a64243ef6ec433ea
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T21:27:22Z

    GUACAMOLE-325: Explicitly check for Winsock.

commit 287687f14ff30a0422071af21b427d63ae9e7553
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T21:34:07Z

    GUACAMOLE-325: Add Winsock-specific guac_socket implementation.

commit 5bd176bd956a806b5a38e95e1f2ff8eed47df86d
Author: Michael Jumper <mj...@apache.org>
Date:   2017-06-12T21:36:20Z

    GUACAMOLE-337: Include only *-types.h headers when only types are needed.

commit 184dbc1d312c6f9b379011e1bcb5f008e2758e50
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-14T12:27:09Z

    GUACAMOLE-203: if statement style tweak

commit 823cc43c00c9bb72647310f8598edba264412121
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-14T12:40:07Z

    GUACAMOLE-203: Change parameter name for consistency

commit 1197a2e500c8a5cb29a1cc4e4841c903c214a566
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-14T14:17:28Z

    GUACAMOLE-203: Change alive interval from int to unsigned.

commit cfee1ad35989445d7a585fb3417a7d048a2e4bce
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-14T15:11:32Z

    GUACAMOLE-203: Tweak warning message sent to users.

commit 649219ee099106f8d5e8ab5e1be13ce9106f1adb
Author: Nick Couchman <vn...@apache.org>
Date:   2017-06-14T16:49:49Z

    GUACAMOLE-203: Move warning about minimum alive interval to single place in common code.

----


---

[GitHub] incubator-guacamole-server pull request #119: GUACAMOLE-424: Guacamole serve...

Posted by itsankoff <gi...@git.apache.org>.
Github user itsankoff closed the pull request at:

    https://github.com/apache/incubator-guacamole-server/pull/119


---