summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #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
* #915 add missing brackets to WOL API test jsonJavier Sánchez Parra2019-08-281-2/+2
* #915 trim unknown command syslog error to the initial 32 bytesOpenGnSys Support Team2019-08-281-1/+1
* #915 add syslog error when HTTP request processing failsOpenGnSys Support Team2019-08-281-4/+17
* #915 add og_server_internal_error()OpenGnSys Support Team2019-08-281-5/+12
* #915 add syslog debugging for HTTP requestOpenGnSys Support Team2019-08-281-4/+4
* #915 close connection to REST API if request is too longOpenGnSys Support Team2019-08-281-1/+8
* #915 add OG_CLIENTS_MAX definitionOpenGnSys Support Team2019-08-281-2/+4
* #915 set maximum REST API response to 64 KbytesOpenGnSys Support Team2019-08-281-2/+4
* #915 json_dump_callback() takes flags as a parameterOpenGnSys Support Team2019-08-281-2/+2
* #915 allow up to 4096 clients from REST APIOpenGnSys Support Team2019-08-281-2/+2
* #915 reply with HTTP 405 when the method is incorrectJavier Sánchez Parra2019-08-271-12/+25