index
:
ogServer
master
OpenGnsys server
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
#915 Validate POST /reboot REST API parameters
Roberto Hueso Gómez
2019-11-06
1
-0
/
+3
*
#915 Validate POST /poweroff REST API parameters
Roberto Hueso Gómez
2019-11-06
1
-0
/
+3
*
#915 Validate POST /session REST API parameters
Roberto Hueso Gómez
2019-11-06
1
-3
/
+13
*
#915 Validate POST /shell/output REST API parameters
Roberto Hueso Gómez
2019-11-06
1
-0
/
+3
*
#915 Validate POST /shell/run REST API parameters
Roberto Hueso Gómez
2019-11-06
1
-0
/
+7
*
#915 Validate POST /wol REST API parameters
Roberto Hueso Gómez
2019-11-06
1
-0
/
+13
*
#915 Validate POST /clients parameters
Roberto Hueso Gómez
2019-11-06
1
-0
/
+15
*
#924 Always check the result of a command to avoid errors
Javier Sánchez Parra
2019-11-04
1
-9
/
+15
*
#915 Use og_cmd_legacy_send in og_cmd_run_schedule for ogAdmServer
Roberto Hueso Gómez
2019-10-29
1
-13
/
+2
*
#915 Add POST "run/schedule" command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-25
1
-0
/
+40
*
#915 Fix POST "software" cmd in ogAdmServer and web
Javier Sánchez Parra
2019-10-11
1
-3
/
+21
*
#915 Add POST "image/restore/incremental" command to REST API in ogAdmServer
Javier Sánchez Parra
2019-10-11
1
-0
/
+71
*
#915 Add POST "image/create/incremental" command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-11
1
-0
/
+71
*
#915 Add POST "image/restore/basic" command to REST API in ogAdmServer
Javier Sánchez Parra
2019-10-09
1
-0
/
+75
*
#915 Add POST "image/create/basic" command to REST API in ogAdmServer
Javier Sánchez Parra
2019-10-08
1
-0
/
+108
*
#915 Improve error management for og_json_parse_partition()
Roberto Hueso Gómez
2019-10-07
1
-7
/
+23
*
#915 Add POST "image/setup" command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-07
1
-0
/
+100
*
#915 Remove Apagar, CrearImagen, RestaurarImagen, InventarioHardware, Inventa...
OpenGnSys Support Team
2019-10-03
1
-110
/
+0
*
#915: Add POST /image/restore command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-01
1
-0
/
+63
*
#915: add og_json_parse_string() and use it
Roberto Hueso Gómez
2019-10-01
1
-70
/
+17
*
#915: Add POST /image/create command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-01
1
-0
/
+102
*
#915: Removes braces for single statement if branch
Roberto Hueso Gómez
2019-10-01
1
-4
/
+3
*
#915: Fix file descriptor leak in og_socket_server_init() from exit path
Roberto Hueso Gómez
2019-09-19
1
-0
/
+1
*
#915: Return 400 status code in POST methods when no payload is attached
Roberto Hueso Gómez
2019-09-19
1
-11
/
+20
*
#915 check HTTP Content-Length size
Javier Sánchez Parra
2019-09-10
1
-1
/
+3
*
#915 fix missing null-terminated string
Javier Sánchez Parra
2019-09-05
1
-1
/
+1
*
#915 do not bail out when failing to send message to stale clients
OpenGnSys Support Team
2019-09-02
1
-4
/
+2
*
#559 fix out of bound array access
Javier Sánchez Parra
2019-08-28
1
-1
/
+1
*
#915 trim unknown command syslog error to the initial 32 bytes
OpenGnSys Support Team
2019-08-28
1
-1
/
+1
*
#915 add syslog error when HTTP request processing fails
OpenGnSys Support Team
2019-08-28
1
-4
/
+17
*
#915 add og_server_internal_error()
OpenGnSys Support Team
2019-08-28
1
-5
/
+12
*
#915 add syslog debugging for HTTP request
OpenGnSys Support Team
2019-08-28
1
-4
/
+4
*
#915 close connection to REST API if request is too long
OpenGnSys Support Team
2019-08-28
1
-1
/
+8
*
#915 add OG_CLIENTS_MAX definition
OpenGnSys Support Team
2019-08-28
1
-2
/
+4
*
#915 set maximum REST API response to 64 Kbytes
OpenGnSys Support Team
2019-08-28
1
-2
/
+4
*
#915 json_dump_callback() takes flags as a parameter
OpenGnSys Support Team
2019-08-28
1
-2
/
+2
*
#915 allow up to 4096 clients from REST API
OpenGnSys Support Team
2019-08-28
1
-2
/
+2
*
#915 reply with HTTP 405 when the method is incorrect
Javier Sánchez Parra
2019-08-27
1
-12
/
+25
*
#915 internal error response if reply is too long
OpenGnSys Support Team
2019-08-27
1
-4
/
+11
*
#891 fix crash in wol command
OpenGnSys Support Team
2019-07-29
1
-6
/
+6
*
#915 returns 401 when incorrect authentication happens
Javier Sánchez Parra
2019-07-15
1
-1
/
+3
*
#559 fixes memory leak in tomaConfiguracion()
Javier Sánchez Parra
2019-07-15
1
-0
/
+2
*
#915 add POST software command to REST API in ogAdmServer
OpenGnSys Support Team
2019-07-03
1
-0
/
+30
*
#915 add POST hardware command to REST API in ogAdmServer
OpenGnSys Support Team
2019-07-03
1
-0
/
+30
*
#915 add support for HTTP Authorization
OpenGnSys Support Team
2019-06-24
1
-1
/
+22
*
#896 Fix memory leak in wake_up_broadcast()
Javier Sánchez Parra
2019-06-12
1
-1
/
+1
*
#915 validate message length based on announced Content-Length field
OpenGnSys Support Team
2019-05-31
1
-10
/
+14
*
#915 remove Actualizar(), Purgar(), Reiniciar() and IniciarSesion()
OpenGnSys Support Team
2019-05-30
1
-86
/
+0
*
#915 add POST refresh command to REST API in ogAdmServer
OpenGnSys Support Team
2019-05-30
1
-0
/
+29
*
#915 add POST stop command to REST API in ogAdmServer
OpenGnSys Support Team
2019-05-30
1
-0
/
+29
[prev]
[next]