Andre Lorbach
c4909c1f13
Fixed Cross Site scripting issue in asktheoracle.php
2012-12-19 12:25:17 +01:00
Andre Lorbach
0bcee2b490
Added error handling in report admin when datasource is not accessable
2012-12-14 17:39:24 +01:00
Andre Lorbach
d0ed1c5e5b
Cosmetic fix in login.php, fixed static language strings.
2012-12-05 09:59:25 +01:00
Andre Lorbach
94ed6fb5c2
Created new stable and added changelog entry for 3.6.0
2012-12-04 15:11:36 +01:00
Andre Lorbach
c47be14517
Fixed bug in "EventLog Audit" and "EventLog Logon/Logoff" Report.
...
The dependency for the Checksum field was missing.
2012-12-04 15:01:23 +01:00
Andre Lorbach
65f3431275
Fixed BUGID 375, user and group data is now deleted when removing them using the admin panel.
2012-12-04 14:49:18 +01:00
Andre Lorbach
61d66a8543
Fixed BUGID 369, defaultviewID was overwritten with hardcoded default
2012-12-04 14:09:50 +01:00
Andre Lorbach
3f99856430
Fixed DiskAllowed checked in disklogstream source.
...
Filenames are now correctly checked against allowed folders.
2012-12-04 11:15:09 +01:00
Andre Lorbach
1b0ba0af2a
Merge branch 'v3-stable' into beta
...
Conflicts:
ChangeLog
src/include/functions_common.php
v3.5.6
2012-09-10 15:26:31 +02:00
Andre Lorbach
8e1a986025
Added changelog for 3.4.5
v3.4.5
2012-09-10 14:51:13 +02:00
Andre Lorbach
d24dcda982
Merged fix from beta branch in function_db.php
...
DB_RemoveBadChars function supports arrays now, this caused invisible notice errors.
2012-09-04 15:10:45 +02:00
Andre Lorbach
a77add0976
DB_RemoveBadChars function supports arrays now, this caused invisible notice errors.
2012-08-21 16:35:23 +02:00
Andre Lorbach
866c3ab7f4
Fixed missing MongoDB Logsource support in Installer script.
...
Don't forget to change Tabletype to MongoDB
2012-08-21 15:52:01 +02:00
Andre Lorbach
8ea4cd7f08
Changed intval() handling in details.php into is_numeric.
...
This fixes problems with 64 Bit unsigned uid's.
Fixes bugid 345: http://bugzilla.adiscon.com/show_bug.cgi?id=345
2012-07-12 10:51:47 +02:00
Andre Lorbach
0c9bd09097
Merge branch 'v3-stable' into beta
...
Conflicts:
src/include/functions_common.php
v3.5.5
2012-06-19 12:15:42 +02:00
Andre Lorbach
9c127f6752
Added changelog entry and incremented version history
v3.4.4
2012-06-19 11:44:36 +02:00
Andre Lorbach
62f8b3aa56
Fixed cross-site scripting vulnerability of highlight parameter on index.php page
2012-06-19 11:42:36 +02:00
Andre Lorbach
c014170ddd
Fixed merge problem
v3.5.4
2012-05-22 16:00:18 +02:00
Andre Lorbach
2f733ed126
Merge branch 'v3-stable' into beta
...
Conflicts:
ChangeLog
src/include/constants_errors.php
src/include/functions_common.php
2012-05-22 15:59:37 +02:00
Andre Lorbach
4c5e5b7bf5
Added changelog entry for 3.4.3
v3.4.3
2012-05-22 15:58:11 +02:00
Andre Lorbach
185998a219
Fixed arbitrary file read issue in Disk LogStream class.
...
The config.php file does now contain an array "DiskAllowed" which contains
allowed directories. Only files located within these allowed directories can be
accessed in LogAnalyzer. By default, only /var/log is allowed.
2012-05-22 15:50:49 +02:00
Andre Lorbach
a0ffd04bfb
Fixed Cross site scripting issue of id parameter on admin/searches.php page
2012-05-22 12:12:45 +02:00
Andre Lorbach
2e62839897
Fixed Cross site scripting issue of id parameter on admin/reports.php page
2012-05-22 12:10:51 +02:00
Andre Lorbach
69ff2d22f8
Fixed Cross Site scripting issue filter parameter on index.php
2012-05-22 12:05:27 +02:00
Andre Lorbach
0716c4ec9a
Fixed SQL Injection vulnerability in admin/view.php
2012-05-22 10:56:59 +02:00
Andre Lorbach
d8412ae6f8
Added changelog entry for 3.5.3
v3.5.3
2012-05-09 15:41:32 +02:00
Andre Lorbach
4a6ae97899
Tested some stuff for MongoDB Logstream source.
2012-05-09 15:28:35 +02:00
Andre Lorbach
319a4b45fb
Updated jpgraph code to latest version 3.0.7
2012-05-08 12:00:48 +02:00
Andre Lorbach
5cea7829ad
Merge branch 'v3-stable' into beta
...
Conflicts:
ChangeLog
2012-05-07 15:55:42 +02:00
Andre Lorbach
565cc2b3e5
Added changelog entry
v3.4.2
2012-05-07 15:38:42 +02:00
Andre Lorbach
27d65d30ab
Added some more error handling into MongoDB Logstream
2012-05-07 15:27:26 +02:00
Andre Lorbach
791ac1901a
MongoDB Logstream, added workarround to consolide by day when using a date field
2012-05-04 16:42:21 +02:00
Andre Lorbach
2199ae812d
Merge branch 'v3-stable' into beta
...
Conflicts:
src/classes/logstream.class.php
2012-05-04 11:06:18 +02:00
Andre Lorbach
92fc2f47e8
Added support to filter by date string (Sample: timereported:=2012-01-01)
...
A new Datetype hasbeen added to support filtering by date
2012-05-04 11:00:22 +02:00
Andre Lorbach
5b00de462e
testings
2012-05-04 09:42:52 +02:00
Andre Lorbach
31a67dd510
Enhanced Reduce Javascript for MongoDB Logstream Class
2012-05-03 16:44:55 +02:00
Andre Lorbach
cee7dbe575
Added support for creating Indexes in MongoDB Logstream
...
This will improve Report performance. Also enhanced Reduce functions used to group results.
Added an Exception handler into reduce function in order to avoid MongoDB Error 9010
2012-05-03 16:36:09 +02:00
Andre Lorbach
38795d48cb
MongoDB Class, fixed bug in GetCountSortedByField
2012-05-02 17:11:58 +02:00
Andre Lorbach
a241de09e1
Fixed bug in grouping functions of MongoDB Logstream Class
2012-05-02 16:37:25 +02:00
Andre Lorbach
58f24e5c14
Fixed another issue in MongoDB Logstream causing multiple database queries
2012-04-30 18:33:47 +02:00
Andre Lorbach
ea63cb4bbc
MongoDB LogStream: Added support to limit results (Internally set to 100 records max for now.
...
Fixed a bug (infinity loop) when less results are available.
Minor other fixes in mongodb logstream
2012-04-30 18:15:25 +02:00
Andre Lorbach
26911efe19
Fixed minor bug for MongoDB in Source Admin
v3.5.2
2012-04-23 16:43:41 +02:00
Andre Lorbach
40d9d1c7e0
Changed ver to 3.5.2 in code
2012-04-23 16:35:08 +02:00
Andre Lorbach
eb0874236b
Added changelog entry
2012-04-23 16:28:50 +02:00
Andre Lorbach
0eb2641086
Some fine tuning for MongoDB Driver
2012-04-23 15:53:58 +02:00
Andre Lorbach
90b8358e4c
MongoDB Logstream driver almostfully implemented
...
Only a few TODO's are left
2012-04-20 17:20:32 +02:00
Andre Lorbach
d10505e4ed
Almost fully implemented consolidation function for MongoDB Logstream Source
...
These function are essential for generating reports
2012-04-19 17:17:13 +02:00
Andre Lorbach
9fe907d70e
minor changes
2012-04-18 17:15:33 +02:00
Andre Lorbach
666f7ae6d9
Added support for database stats and cleanup in LogStream Mongodb driver
2012-04-05 16:49:52 +02:00
Andre Lorbach
0e12ccf409
Fixed some filtering issues
2012-04-05 12:52:23 +02:00