summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix /software command Linux operationRoberto Hueso Gómez2020-01-212-4/+10
* Fix /shell/run commands splittingRoberto Hueso Gómez2020-01-212-2/+2
* Fix /hardware command Linux operationRoberto Hueso Gómez2020-01-212-3/+6
* (Clean-Up) Rename all the functions in ogRest to new ones more clearsAlvaro Neira Ayuso2020-01-192-42/+32
* (Clean-Up) Rename HTTPParser file to restRequestAlvaro Neira Ayuso2020-01-192-1/+1
* (Clean-Up) Modify restResponse to get the response using constructor and get ...Alvaro Neira Ayuso2020-01-191-40/+81
* (Clean-Up) Rename HTTPParser to restRequestAlvaro Neira Ayuso2020-01-194-79/+79
* (Clean-Up) Rename cmd variable to bodyAlvaro Neira Ayuso2020-01-191-15/+15
* (Clean-Up) Rename cmd function/variables to use "run" syntaxAlvaro Neira Ayuso2020-01-193-6/+6
* (Clean-Up) Rename jsoncmd variable to json_paramAlvaro Neira Ayuso2020-01-191-14/+14
* Improve /image/create command responseAlvaro Neira Ayuso2020-01-192-0/+14
* Add Refresh commandAlvaro Neira Ayuso2020-01-192-16/+57
* Add image/create command for creating a new imageAlvaro Neira Ayuso2020-01-192-0/+43
* (BUG) Include client parameter in restore commandAlvaro Neira Ayuso2020-01-191-1/+1
* Include License headerAlvaro Neira Ayuso2020-01-197-0/+54
* Add stop commandAlvaro Neira Ayuso2020-01-192-35/+71
* Execute cmd command using threadAlvaro Neira Ayuso2020-01-191-19/+18
* Fix echo check for process_shellrun in ogRestRoberto Hueso Gómez2020-01-191-1/+1
* Change /probe from GET to POST in ogClientRoberto Hueso Gómez2020-01-191-3/+3
* Adapt client responses to the server'sRoberto Hueso Gómez2020-01-191-6/+9
* Fix ogClient socket.error typoRoberto Hueso Gómez2020-01-191-1/+2
* Change ogClient.py encoding from dos to unixRoberto Hueso gomez2020-01-191-123/+123
* Include echo option for returning shell outputAlvaro Neira Ayuso2020-01-192-17/+15
* Send OPG (opengnsys) status when a probe command is receivedAlvaro Neira Ayuso2020-01-191-1/+3
* Improve setup command responseAlvaro Neira Ayuso2020-01-192-5/+31
* Catch execution errors during restore image commandAlvaro Neira Ayuso2020-01-192-6/+14
* Improve hardware command response behaviorAlvaro Neira Ayuso2020-01-192-6/+19
* Improve software command response behaviorAlvaro Neira Ayuso2020-01-192-7/+24
* Catch execution errors during init session commandAlvaro Neira Ayuso2020-01-192-41/+53
* Modify methods to use less argumentsAlvaro Neira Ayuso2020-01-192-34/+51
* Add restore/image command for restoring images on the machineAlvaro Neira Ayuso2020-01-193-0/+53
* Add setup command for configuring the machineAlvaro Neira Ayuso2020-01-193-1/+38
* Add schedule commandAlvaro Neira Ayuso2020-01-191-0/+5
* Add hardware command to inventory the machine hardwareAlvaro Neira Ayuso2020-01-192-0/+16
* Add software command to inventory the machine softwareAlvaro Neira Ayuso2020-01-192-0/+16
* Add session command to init the opengnsys sessionAlvaro Neira Ayuso2020-01-194-3/+36
* Create new object for creating dynamic json messagesAlvaro Neira Ayuso2020-01-191-12/+19
* (BUG) Handling command errorAlvaro Neira Ayuso2020-01-192-3/+13
* Modify Thread methods namesAlvaro Neira Ayuso2020-01-191-4/+4
* Blocks the program execution until a command is processingAlvaro Neira Ayuso2020-01-191-4/+5
* Create ogThread class to move all thread functionsAlvaro Neira Ayuso2020-01-191-16/+17
* Execute command received using ThreadsAlvaro Neira Ayuso2020-01-191-1/+5
* (BUG) Fix crash when json message received is incompleteAlvaro Neira Ayuso2020-01-191-1/+6
* Split the commands taking into account GET/POST operationsAlvaro Neira Ayuso2020-01-191-10/+16
* Add shell run and output commandsAlvaro Neira Ayuso2020-01-194-15/+72
* Merge ogRest and ogProcess to have only one classAlvaro Neira Ayuso2020-01-193-52/+51
* Include disconnect and send function on client sideAlvaro Neira Ayuso2020-01-192-16/+26
* Add global variable to set up OpenGnsys pathAlvaro Neira Ayuso2020-01-191-2/+4
* Add ogRest class to generate API Rest ResponsesAlvaro Neira Ayuso2020-01-193-9/+31
* Port program to Python 3Alvaro Neira Ayuso2020-01-193-19/+21