index
:
ogServer
master
OpenGnsys server
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
#942 memleak in og_send_request()
OpenGnSys Support Team
2021-02-23
1
-0
/
+2
*
#980 memleak in json ogclient path
OpenGnSys Support Team
2021-02-23
1
-0
/
+1
*
#942 memleak in error path
OpenGnSys Support Team
2021-02-23
1
-87
/
+172
*
#990 Fix og_cmd_wol memory leak
Jose M. Guisado
2021-02-23
1
-0
/
+6
*
#1019 UAF in schedule run
OpenGnSys Support Team
2021-02-23
1
-1
/
+4
*
#1019 Fix queued Wake on LAN
Javier Sánchez Parra
2021-02-22
1
-0
/
+28
*
#990 wol: migrate mac and netmask query to ogServer
Jose M. Guisado
2021-02-15
1
-69
/
+41
*
#1004 Fix client setup disk size showing as 0
Jose M. Guisado
2021-02-09
1
-2
/
+2
*
#1019 Fix setup legacy string parser
Javier Sánchez Parra
2021-02-08
1
-3
/
+8
*
#1019 Fix restore-image legacy string parser
Javier Sánchez Parra
2021-02-08
1
-1
/
+2
*
#1021 remove LOG_DEBUG syslog
OpenGnSys Support Team
2021-02-04
1
-20
/
+0
*
#1022 increase maximum API REST request size
OpenGnSys Support Team
2021-02-04
1
-1
/
+1
*
#802 add uefi folder for post_modes pxe template lookup
Jose M. Guisado
2021-01-13
1
-3
/
+13
*
#1010 Fix /software missing body in queued mode
Javier Sánchez Parra
2020-12-02
1
-1
/
+16
*
#1010 Adapt ogServer to send GET /software
Javier Sánchez Parra
2020-12-02
1
-1
/
+1
*
#915 Test GET /scopes
Diego Crespo Quinta
2020-12-01
1
-0
/
+5
*
#1008 Add support to work with GPT tables
Javier Sánchez Parra
2020-11-27
1
-0
/
+4
*
#1008 Restore support for 4 disks and 16 partitions
Javier Sánchez Parra
2020-11-18
2
-15
/
+18
*
#941 Fix get computer center id
Javier Sánchez Parra
2020-10-27
1
-0
/
+1
*
#942 Add GET /session REST API function
Roberto Hueso Gómez
2020-10-20
1
-2
/
+99
*
#942 Use client's IP as filter in GET /hardware
Roberto Hueso Gómez
2020-10-20
1
-17
/
+6
*
#942 Add GET /software REST API function
Roberto Hueso Gómez
2020-10-16
1
-2
/
+97
*
#942 Extend GET /images function
Roberto Hueso Gómez
2020-10-14
2
-7
/
+21
*
#942 Create DB image when calling POST /image/create
Roberto Hueso Gómez
2020-10-14
3
-6
/
+83
*
Add REST POST /client/delete method
Roberto Hueso Gómez
2020-10-08
1
-0
/
+61
*
#971 remove unused contieneIP function in ogAdmLib
OpenGnSys Support Team
2020-10-07
1
-31
/
+0
*
#988 remove legacy configuration
OpenGnSys Support Team
2020-10-07
10
-88
/
+36
*
#988 rename og_server_cfg to cfg
OpenGnSys Support Team
2020-10-07
3
-7
/
+7
*
#941 Use fixed length strings in og_computer and og_dbi_get_computer_info
Roberto Hueso Gómez
2020-10-06
4
-71
/
+63
*
#941 Add og_json_parse_string_copy(...) function
Roberto Hueso Gómez
2020-10-06
2
-0
/
+16
*
#1004 set default path to repository
OpenGnSys Support Team
2020-10-06
2
-3
/
+7
*
#988 remove legacy configuration file
OpenGnSys Support Team
2020-10-05
4
-207
/
+32
*
#1004 Fix integer overflow in datasize
Javier Sánchez Parra
2020-09-29
1
-1
/
+1
*
#1004 Add GET /images
Javier Sánchez Parra
2020-09-29
4
-1
/
+195
*
#988 Add global config variable
Javier Sánchez Parra
2020-09-29
2
-1
/
+4
*
#942 Add POST /client/add HTTP REST method
Roberto Hueso Gómez
2020-09-24
1
-0
/
+139
*
#988 use-after-free in json configuration parser
OpenGnSys Support Team
2020-09-22
2
-10
/
+20
*
#1004 Add GET /client/info HTTP REST method
Roberto Hueso Gómez
2020-09-22
1
-0
/
+88
*
#941 Extend og_dbi_get_computer_info(...)
Roberto Hueso Gómez
2020-09-22
3
-16
/
+80
*
#941 pass og_dbi to og_dbi_get_computer_info()
OpenGnSys Support Team
2020-09-18
3
-52
/
+55
*
#941 move og_dbi_get_computer_info() to dbi
OpenGnSys Support Team
2020-09-18
3
-59
/
+65
*
#988 fix compilation warning in json configuration file to legacy
OpenGnSys Support Team
2020-09-15
1
-8
/
+8
*
Fix size of og_cmd_get_client_setup() return array
Roberto Hueso Gómez
2020-09-15
1
-1
/
+2
*
#1004 Add GET /client/setup HTTP REST method
Roberto Hueso Gómez
2020-09-14
1
-0
/
+143
*
#971 replace reservaMemoria() by calloc()
OpenGnSys Support Team
2020-09-10
2
-21
/
+1
*
#971 remove unused functions in ogAdmLib
OpenGnSys Support Team
2020-09-10
2
-127
/
+0
*
#1004 Handle new fields in /image/create response
Javier Sánchez Parra
2020-09-10
3
-3
/
+58
*
#980 do not report busy client if probing is pending
OpenGnSys Support Team
2020-08-21
1
-1
/
+6
*
#980 Add 'ip' field in GET /scopes request
Roberto Hueso Gómez
2020-08-14
1
-4
/
+4
*
#980 Select POST /mode clients by ip instead of scope name
Roberto Hueso Gómez
2020-08-14
1
-14
/
+18
[prev]
[next]