| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds a new command to the REST API to run tasks.
A task (tarea) is composed of procedures (procedimientos), each procedure is
composed of commands (acciones) that are represented through legacy sockHidra
parameters in the database.
This results in iterating over the task (tareas_acciones) table in the
database to fetch the list of procedures (procedimientos).
Then, this iterates over the list commands that compose a procedures
represented through procedimientos_acciones table.
Finally, this builds and sends the sockHidra legacy message for the client.
This patch includes an implementation of the Linux linked list.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
To reuse this function to the REST API.
|
|
|
|
| |
No need for an extra type, socket descriptors are always integer.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OgAdmServer leaves a connection in keepalive more (similar to HTTP
keepalive feature), the existing handling is not correct. The tbsocket
table is never cleaned up and properly.
Use the new og_client object that represents connections from the
clients in tbsocket[] instead.
The keepalive field now stores the index in the tbsocket table, so there
is no need to consult mysql to fetch the slot that this client is using.
This patch also extends syslog() support to include port number when
reporting connections from clients.
|
|
|
|
|
|
|
| |
Modern server side using libev library, includes timeouts for clients.
After this patch, your system requires the libev-dev and libev4 packages
to compile ogAdmServer.
|
|
|
|
| |
Remove unnecessary function declaration in header files
|
|
|
|
| |
Save us from unnecessary initialization given this is in the .bss area.
|
|
|
|
| |
C99 includes boolean definition in stdbool.h, use them.
|
|
|
|
| |
Socket file descriptors are always an integer, no need for typedef.
|
|
|
|
| |
Removes 70 LoCs.
|
|
|
|
|
|
| |
en el perfil de software
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4901 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
nuevos datos de creación de imagen (PC modelo, disco, partición y fecha).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4431 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
errata para registrar la imagen desplegada indicando nº de disco y de partición.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4426 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3446 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
ejecución duplicada de comandos, incluyendo código del ogAdmServer con soporte para el ticket:565 (imágenes incrementales).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3407 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2931 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
a21b9725-9963-47de-94b9-378ad31fedc9
|