summaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* #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-272-10/+17
* #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
* #915 add og_socket_server_init()OpenGnSys Support Team2019-05-271-18/+28
* #915 add og_client_state_process_payload()OpenGnSys Support Team2019-05-271-20/+31
* #915 add og_client_state_recv_hdr()OpenGnSys Support Team2019-05-271-23/+35
* #898 Remove unused encryption and decryption routinesOpenGnSys Support Team2019-02-061-1/+1
* #897 Do not use socket type in ogAdmServerOpenGnSys Support Team2019-02-062-6/+6
* #896: Send multicast WoL through a specific interfaceJavier Sánchez Parra2019-02-061-17/+101
* #891 remove function to parse string in hexadecimal to binaryOpenGnSys Support Team2019-01-231-35/+0
* #891 fix wake on lan routineOpenGnSys Support Team2019-01-231-12/+15
* #580 ignore SIGPIPE signalOpenGnSys Support Team2019-01-171-0/+3
* #580 incorrect return value in handlerOpenGnSys Support Team2019-01-171-6/+6
* #883 standalone log file is now deprecatedOpenGnSys Support Team2019-01-171-0/+3
* #883 remove unnecessary loggingOpenGnSys Support Team2019-01-171-106/+14
* #883 replace standalone log file by syslogOpenGnSys Support Team2019-01-172-240/+259
* #883 use LOG_DEBUG instead of LOG_INFOOpenGnSys Support Team2019-01-171-8/+8
* #883 do not use argv[0] in syslog log messageOpenGnSys Support Team2019-01-171-1/+1
* #580 fix management of keepalive connections to clientsOpenGnSys Support Team2019-01-172-46/+105