Skip to content

Commit

Permalink
Merge branch 'apache:master' into oidc_custom_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mildis authored Feb 13, 2024
2 parents 4cb710e + 22fe53f commit 4e24993
Show file tree
Hide file tree
Showing 55 changed files with 163 additions and 108 deletions.
6 changes: 3 additions & 3 deletions doc/guacamole-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-example</artifactId>
<packaging>war</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-example</name>
<url>http://guacamole.apache.org/</url>

Expand Down Expand Up @@ -106,15 +106,15 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>compile</scope>
</dependency>

<!-- Guacamole JavaScript library -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions doc/guacamole-playback-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-playback-example</artifactId>
<packaging>war</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-playback-example</name>
<url>http://guacamole.apache.org/</url>

Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-ban/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-ban</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-ban</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>

<!-- Exclude transitive dependencies that will be overridden by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "Brute-force Authentication Detection/Prevention",
"namespace" : "ban",
Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-duo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-duo</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-duo</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "Duo TFA Authentication Backend",
"namespace" : "duo",
Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-header/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-header</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-header</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "HTTP Header Authentication Extension",
"namespace" : "header",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -42,21 +42,21 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-mysql</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

<!-- PostgreSQL Authentication Extension -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-postgresql</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

<!-- SQL Server Authentication Extension -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-sqlserver</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "MySQL Authentication",
"namespace" : "mysql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "PostgreSQL Authentication",
"namespace" : "postgresql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "SQLServer Authentication",
"namespace" : "sqlserver",
Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<packaging>pom</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-jdbc</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-json</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-json</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "Encrypted JSON Authentication",
"namespace" : "json",
Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-ldap</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-ldap</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "LDAP Authentication",
"namespace" : "ldap",
Expand Down
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-quickconnect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-quickconnect</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>guacamole-auth-quickconnect</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"guacamoleVersion" : "1.5.4",
"guacamoleVersion" : "1.5.5",

"name" : "Adhoc Guacamole Connections",
"namespace" : "quickconnect",
Expand Down
Loading

0 comments on commit 4e24993

Please sign in to comment.