summaryrefslogtreecommitdiffstats
path: root/sources/ogAdmServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* #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
* #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
* #915 internal error response if reply is too longOpenGnSys Support Team2019-08-271-4/+11
* #891 fix crash in wol commandOpenGnSys Support Team2019-07-291-6/+6
* #915 returns 401 when incorrect authentication happensJavier Sánchez Parra2019-07-151-1/+3
* #559 fixes memory leak in tomaConfiguracion()Javier Sánchez Parra2019-07-151-0/+2
* #915 add POST software command to REST API in ogAdmServerOpenGnSys Support Team2019-07-031-0/+30
* #915 add POST hardware command to REST API in ogAdmServerOpenGnSys Support Team2019-07-031-0/+30
* #915 add support for HTTP AuthorizationOpenGnSys Support Team2019-06-241-1/+22
* #896 Fix memory leak in wake_up_broadcast()Javier Sánchez Parra2019-06-121-1/+1
* #915 validate message length based on announced Content-Length fieldOpenGnSys Support Team2019-05-311-10/+14
* #915 remove Actualizar(), Purgar(), Reiniciar() and IniciarSesion()OpenGnSys Support Team2019-05-301-86/+0
* #915 add POST refresh command to REST API in ogAdmServerOpenGnSys Support Team2019-05-301-0/+29
* #915 add POST stop command to REST API in ogAdmServerOpenGnSys Support Team2019-05-301-0/+29
* #915 add POST reboot command to REST API in ogAdmServerOpenGnSys Support Team2019-05-301-0/+29
* #915 add POST poweroff command to REST API in ogAdmServerOpenGnSys Support Team2019-05-301-0/+29
* #915 add og_cmd_legacy_send()OpenGnSys Support Team2019-05-291-4/+5
* #915 remove Sondeo(), respuestaSondeo(), ConsolaRemota(), Arrancar() and EcoC...OpenGnSys Support Team2019-05-271-199/+0
* #915 add POST session command to REST API in ogAdmServerOpenGnSys Support Team2019-05-271-0/+78
* #915 add POST shell/output command to REST API in ogAdmServerOpenGnSys Support Team2019-05-271-0/+93
* #915 add run command to REST API in ogAdmServerOpenGnSys Support Team2019-05-271-0/+75
* #915 add wol command to REST API in ogAdmServerOpenGnSys Support Team2019-05-271-0/+108
* #915 Pass array of addresses to WakeUp()OpenGnSys Support Team2019-05-271-9/+16
* #915 add clients command to REST API in ogAdmServerOpenGnSys Support Team2019-05-271-7/+88
* #915 add initial REST API for ogAdmServerOpenGnSys Support Team2019-05-271-4/+178
* #915 add og_msg_alloc() and og_msg_free()OpenGnSys Support Team2019-05-271-9/+25
* #915 add og_send_cmd()OpenGnSys Support Team2019-05-271-13/+25