summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move json function declarations to json.hOpenGnSys Support Team2021-06-102-4/+4
* #915 Add commands and procedures to procedure creationJavier Sánchez Parra2021-06-104-4/+176
* missing copyright header to new src/legacy.c fileOpenGnSys Support Team2021-06-091-0/+9
* #915 Add schedule/commandJose M. Guisado2021-06-096-10/+497
* #941 Free dbi_inst when og_dbi_open fails to connectJose M. Guisado2021-06-011-0/+1
* #942 Add POST /procedure/add methodJavier Sánchez Parra2021-05-312-0/+129
* #1042 fix multiple definition of ogconfigOpenGnSys Support Team2021-05-271-2/+0
* #1037 Simplify database update v3 codeJavier Sánchez Parra2021-05-271-15/+8
* #1037 Add disk typeJavier Sánchez Parra2021-05-265-8/+57
* #1037 Make partition parameter validation permissiveJavier Sánchez Parra2021-05-261-1/+1
* Add REST POST /room/delete methodJavier Sánchez Parra2021-05-101-0/+59
* #942 Add REST POST /center/delete methodJavier Sánchez Parra2021-05-101-0/+59
* #980 ignore unknown attributesOpenGnSys Support Team2021-05-041-14/+0
* #995 Add link speed parsing to client probe responseJose M. Guisado2021-05-043-0/+8
* ogServer is AGPLv3+OpenGnSys Support Team2021-05-0411-22/+33
* #915 only API REST is supportedOpenGnSys Support Team2021-05-042-7/+3
* #580 remove old keepalive codeOpenGnSys Support Team2021-05-042-24/+2
* #1043 don't create wol entries when client is connectedJose M. Guisado2021-04-291-0/+3
* #1043 add WOL_SENT stateOpenGnSys Support Team2021-04-294-1/+138
* #1043 add function to append client to json treeOpenGnSys Support Team2021-04-291-18/+28
* #1042 Add schema version 2Jose M. Guisado2021-04-281-0/+70
* #980 Broken TCP connection times out after 120 seconds through keepaliveOpenGnSys Support Team2021-04-221-0/+12
* #915 Add /room/add POST methodJavier Sánchez Parra2021-04-203-0/+183
* #1042 Update database schema automaticallyJose M. Guisado2021-04-204-0/+165
* #915 Add large HTTP response testJavier Sánchez Parra2021-04-193-1/+69
* #915 Stop ogServer service in run-test.pyJavier Sánchez Parra2021-04-191-0/+3
* #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-052-0/+50
* #1004 Add GET /images testDiego Crespo Quinta2021-03-302-1/+26
* #990 fix crash in wol with malformed IP addressOpenGnSys Support Team2021-03-301-1/+4
* Fix GET /hardware test urlDiego Crespo Quinta2021-03-231-2/+2
* #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