summaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* #941 use dbi layer from procesoInclusionClienteWinLnx()OpenGnSys Support Team2020-03-041-40/+34
* #941 add basic database-independent abstraction (dbi)OpenGnSys Support Team2020-03-042-0/+58
* #924 Fix that only the commands without session were checkedJavier Sánchez Parra2019-11-251-0/+5
* #839: Always update the partition types when obtaining the computer configura...Ramón M. Gómez2019-11-211-1/+2
* #915 Return HTTP 400 error code in og_client_state_process_payload_restRoberto Hueso Gómez2019-11-131-1/+1
* #915 Rename POST /image/setup for /setup in REST APIRoberto Hueso Gómez2019-11-131-3/+3
* #915 Add 'echo' parameter to POST /shell/runRoberto Hueso Gómez2019-11-121-4/+31
* #915 Fix og_json_parse_clients flags for empty arraysRoberto Hueso Gómez2019-11-121-2/+2
* #915 Validate POST /run/schedule REST API parametersRoberto Hueso Gómez2019-11-121-0/+3
* #915 Validate POST /image/restore/incremental REST API parametersRoberto Hueso Gómez2019-11-121-10/+40
* #915 Validate POST /image/restore/basic REST API parametersRoberto Hueso Gómez2019-11-121-10/+38
* #915 Validate POST /image/create/incremental REST API parametersRoberto Hueso Gómez2019-11-121-7/+32
* #915 Validate POST /image/create/basic REST API parametersRoberto Hueso Gómez2019-11-121-34/+84
* #915 Validate POST /image/setup REST API parametersRoberto Hueso Gómez2019-11-121-15/+62
* #839: Do not check partition type when obtaining computer configuration to hi...Ramón M. Gómez2019-11-111-15/+8
* #915 Validate POST /image/restore REST API parametersRoberto Hueso Gómez2019-11-061-8/+28
* #915 Validate POST /image/create REST API parametersRoberto Hueso Gómez2019-11-061-7/+27
* #915 Validate POST /software REST API parametersRoberto Hueso Gómez2019-11-061-2/+11
* #915 Validate POST /hardware REST API parametersRoberto Hueso Gómez2019-11-061-0/+3
* #915 Validate POST /refresh REST API parametersRoberto Hueso Gómez2019-11-061-0/+3
* #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
* #924 Always check the result of a command to avoid errorsJavier Sánchez Parra2019-11-041-9/+15
* #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-251-0/+40
* #915 Fix POST "software" cmd in ogAdmServer and webJavier Sánchez Parra2019-10-111-3/+21
* #915 Add POST "image/restore/incremental" command to REST API in ogAdmServerJavier Sánchez Parra2019-10-111-0/+71
* #915 Add POST "image/create/incremental" command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-111-0/+71
* #915 Add POST "image/restore/basic" command to REST API in ogAdmServerJavier Sánchez Parra2019-10-091-0/+75
* #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
* #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: Add POST /image/restore command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-011-0/+63
* #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-011-0/+102
* #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-191-11/+20
* #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 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 trim unknown command syslog error to the initial 32 bytesOpenGnSys Support Team2019-08-281-1/+1