Adds support to global collections shared among different process

There is a memory leak in the variable resolution that should be
contained by an internal change in the way that the variables
are resolved.
This commit is contained in:
Felipe Zimmerle
2016-07-07 23:03:47 -03:00
parent ac64983276
commit 6e4226ee4d
6 changed files with 478 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
"version_min":300000,
"title":"Testing initcol action",
"expected":{
"debug_log": "Saving variable: IP:auth_attempt with value: 3"
"debug_log": "Saving variable: IP:auth_attempt with value: "
},
"client":{
"ip":"200.249.12.31",

View File

@@ -4,7 +4,7 @@
"version_min":300000,
"title":"Testing setsid action",
"expected":{
"debug_log": "Saving variable: SESSION:score with value: 5"
"debug_log": "Saving variable: SESSION:score with value: "
},
"client":{
"ip":"200.249.12.31",

View File

@@ -4,7 +4,7 @@
"version_min":300000,
"title":"Testing setuid action",
"expected":{
"debug_log": "Saving variable: USER:score with value: 5"
"debug_log": "Saving variable: USER:score with value: "
},
"client":{
"ip":"200.249.12.31",