Commit graph

108 commits

Author SHA1 Message Date
Jelte van Woudenbergh
45132813c2 Added root CA's 2022-01-05 11:44:54 +01:00
Jelte van Woudenbergh
2fcead680c Multistage dockerfile.
Result image size from 750MB to 16MB
2022-01-05 10:36:29 +01:00
Bolke de Bruin
bd10329828 Add arm64 docker-build 2021-12-25 13:41:56 +01:00
bolkedebruin
7c845e5b7d
Merge pull request #27 from krisss85/fix/docker
fix docker build
2021-12-25 10:15:39 +01:00
Krzysztof Adamski
7f56569d42 fix docker build 2021-12-22 08:16:40 +01:00
Bolke de Bruin
e5e888ec7c Upgrade depedencies and go version 2021-05-18 11:32:38 +02:00
Bolke de Bruin
bc6df00305 Update action 2021-05-17 11:51:06 +02:00
Bolke de Bruin
20d809896d Update actions 2021-05-17 11:50:44 +02:00
Bolke de Bruin
188ce3586d Update build instructions 2021-05-17 11:42:18 +02:00
Bolke de Bruin
bf362b4e52 Add Makefile build
This prepares for multiple binaries and distribution builds
2021-05-17 09:53:30 +02:00
bolkedebruin
bb2501c7a6
Build go.sum 2021-03-18 09:50:09 +01:00
bolkedebruin
34df6599cb
Enable smart sizing
Smart sizing removes, in clients that support it, the scroll bars.
2021-03-18 08:33:46 +01:00
bolkedebruin
3919a7e055
Update types.go
HTTP_TUNNEL_REDIR_DISABLE_PORT should be 0x04
2021-01-18 09:34:25 +01:00
Bolke de Bruin
505eafdc1e Support setting send/receive buffers for the IP sockets 2020-09-11 22:01:40 +02:00
Bolke de Bruin
8876b04466 Allow default domain 2020-08-31 21:40:29 +02:00
Bolke de Bruin
c6cfdc4dd4 Add support for splitting the username from the domain to enable smaller tokens 2020-08-31 21:07:58 +02:00
Bolke de Bruin
2628ba11d0 Merge branch 'master' of https://github.com/bolkedebruin/rdpgw 2020-08-30 21:14:25 +02:00
Bolke de Bruin
c66a2c9dd3 Change user templating and split domain name 2020-08-30 21:13:53 +02:00
bolkedebruin
c76544e5b5
Merge pull request #6 from alexpilotti/docker_fix
Fix Docker golang issue
2020-08-28 20:35:41 +02:00
Alessandro Pilotti
c971db956b Use go 1.14.7 in Dockerfile 2020-08-28 19:00:25 +02:00
Alessandro Pilotti
336cdfd3ee Fix sample rdpgw.yaml
Rename tokenSigningKey to PAATokenSigningKey
2020-08-28 18:44:27 +02:00
Bolke de Bruin
6358eb1fa5 Add doc 2020-08-22 10:07:43 +02:00
Bolke de Bruin
27f2220a6e Make the use of a user token configurable 2020-08-22 10:04:31 +02:00
Bolke de Bruin
2f27bd9e94 Correct packet size 2020-08-21 18:48:49 +02:00
Bolke de Bruin
c9213414c5 Add comments and make client ip address verification optional but enabled by default 2020-08-21 09:53:36 +02:00
Bolke de Bruin
db00ce7be0 Verify access key as part of PAA verification 2020-08-20 14:46:01 +02:00
Bolke de Bruin
93c558786f Add description on endpoint 2020-08-19 14:44:53 +02:00
Bolke de Bruin
22d796c5cf Add tokeninfo endpoint 2020-08-19 12:12:52 +02:00
Bolke de Bruin
188f077da1 Work with go-jose to have encryption 2020-08-19 11:33:26 +02:00
Bolke de Bruin
2822dc8dd1 Clean up 2020-08-07 09:22:33 +02:00
Bolke de Bruin
a01ee3444e testing 2020-08-07 08:54:29 +02:00
Bolke de Bruin
fdffd962f0 Fix tests 2020-08-02 21:38:41 +02:00
Bolke de Bruin
9c19a1b40a Refactor 2020-08-01 21:23:34 +02:00
Bolke de Bruin
4e99b4e88f Refactor and add tests 2020-08-01 15:50:13 +02:00
Bolke de Bruin
ecfa9e6cf4 Refactor names 2020-07-29 19:10:28 +02:00
Bolke de Bruin
fe6509d8ca Refactor names 2020-07-29 19:09:29 +02:00
Bolke de Bruin
29d4b276e6 Add tunnelauth tests 2020-07-29 18:55:47 +02:00
Bolke de Bruin
057799e0e5 Fix path for tests: 2020-07-29 13:47:45 +02:00
Bolke de Bruin
6ff072d6d9 Add coverage report 2020-07-29 13:45:57 +02:00
Bolke de Bruin
5618294f10 Add test cases and start client 2020-07-29 13:45:08 +02:00
Bolke de Bruin
dadaeb611b Merge branch 'master' of https://github.com/bolkedebruin/rdpgw 2020-07-28 08:59:37 +02:00
Bolke de Bruin
bfe300c3dc Add tests WIP 2020-07-28 08:59:19 +02:00
bolkedebruin
007f93ed4a
Update README.md
Provide friendlier description on testing
2020-07-28 08:57:42 +02:00
Krzysztof Adamski
94acec7529
Add local docker test environment (#1)
* local docker test environment with keycloak and xrdp

Co-authored-by: Krzysztof Adamski <krzysztof.adamski@ing.com>
2020-07-28 08:49:58 +02:00
Bolke de Bruin
7bace85c15 Add bigger bitmap cache 2020-07-25 21:37:55 +02:00
Bolke de Bruin
263312dc7b Fix check and use 256 bit 2020-07-25 21:27:03 +02:00
Bolke de Bruin
0b299619ff Make sure to validate the client's ip address 2020-07-25 21:00:58 +02:00
Bolke de Bruin
5fc75ef877 More security documentation 2020-07-25 19:57:27 +02:00
Bolke de Bruin
6d7eb94deb Add extra info in readme 2020-07-25 19:50:00 +02:00
Bolke de Bruin
5f3c7d07e2 Check hostname specified by client against the token 2020-07-25 19:37:33 +02:00