Commit Graph

925 Commits

Author SHA1 Message Date
Adolfo Gómez García
dd5b35b354 Updated getUDSCookie for "early" generation and "forced" storing on
response
2014-11-02 05:11:04 +01:00
Adolfo Gómez García
a8bba8da48 due to use of uuids, i think that scrambling ids is no more necessary,
because now it's not possible to "infer" others ids in base to the one
provided
2014-11-02 05:01:50 +01:00
Adolfo Gómez García
a685f78561 * Ensures uuids are upper case on database
* REST access will convert uuids to upper case before access (if fact,
this mustn't be necessary, because uuids are provided by broker, but in
any case...)
2014-11-02 03:10:10 +01:00
Adolfo Gómez García
5fc6710a45 * Fixed tickets
* Added ServicePool "alias" to DeployedService (will finish refactoring in a future)
* Fixed LinuxRandomPassOsManager (was bugged)
2014-10-31 07:13:04 +01:00
Adolfo Gómez García
a4df05e428 Upated & ficed admin interface 2014-10-31 05:23:19 +01:00
Adolfo Gómez García
d1ccdfa686 Upated & ficed admin interface 2014-10-31 05:23:04 +01:00
Adolfo Gómez García
f7b3e8853f Fixed Meta groups matching 2014-10-30 18:29:25 +01:00
Adolfo Gómez García
063f433696 * More fixes raised during tests 2014-10-30 07:25:33 +01:00
Adolfo Gómez García
6fbe86b218 Fixed ifbelongs (forgot to commit on previous) 2014-10-30 06:06:07 +01:00
Adolfo Gómez García
550967d6d7 * Lots of fixes :-)
* Changed parent user (for internaldb, for "derived" users from a single
parent) to uuid
* Fixed authenticators users/groups administration
* Fixed some javascript errors (for example, ifbelongs didn't work
correctly)
* Updated global requests to get ident from correct place
*
2014-10-30 06:05:31 +01:00
Adolfo Gómez García
02443aabde Fixed a typo on gui description creation (introduced on a refactoring...
:-) )
2014-10-30 02:30:03 +01:00
Adolfo Gómez García
2ecb274ed6 * Small fixes to authenticator (pip related mostly)
* Adding docstrings and fixing some REST related issues
2014-10-29 19:35:33 +01:00
Adolfo Gómez García
ce52ac4acc Added filtering to GET methods (via filter optional parameter) 2014-10-29 08:32:23 +01:00
Adolfo Gómez García
e6150b0b07 * Added some pydev fixups
* Updated cache cleanup to be database agnostic :)
2014-10-28 23:09:02 +01:00
Adolfo Gómez García
bbbc14f860 * Added optional parameters to REST login method
* Fixed sample settings to make tables always in innodb (with correct
server parameters, they are almost as fast as myisam)
2014-10-28 08:29:15 +01:00
Adolfo Gómez García
a2d81b138d Working (not implemented already the user desktop part) windows actor 2014-10-27 18:40:18 +01:00
Adolfo Gómez García
74148210a9 * Fixed ticket to accept also "auth" name
* started to add filters to models
* removed import from deprecated getIp
* added tickets url
* added ticket view
2014-10-27 18:39:31 +01:00
Adolfo Gómez García
3cec0f94e5 Added "ticketing" method to allow third party integration with uds
authentication.

