summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* #915 increase maximum API REST response sizeJavier Sánchez Parra2021-04-191-1/+1
* #915 fix "response too large" error pathJavier Sánchez Parra2021-04-191-12/+9
* #915 validate response json sizeJavier Sánchez Parra2021-04-191-15/+65
* #971 Remove sql bottleneck when removing software profilesJose M. Guisado2021-04-161-13/+0
* schedule: fix daylight saving problem with mktime()Jose M. Guisado2021-04-121-0/+3
* #915 Add /center/add POST methodJose M. Guisado2021-04-082-0/+85
* #915 Avoid duplicate db entries in /create/imagev1.2.0Jose M. Guisado2021-04-061-0/+18
* #915 Add GET /oglive/test REST API functionJavier Sánchez Parra2021-04-051-0/+31
* #1004 Add GET /images testDiego Crespo Quinta2021-03-301-1/+1
* #990 fix crash in wol with malformed IP addressOpenGnSys Support Team2021-03-301-1/+4
* #1004 update size to 64-bitsOpenGnSys Support Team2021-03-191-1/+1
* #971 check for NULL serial numberOpenGnSys Support Team2021-03-191-1/+1
* #990 Use lab netmask to calculate broadcast addressJavier Sánchez Parra2021-03-171-6/+15
* #990 incorrect inet_aton() error checkOpenGnSys Support Team2021-03-171-2/+2
* #997 Fix og_tm_hours_maskJose M. Guisado2021-03-151-2/+2
* #997 Use stale check flag in schedule/updateJose M. Guisado2021-03-151-1/+19
* #942 return error if API REST parser failsOpenGnSys Support Team2021-03-151-38/+29
* #997 Remove unnecessary strdup in og_dbi_queue_*Jose M. Guisado2021-03-111-2/+2
* #997 Set stale check flag when processing schedule/createJose M. Guisado2021-03-113-11/+78
* #1004 Fix memleak in og_cmd_imagesJose M. Guisado2021-02-241-1/+1
* #942 memleak in og_send_request()OpenGnSys Support Team2021-02-231-0/+2
* #980 memleak in json ogclient pathOpenGnSys Support Team2021-02-231-0/+1
* #942 memleak in error pathOpenGnSys Support Team2021-02-231-87/+172
* #990 Fix og_cmd_wol memory leakJose M. Guisado2021-02-231-0/+6
* #1019 UAF in schedule runOpenGnSys Support Team2021-02-231-1/+4
* #1019 Fix queued Wake on LANJavier Sánchez Parra2021-02-221-0/+28
* #990 wol: migrate mac and netmask query to ogServerJose M. Guisado2021-02-151-69/+41
* #1004 Fix client setup disk size showing as 0Jose M. Guisado2021-02-091-2/+2
* #1019 Fix setup legacy string parserJavier Sánchez Parra2021-02-081-3/+8
* #1019 Fix restore-image legacy string parserJavier Sánchez Parra2021-02-081-1/+2
* #1021 remove LOG_DEBUG syslogOpenGnSys Support Team2021-02-041-20/+0
* #1022 increase maximum API REST request sizeOpenGnSys Support Team2021-02-041-1/+1
* #802 add uefi folder for post_modes pxe template lookupJose M. Guisado2021-01-131-3/+13
* #1010 Fix /software missing body in queued modeJavier Sánchez Parra2020-12-021-1/+16
* #1010 Adapt ogServer to send GET /softwareJavier Sánchez Parra2020-12-021-1/+1
* #915 Test GET /scopesDiego Crespo Quinta2020-12-011-0/+5
* #1008 Add support to work with GPT tablesJavier Sánchez Parra2020-11-271-0/+4
* #1008 Restore support for 4 disks and 16 partitionsJavier Sánchez Parra2020-11-182-15/+18
* #941 Fix get computer center idJavier Sánchez Parra2020-10-271-0/+1
* #942 Add GET /session REST API functionRoberto Hueso Gómez2020-10-201-2/+99
* #942 Use client's IP as filter in GET /hardwareRoberto Hueso Gómez2020-10-201-17/+6
* #942 Add GET /software REST API functionRoberto Hueso Gómez2020-10-161-2/+97
* #942 Extend GET /images functionRoberto Hueso Gómez2020-10-142-7/+21
* #942 Create DB image when calling POST /image/createRoberto Hueso Gómez2020-10-143-6/+83
* Add REST POST /client/delete methodRoberto Hueso Gómez2020-10-081-0/+61
* #971 remove unused contieneIP function in ogAdmLibOpenGnSys Support Team2020-10-071-31/+0
* #988 remove legacy configurationOpenGnSys Support Team2020-10-0710-88/+36
* #988 rename og_server_cfg to cfgOpenGnSys Support Team2020-10-073-7/+7
* #941 Use fixed length strings in og_computer and og_dbi_get_computer_infoRoberto Hueso Gómez2020-10-064-71/+63
* #941 Add og_json_parse_string_copy(...) functionRoberto Hueso Gómez2020-10-062-0/+16