1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
Commit Graph

4574 Commits

Author SHA1 Message Date
Adolfo Gómez García
d55c0e9593
Merge remote-tracking branch 'origin/v3.6' 2023-04-10 18:07:32 +02:00
Adolfo Gómez García
14dd5aca64
fixed minor bugs on install and actor comms 2023-04-10 18:06:00 +02:00
Adolfo Gómez García
7bf4859399
Minor security enhacements (moved some vars to settings' 2023-04-10 13:51:48 +02:00
Adolfo Gómez García
db47235354
Merge remote-tracking branch 'origin/v3.6' 2023-04-07 01:51:53 +02:00
Adolfo Gómez García
846f9225f1
Moved all requests calls through secureRequestsSession call 2023-04-07 01:45:53 +02:00
Adolfo Gómez García
71638a13a4
small merge fix for sms mfa 2023-04-07 01:11:30 +02:00
Adolfo Gómez García
b0bd76d5df
Merge remote-tracking branch 'origin/v3.6' 2023-04-07 01:09:12 +02:00
Adolfo Gómez García
09c44ac0b6
adding secure context to requests (so we can manipulate ssl context better and centralized) 2023-04-07 01:08:48 +02:00
Adolfo Gómez García
c9133afcbb
Merge remote-tracking branch 'origin/v3.6' 2023-04-06 17:29:13 +02:00
Adolfo Gómez García
9db8e8d7ec
refix 2023-04-06 17:29:04 +02:00
Adolfo Gómez García
09473d627a
Merge remote-tracking branch 'origin/v3.6' 2023-04-06 17:21:07 +02:00
Adolfo Gómez García
15bc3a0b6f
Small improvements to security utils module 2023-04-06 17:18:42 +02:00
Adolfo Gómez García
831db0acf3
Refactoring uds.core, removing nonsense imports that creates circular dependencies problems 2023-04-05 14:44:41 +02:00
Adolfo Gómez García
79b350486a
merge fix 2023-04-04 18:57:07 +02:00
Adolfo Gómez García
139cb1f02f
Merge remote-tracking branch 'origin/v3.6' 2023-04-04 18:55:48 +02:00
Adolfo Gómez García
321255a1b0
Changed redirection from redirect to permanent redirect on HTTP use 2023-04-04 18:55:05 +02:00
Adolfo Gómez García
f31b707fdc
Merge remote-tracking branch 'origin/v3.6' 2023-04-04 14:44:21 +02:00
Adolfo Gómez García
59d578f292
Addoed some logs to UDS operations and fixed udsactor ssl verification 2023-04-04 14:43:28 +02:00
Adolfo Gómez García
4bf268764f
Merge remote-tracking branch 'origin/v3.6' 2023-04-04 01:55:10 +02:00
Adolfo Gómez García
ea343659ff
Small ldaputil fix (moved newctx to last ssl instruction before connect) 2023-04-04 01:51:46 +02:00
Adolfo Gómez García
636b72a471
Small fix to requests sessions context creation 2023-04-03 22:53:32 +02:00
Adolfo Gómez García
31104c3fc2
Fixed actor client minimum version and ciphers 2023-04-03 22:46:59 +02:00
Adolfo Gómez García
9d9a764a81
Fixed Actor Server Ciphers 2023-04-03 22:43:46 +02:00
Adolfo Gómez García
e2f62ed18e
adaptions derived from merge 2023-04-03 15:45:32 +02:00
Adolfo Gómez García
a475addade
Merge remote-tracking branch 'origin/v3.6' 2023-04-03 15:45:18 +02:00
Adolfo Gómez García
8aa04c6a9c
Several security improvements:
* Reduced supported actor lists ciphers to only one (AES256-GCM)
* Removed actor client support for protocols previous to 1.3.
   Only user cipher ECDHE-RSA-AES256-GCM-SHA384
2023-04-03 15:35:38 +02:00
Adolfo Gómez García
1380cbde3e
added sequre requests to actors 2023-04-03 15:13:42 +02:00
Adolfo Gómez García
0ac4fe60a8
Refactoring cert to security 2023-04-03 14:38:23 +02:00
Adolfo Gómez García
d6244c814e
Merge remote-tracking branch 'origin/v3.6' 2023-04-03 14:04:50 +02:00
Adolfo Gómez García
9d5e983847
removed support for tls1.0&tls1.1 for ldap client on UDS, backported from 4.0 2023-04-03 14:04:35 +02:00
Adolfo Gómez García
f4d0603cdb
Merge remote-tracking branch 'origin/v3.6' 2023-04-02 04:34:04 +02:00
Adolfo Gómez García
c11ea77f22
Small type check fix 2023-04-02 04:32:53 +02:00
Adolfo Gómez García
f8e9c99736
Merge remote-tracking branch 'origin/v3.6' 2023-04-02 04:25:56 +02:00
Adolfo Gómez García
6cbb497902
Minor fixes (type related and comments) 2023-04-01 13:29:28 +02:00
Adolfo Gómez García
c3456696ad
Merge remote-tracking branch 'origin/v3.6' 2023-03-31 16:31:19 +02:00
Adolfo Gómez García
8fc9495d5e
removed support for TLS1.0 and TLS1.1 2023-03-31 16:31:02 +02:00
Adolfo Gómez García
a19629bd0e
Merge remote-tracking branch 'origin/v3.6' 2023-03-31 16:22:47 +02:00
Adolfo Gómez García
d43167707c
Removed TLS1.0 & TLS1.1 support 2023-03-31 16:22:02 +02:00
Adolfo Gómez García
3fc86482dc
Some minor typing fixes 2023-03-31 15:41:59 +02:00
Adolfo Gómez García
6256fc3d54
Several fixes related to possible security issues complains of bandit 2023-03-31 13:12:34 +02:00
Adolfo Gómez García
297d5196b8
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 16:02:12 +02:00
Adolfo Gómez García
7eaf0c8126
updated tranlations 2023-03-30 16:00:16 +02:00
Adolfo Gómez García
3ba4ed5f7d
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 15:31:15 +02:00
Adolfo Gómez García
e9e8555f51
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 15:16:53 +02:00
Adolfo Gómez García
1c6d29b361
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 15:15:38 +02:00
Adolfo Gómez García
df0e1bde96
added Email "justUsername" and now redirects to https is by default True, as a previos step forward removing Service 2023-03-30 15:15:06 +02:00
Adolfo Gómez García
14a8f1f5e1
fixed return button of error page 2023-03-29 16:18:40 +02:00
Adolfo Gómez García
8f132e7524
fixing up SMS mfa and related 2023-03-29 16:11:01 +02:00
Adolfo Gómez García
8b12218f09
fixed SAML logout process 2023-03-29 15:44:54 +02:00
Adolfo Gómez García
ab7b4c78ef
Fixed SMS auth 2023-03-29 14:22:17 +02:00