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
Andre Lorbach
8ca3e0db1e
Merge branch 'v3-stable' into beta
2012-04-05 12:19:16 +02:00
Andre Lorbach
538df05501
Changed processid field type to string in logstreamclass
...
This caused problems when filtering for non-numeric processid's
2012-04-05 12:18:14 +02:00
Andre Lorbach
6c4e5b7c8a
Minor changes
2012-04-05 12:14:43 +02:00
Andre Lorbach
4e8feeb4f7
Implemented searching functions into MongoDB Logstream.
...
Also fixed minor bugs in MongoDB Logstream Class
2012-04-03 16:33:54 +02:00
Andre Lorbach
328a638c9e
Merge branch 'v3-stable' into beta
...
Conflicts:
src/lang/en/main.php
2012-04-03 09:52:35 +02:00
Andre Lorbach
8864ea8d15
Fixed typo in lang files
2012-04-03 09:51:13 +02:00
Andre Lorbach
4056fbfba8
Trying to get mongodb filtering to work
2012-04-03 09:49:25 +02:00
Andre Lorbach
020d27cd15
Added support for paging in MongoDB Logstream source.
...
Also minor changes in uID handling were/are needed to support MongoDB ID's
2012-03-30 16:18:36 +02:00
Andre Lorbach
2250e27e3f
Initial added MongoDB Logstream sources.
...
First test went fine, however still lots of work todo ;)
2012-03-29 16:15:19 +02:00
Andre Lorbach
c243c2cc5d
Added changelog entry for 3.5.1
v3.5.1
2012-03-16 12:00:58 +01:00
Andre Lorbach
1b12e92868
Finished changes in installer to support LDAP Auth setup
2012-03-16 10:47:19 +01:00
Andre Lorbach
4e57e15701
Started implementing installer changes for LDAP support
2012-03-09 16:38:29 +01:00
Andre Lorbach
2fd07fc6e6
Another change on the sample config
2012-03-07 14:24:25 +01:00
Andre Lorbach
253de1bf18
Minor LDAP changes in the config template
2012-03-07 14:23:44 +01:00
Andre Lorbach
3c7215522b
Changed default LDAP Config sample
2012-01-31 13:53:22 +01:00
Andre Lorbach
4aa3205468
Added LDAP Implementation of forumuser 'Prune'. Modified error handling and other stuff
...
Also successfully tested with Windows Active Directory.
2012-01-31 13:46:18 +01:00
Andre Lorbach
150bc74d36
Started implementing LDAP Auth support
2012-01-26 15:19:23 +01:00
Andre Lorbach
77fb05bdb5
Merge branch 'v3-stable' into beta
2012-01-26 13:10:56 +01:00
Andre Lorbach
fc3501f537
Fixed a #bugid 303, VerifyChecksumTrigger function in logstreamdb class did not generate a lowercase triggername
2012-01-26 13:09:01 +01:00
Andre Lorbach
054e86f1bf
Added changelog for 3.5.0
v3.5.0
2012-01-24 11:45:56 +01:00
Andre Lorbach
db90f4ee1a
Added support for boolean custom filters in report facility
...
Extended the new audit summary report with the option
to enable and disable specific audit events.
2012-01-12 16:06:13 +01:00
Andre Lorbach
622476f2e7
Initial added new Security Audit Report files
2012-01-11 17:22:57 +01:00
Andre Lorbach
ab5303cd69
Set version number to 3.4.1
v3.4.1
2012-01-10 10:56:10 +01:00
Andre Lorbach
bbc96e62c6
Finalized release
2012-01-10 10:47:36 +01:00
Andre Lorbach
826ed1bd93
Added changelog entry
2012-01-09 14:38:49 +01:00
Andre Lorbach
3a85dd917c
Fixed a bug in Syslog and Eventlog summary report which consolidated wrong events
...
when the source filter was used in the report.
2012-01-09 14:32:23 +01:00
Andre Lorbach
cf198caf5a
Fixed issue in logstream source check function of report base class
v3.4.0
2011-12-06 16:23:01 +01:00
Andre Lorbach
3c22e4386e
Fixed more merge conflicts from beta to stable
2011-12-06 14:10:46 +01:00
Andre Lorbach
510abc5497
Dummy commit
2011-12-06 14:06:24 +01:00