summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set up the ip server for working in localhost by defaultAlvaro Neira Ayuso2020-01-191-1/+1
* 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
* Avoid a broken pipe error on opengnsysAlvaro Neira Ayuso2020-01-191-0/+2
* 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-194-20/+22
* Remove remote from cfg fileAlvaro Neira Ayuso2020-01-191-2/+0
* Remove unneeded logsAlvaro Neira Ayuso2020-01-191-2/+0
* Include the reboot support in ogOperationAlvaro Neira Ayuso2020-01-191-2/+4
* Include the poweroff support in ogOperationAlvaro Neira Ayuso2020-01-191-1/+7
* Add Probe HTTP CommandAlvaro Neira Ayuso2020-01-191-0/+2
* Remove unneeded logsAlvaro Neira Ayuso2020-01-191-3/+0
* Send bad request when the APIRest operation is not supportedAlvaro Neira Ayuso2020-01-192-3/+8
* Add new process support for reboot messageAlvaro Neira Ayuso2020-01-192-0/+11
* Execute socket loop on run socket functionAlvaro Neira Ayuso2020-01-192-19/+21
* Add ogProcess and ogOperation for linuxAlvaro Neira Ayuso2020-01-194-0/+28
* Add HTTP parser supportAlvaro Neira Ayuso2020-01-192-11/+58
* Modify Client state to use enumAlvaro Neira Ayuso2020-01-192-12/+11
* Create new ogClientAlvaro Neira Ayuso2020-01-196-0/+168
* Initial commitAlvaro Neira Ayuso2020-01-192-0/+790