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

4749 Commits

Author SHA1 Message Date
Adolfo Gómez García
e4a4e0d958 updating build process for x86 and mac 2023-05-24 01:54:51 +02:00
Adolfo Gómez García
64f4f82540
merged 3.6 changes 2023-05-23 03:17:52 +02:00
Adolfo Gómez García
f099870c60
Merge remote-tracking branch 'origin/v3.6' 2023-05-23 03:16:04 +02:00
Adolfo Gómez García
0363ac3a6a
added /rfx /rfx:gfx to macos by default 2023-05-23 03:15:34 +02:00
Adolfo Gómez García
606b3f205d
Added PySide6 support as firts option (due to arm64 support) 2023-05-23 02:54:28 +02:00
Adolfo Gómez García
41697a4bab
Added PySide6 as first Option, because it has arm64 binaries. If not available, will load PyQt5 as always. 2023-05-23 02:54:16 +02:00
Adolfo Gómez García
45a4dec18f
Fix tunnel removal procedure on Mac Launcher 2023-05-23 02:25:35 +02:00
Adolfo Gómez García
1a30806f63
Merge remote-tracking branch 'origin/v3.6' 2023-05-22 14:36:58 +02:00
Adolfo Gómez García
23a9465ae1
removed micro on mac rdp (not working on most cases...) 2023-05-22 13:21:31 +02:00
Adolfo Gómez García
76aec4b4de
Merge remote-tracking branch 'origin/v3.6' 2023-05-21 16:49:13 +02:00
Adolfo Gómez García
084e0cc2a0
fixed bad ssl handshake management 2023-05-21 16:49:04 +02:00
Adolfo Gómez García
2da927d82b
fixed bad ssl handshake on tests 2023-05-21 16:48:32 +02:00
Adolfo Gómez García
2c77d361d7
backported 4.0 version improvements 2023-05-21 16:23:18 +02:00
Adolfo Gómez García
c33c1501f5
some fixes to make tests work as they are expected to 2023-05-21 16:19:58 +02:00
Adolfo Gómez García
99cd7030e0
Some mre lints 2023-05-21 05:45:51 +02:00
Adolfo Gómez García
379ce8a094
Fixes tests and some linting issues. 2023-05-21 05:35:52 +02:00
Adolfo Gómez García
cb76078758
Fixed test so now they work correctly just with asyncio 2023-05-21 05:35:48 +02:00
Adolfo Gómez García
ea190c481d
small actor type fix 2023-05-18 19:48:31 +02:00
Adolfo Gómez García
97156dcca5
Merge branch 'master' of github.com:/VirtualCable/openuds 2023-05-18 19:46:54 +02:00
Adolfo Gómez García
f810fc1cd6
Fixed backward compat issue 2023-05-18 19:46:48 +02:00
Adolfo Gómez
db73bf1c2d
Update README.md 2023-05-18 15:38:20 +02:00
Adolfo Gómez García
e47831ebc2
Fixed documentation for os manager base module 2023-05-18 15:10:49 +02:00
Adolfo Gómez García
c264ea9c13
Moved "custom" parameters for osManager inside the "custom" dict
Also, kept "old" parematers for a while (a couple of versions), so old clients are compatible with UDS actor 4.0 at least (so we can upgrade server, keep running and eventually upgrade actors).
Compatibility mast be kept for at lest a couple of minor releases,
Al least, until UDS 4.5 will be kept this way
2023-05-18 15:04:47 +02:00
Adolfo Gómez García
880aa24dbb
Refactorized some code from Alexander.
Looking at Alexander's contribution, and wanting to make more usafle for future inclusions, simply have moved all new items to a nested dictionary (custom), and added the capacity to allow to keeep data on some circustances (like the one required by new linux ad os mannagers provided by alexander).
Will also include soon all windows AD parameters inside this block, and any "custom" paramater for any action.
2023-05-18 14:31:02 +02:00
Adolfo Gómez García
3ee77fb034
added sample script to get link from a user service using connection api 2023-05-17 19:26:51 +02:00
Adolfo Gómez García
4f6a7b44ab
fixed udslink for django 4.x 2023-05-17 19:26:23 +02:00
Adolfo Gómez García
57d7b442f6
Some minor fixes ond Alexander code (some changes done on core after his contribution that has to be reflected, nothing important) 2023-05-17 18:25:25 +02:00
Adolfo Gómez
98f79f83f1
Merge pull request #81 from Future998/linux-client-DC
Adding new Linux OS Domain Managers
2023-05-17 17:43:43 +02:00
Alexander Burmatov
afb1d2cafe
Merge branch 'master' into linux-client-DC 2023-05-17 17:14:48 +03:00
Alexander Burmatov
d8f41a048e Updating information about authors 2023-05-17 16:49:26 +03:00
Alexander Burmatov
f8a9a9d633 Update copyright date 2023-05-17 16:47:47 +03:00
Alexander Burmatov
277d9f9b88 Changing the service file
This is necessary for the correct stop of the service
when the machine is shutdowned or rebooted
(with the leave from the domain of non-persistent machines).
2023-05-17 16:39:37 +03:00
Alexander Burmatov
f3ba042140 Changing the function when the service is stopped
If the machine is non-persistent, it will be leave from the domain
when the service is stopped.
2023-05-17 16:35:09 +03:00
Alexander Burmatov
2d30362301 Saving actor config for non-persistent machines
This is necessary to leave a non-persistent machine from the domain.
2023-05-17 16:30:54 +03:00
Alexander Burmatov
d6e2373de4 Redefining a function to join to the domain
Depending on which machine (Linux or Windows) the actor is for,
a different number of parameters are passed to this function.
2023-05-17 15:59:01 +03:00
Alexander Burmatov
47dc43f601 Extension of the request for initialization
Extension of the request for initialization according to the change in
the configuration type of the actor.
2023-05-17 15:42:55 +03:00
Adolfo Gómez García
9a2a19c694
Merge remote-tracking branch 'origin/v3.6' 2023-05-17 14:36:57 +02:00
Adolfo Gómez García
392cb6e406
updated tranlations 2023-05-17 14:36:45 +02:00
Alexander Burmatov
28ce61c983 Type extension for actor configuration
Parameters have been added that are given by the server
to join the Linux machines to the domain.
2023-05-17 15:36:28 +03:00
Adolfo Gómez García
78c48dc26a
Merged 3.6 changes 2023-05-17 14:36:21 +02:00
Adolfo Gómez García
33f90f74d8
Merge remote-tracking branch 'origin/v3.6' 2023-05-17 14:34:23 +02:00
Adolfo Gómez García
4df4892111
removed DEPRECATED from simple ldap 2023-05-17 14:26:29 +02:00
Alexander Burmatov
b6ad6d80d5 Add operation for leave from the domain 2023-05-17 15:26:02 +03:00
Alexander Burmatov
7f274ad5b2 Add operation for join to the domain
Joining the domain takes place using the realm utility.
It was chosen because it works in various Linux distributions,
so it is universal. It is necessary to add a dependency to the
realm utility for the actor.
2023-05-17 15:15:13 +03:00
Alexander Burmatov
6bc6f2d171 Update documentation for actorData method
New parameters needed to join Linux machines to the domain have been
added.
2023-05-17 15:06:16 +03:00
Alexander Burmatov
20fdd56ca2 Add Linux FreeIPA OS manager 2023-05-17 15:03:21 +03:00
Alexander Burmatov
03d705639a Add Linux Active Directory OS manager 2023-05-17 15:00:51 +03:00
Adolfo Gómez García
0fc6db187d
Merge remote-tracking branch 'origin/v3.6' 2023-05-17 02:14:44 +02:00
Adolfo Gómez García
8e4615de19
re-fixed mac tls version for newer python 2023-05-17 02:01:09 +02:00
Adolfo Gómez García
d8ad7ddd22
moved tools imports to top level 2023-05-17 01:46:00 +02:00