Basically it "register" an event, and returns a ticket. This event will
tell UDS how to authenticate an user (maybe even a fake user), and in
which groups to include it.
2014-10-27 10:46:47 +01:00
Adolfo Gómez García
a738f3afbf * Due to the fact that we only need SSL on actor for "garbling" data, the certificate is included inside the application itself
* The other side certificate verify can't verify host
2014-10-27 01:02:13 +01:00
Adolfo Gómez García
36ec5a7451 testing cert autogeneration 2014-10-27 00:51:35 +01:00
Adolfo Gómez García
87cec03254 added ipc to Windows Service 2014-10-26 13:47:25 +01:00
Adolfo Gómez García
8eec58997a more on new actor IPC 2014-10-24 10:43:17 +02:00
Adolfo Gómez García
b508c24b7d Advancing on uds actor client comms server 2014-10-23 17:32:52 +02:00
Adolfo Gómez García
2b73e0356c * Added a windows "check idle" method
* Added a request for information message from client (user desktop app) to server (daemon/service)
* Fixed rest so we can now notify a "call back" server (wil be an http/https one) and also can receive which interface has been recognized
* Some minor fixes
2014-10-22 08:32:50 +02:00
Adolfo Gómez García
d21993ceff Added migration (fogotten from previous commit) 2014-10-21 17:44:35 +02:00
Adolfo Gómez García
42feeacc86 Added "notifyComms" method to actor, so we can tell broker where to
connect back to us
2014-10-21 17:42:59 +02:00
Adolfo Gómez García
0ba2ccab33 ipc now fully working. Need to work on UDS-->Daemon(or service) right now 2014-10-21 07:02:00 +02:00
Adolfo Gómez García
bac8a651b0 internal ipc for windows actor seems to work 2014-10-21 04:36:05 +02:00
Adolfo Gómez García
97e4eb2394 adding ipc for desktop client part 2014-10-20 07:38:18 +02:00
Adolfo Gómez García
e0ad0185b7 cleanup 2014-10-18 00:45:50 +02:00
Adolfo Gómez García
53f1312537 Testing & fixing new uds actor (reboot fixed) 2014-10-17 02:51:42 +02:00
Adolfo Gómez García
bdf0d034fa Testing & fixing new uds actor 2014-10-17 02:36:17 +02:00
Adolfo Gómez García
15aeba101e Some minor fixes 2014-10-17 02:36:02 +02:00
Adolfo Gómez García
d771039daa * Added login/logout notitications. * A bit (or a lot) pep8 & pylint fixes 2014-10-16 04:21:47 +02:00
Adolfo Gómez García
35ca143690 Fixed a bug when invoking CoRD with username that contains a domain
(user@domain) or a password with a :
2014-10-15 05:00:50 +02:00
Adolfo Gómez García
7f8aea603f almost done 2014-10-14 10:51:04 +02:00
Adolfo Gómez García
97cde76157 Added debug to config dialog.\nAdded basic windows logging 2014-10-10 12:27:05 +02:00
Adolfo Gómez García
a38921975f added test to configuration tool 2014-10-10 10:24:00 +02:00
Adolfo Gómez García
01b47d128c reorganization of code 2014-10-10 09:31:36 +02:00
Adolfo Gómez García
4bc8150852 reorganization of code 2014-10-10 09:27:41 +02:00
Adolfo Gómez García
d846db17cf reorganization of code 2014-10-10 09:26:23 +02:00
Adolfo Gómez García
573e6b5d1f Fixed Names of ovirt providers to include RHEV (that also supports) 2014-10-09 11:11:38 +02:00
Adolfo Gómez García
1b3d156e6c moving packages to files 2014-10-09 08:16:52 +02:00
Adolfo Gómez García
cd78c6a388 moving packages to files 2014-10-09 08:16:10 +02:00
Adolfo Gómez García
1399767c22 moving packages to files 2014-10-09 08:14:37 +02:00
Adolfo Gómez
babdd9c925 Moving packages to files 2014-10-09 08:12:46 +02:00
Adolfo Gómez García
90b67ae3e6 advancing on new UDSActor service 2014-10-08 10:42:55 +02:00
Adolfo Gómez García
06d6b9fd24 added REST api client part, valid for windows & linux actors 2014-10-07 18:01:36 +02:00
Adolfo Gómez García
c9524191b1 * Added temporal test (and executable creation) for testing that windows calls are working
* Fixed joinDomain (now it works)
* Checked that renameComputer works fine
2014-10-07 12:07:14 +02:00
Adolfo Gómez García
a48cb597db Adding basic windows functions to actor 2014-10-06 22:05:30 +02:00