summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #915 Validate POST /stop REST API parametersRoberto Hueso Gómez2019-11-061-0/+3
* #915 Validate POST /reboot REST API parametersRoberto Hueso Gómez2019-11-061-0/+3
* #915 Validate POST /poweroff REST API parametersRoberto Hueso Gómez2019-11-061-0/+3
* #915 Validate POST /session REST API parametersRoberto Hueso Gómez2019-11-061-3/+13
* #915 Validate POST /shell/output REST API parametersRoberto Hueso Gómez2019-11-061-0/+3
* #915 Validate POST /shell/run REST API parametersRoberto Hueso Gómez2019-11-061-0/+7
* #915 Validate POST /wol REST API parametersRoberto Hueso Gómez2019-11-061-0/+13
* #915 Validate POST /clients parametersRoberto Hueso Gómez2019-11-061-0/+15
* #915 Fix ogAdmServer POST /software test parametersRoberto Hueso Gómez2019-11-061-1/+3
* #924 Always check the result of a command to avoid errorsJavier Sánchez Parra2019-11-041-9/+15
* #915 Add test for POST /run/schedule REST APIRoberto Hueso Gómez2019-10-311-0/+24
* #915 Add test for POST /image/restore/incremental REST APIRoberto Hueso Gómez2019-10-311-0/+43
* #915 Add test for POST /image/restore/basic REST APIRoberto Hueso Gómez2019-10-311-0/+41
* #915 Add test for POST /image/create/incremental REST APIRoberto Hueso Gómez2019-10-311-0/+40
* #915 Add test for POST /image/create/basic REST APIRoberto Hueso Gómez2019-10-311-0/+38
* #915 Add test for POST /image/setup REST APIRoberto Hueso Gómez2019-10-311-0/+47
* #915 Add test for POST /image/restore REST APIRoberto Hueso Gómez2019-10-311-0/+31
* #915 Add test for POST /image/create REST APIRoberto Hueso Gómez2019-10-311-0/+30
* #915 Use og_cmd_legacy_send in og_cmd_run_schedule for ogAdmServerRoberto Hueso Gómez2019-10-291-13/+2
* #915 Add POST "run/schedule" command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-253-0/+42
* #915 Fix POST "software" cmd in ogAdmServer and webJavier Sánchez Parra2019-10-111-3/+21
* #915 Add test for POST /image/restore/incremental commandJavier Sánchez Parra2019-10-112-0/+2
* #915 Add POST "image/restore/incremental" command to REST API in ogAdmServerJavier Sánchez Parra2019-10-111-0/+71
* #915 Add test for POST "image/create/incremental" commandRoberto Hueso Gómez2019-10-112-0/+2
* #915 Add POST "image/create/incremental" command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-111-0/+71
* #915 Add test for POST /image/restore/basic commandJavier Sánchez Parra2019-10-092-0/+2
* #915 Add POST "image/restore/basic" command to REST API in ogAdmServerJavier Sánchez Parra2019-10-091-0/+75
* #915 Add test for POST /image/create/basic commandJavier Sánchez Parra2019-10-082-0/+2
* #915 Add POST "image/create/basic" command to REST API in ogAdmServerJavier Sánchez Parra2019-10-081-0/+108
* #915 Improve error management for og_json_parse_partition()Roberto Hueso Gómez2019-10-071-7/+23
* Add test for POST /image/create commandRoberto Hueso Gómez2019-10-072-0/+2
* #915 Add POST "image/setup" command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-071-0/+100
* #915 Remove Apagar, CrearImagen, RestaurarImagen, InventarioHardware, Inventa...OpenGnSys Support Team2019-10-031-110/+0
* #915: adapt test to use id and profile fieldsOpenGnSys Support Team2019-10-011-1/+1
* #915: Add POST /image/restore command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-013-0/+65
* #915: add og_json_parse_string() and use itRoberto Hueso Gómez2019-10-011-70/+17
* #915: Add POST /image/create command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-013-0/+104
* #915: Removes braces for single statement if branchRoberto Hueso Gómez2019-10-011-4/+3
* #915: Fix file descriptor leak in og_socket_server_init() from exit pathRoberto Hueso Gómez2019-09-191-0/+1
* #915: Return 400 status code in POST methods when no payload is attachedRoberto Hueso Gómez2019-09-192-12/+21
* #915: Fix incorrect method and code in invalid GET requestsRoberto Hueso Gómez2019-09-184-8/+8
* #915: Remove duplicated testRoberto Hueso Gómez2019-09-181-4/+0
* #915: more descriptive function name in testRoberto Hueso Gómez2019-09-181-1/+1
* #915 add test for too large HTTP request fieldsJavier Sánchez Parra2019-09-101-0/+29
* #915 check HTTP Content-Length sizeJavier Sánchez Parra2019-09-101-1/+3
* #915 fix missing null-terminated stringJavier Sánchez Parra2019-09-051-1/+1
* #915 adds test for too large HTTP requestJavier Sánchez Parra2019-09-041-0/+19
* #915 do not bail out when failing to send message to stale clientsOpenGnSys Support Team2019-09-021-4/+2
* #559 fix out of bound array accessJavier Sánchez Parra2019-08-281-1/+1
* #915 check ogAdmServer binary existence when running pythong testsJavier Sánchez Parra2019-08-281-0/+4