summaryrefslogtreecommitdiff
path: root/security/libpreludedb
AgeCommit message (Collapse)AuthorFilesLines
2006-03-10Update to 0.9.6shannonjr3-9/+8
Changes: - Fix PostgreSQL plugin compilation problem. - Update database schema: enforce that AdditionalData data field is not NULL. - Improve Swig basic type mapping situation regarding to the target architecture. - Fix query time calculation.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz2-3/+4
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Update to 0.9.5.1shannonjr3-7/+8
Changes: * libpreludedb-0.9.5.1: - Correctly read database schema version. * libpreludedb-0.9.5: - Fix important memory leak in Python bindings, Prewikka should end-up consuming way less memory than it used to. - Fix PostgreSQL plugin compilation problem. - Fix for preludedb-admin --count handling when --offset was used. - Provide more information in preludedb-admin error message. - Various cleanup.
2006-02-08Update to 0.9.4. Changes:shannonjr3-11/+11
- Fix for filtering IDMEF field using the '!=' operator, which resulted in filtering of events where the field did not exist (#129). - Implement a "move" command in preludedb-admin. - When SQL query logging is enabled, log the time taken to execute the query. - Improve plugin API by making it opaque so that existing plugin don't break if we add more SQL plugin function. - Verbose error reporting, make the plugin error API viable for more drivers. - Fix error reporting from perl and python bindings. - Make libpreludedb header files c++ compiler friendly. - Enforce listed IDMEF value ordering. IDMEF value were sometime unordered because of an uninitialized list position problem.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-31Update to 0.9.3. Changes:shannonjr3-8/+8
- More accurate error reporting in preludedb-admin. - Fix NULL error in case the buffer is too small, truncate. - Fix license notice, stating clearly that linking from a program using a GPL compatible license is allowed. Required for Debian package inclusion. The PreludeDB Library provides an abstraction layer upon the type and the format of the database used to store IDMEF alerts.
2006-01-29Prelude is a hybrid IDS consisting of multipleshannonjr5-0/+126
sensors, managers, and a display console. This is Prelude DB Library. It allow the interface allowing Prelude to use a DBMS for alert storage. While libprelude support a choice of MySQL or postgreSQL, this package uses MySQL because it was nearly an order of magnitude faster during test operation. This is one of several new packages in the Prelude family.