aboutsummaryrefslogtreecommitdiff
path: root/www/py-prewikka
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plist: don't remove directories we didn't createdPav Lucistnik2008-01-301-14/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206469
* - Fix pkg-listMartin Wilke2007-11-072-0/+8
| | | | | | | | Submitted by: pointyhat via pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=202567
* - Update to 0.9.13Martin Wilke2007-10-253-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Only perform additional database request when using Sensor localtime: this bring a performance improvement of about 36% on aggregated query, when using either frontend localtime (the default), or UTC time. - JQuery support: Port most of the javascript code to make use of JQuery. Add show/hide effect to CSS popup. More filtering functionality in the SensorListing view. - Cleanup the Authentication class, so that uper Prewikka layer can act depending whether the backend support user creation / deletion. Anonymous authentication is nowa plugin. - Better integration of CGI authentication allowing user listing and deletion. - Report template exception directly to the user. - Fix exception if an alert analyzer name is empty. - Fix problem when adding new Prewikka users (#262). - Fix exception when user has no permission set. - When changing password, we didn't try to match an empty 'current password' (which is a minor issue since the user is already authenticated). Thanks to Helmut Azbest <helmut.azbest@gmail.com> for the fix. - Fix a typo making mod_python use the parent method (patch from Helmut Azbest <helmut.azbest@gmail.com>). - In the configuration file, recognize section even if there are whitespace at the beginning of the line. - Localization fixes, by Sebastien Tricaud <toady@gscore.org>, and Bjoern Weiland. PR: 117471 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=202033
* - update prelude dependencyCheng-Lung Sung2007-10-051-1/+2
| | | | | | | | PR: ports/116114 Submitted by: maintainer (Robin Gruyters) Notes: svn path=/head/; revision=200884
* - Update to 0.9.12.1Cheng-Lung Sung2007-08-153-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog prewikka 0.9.12.1: - Implement an Auto-Refresh system (fix #231). (including code from Paul Robert Marino <prmarino1@gmail.com>). - Ability to filter on missing/offline/online/unknown agents. Make more easier to read each agent status in collapsed mode. - Fix filter load/save/delete issue with translation. - New 'My account' tabs, under the Settings section (fix #241). - New messageid and analyzerid parameters, allowing link to a Prewikka alert from an external tool (previously required a database query in order to retrieve the database event id). - Don't redirect to user listing once an user preference are recorded. Fix changing of another user language by an user with PERM_USER_MANAGEMENT. Display target user language rather than current user language. - Improve the timeline control table layout. - Fix translation of string possibly using plural. - Fix a template compilation problem with certain version of Cheetah (Giandomenico De Tullio <ghisha at email.it>) PR: ports/115234 Submitted by: maintainer (Robin Gruyters) Notes: svn path=/head/; revision=197719
* - Update to 0.9.11.3Martin Wilke2007-06-042-4/+4
| | | | | | | | | | | - Changelog * Fix database schema version. PR: 113152 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=192705
* - Update to 0.9.11.2Martin Wilke2007-05-303-9/+30
| | | | | | | | | | | | | | | | Changelog Prewikka: - In case a database schema upgrade is required, or the Prewikka database does not exist, make the error available from the Prewikka console, rather than exiting badly (which previously required the user to parse its web server log in order to find out the problem). - Fix Apache CGI authentication. (Robin Gruyters) - Fix incorrect locale switch when accessing certain pages. PR: 113116 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=192379
* - Update to 0.9.10Martin Wilke2007-04-113-15/+27
| | | | | | | | PR: 111450 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=189805
* - Update to 0.9.9Martin Wilke2007-02-083-5/+11
| | | | | | | | | | | | | | | | | Changlog: - Improve database performance by reducing the number of query. (Paul Robert Marino) - Activate CleanOutput filtering (lot of escaping fixes). - More action logging. - Bug fixes with the error pages Back/Retry buttons. - Fix error on group by user (#191). - Fix template compilation error with Cheetah version 2 (#184). PR: 108925 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=184633
* - version number of libprelude has changedCheng-Lung Sung2007-01-151-1/+2
| | | | | | | | | | | - bump PORTREVISION PR: ports/107862 Submitted by: clsung Approved by: maintainer (Robin Gruyters) Notes: svn path=/head/; revision=182386
* - Update to 0.9.8Cheng-Lung Sung2006-11-273-114/+109
| | | | | | | | | | | | | | | | | | | | prewikka 0.9.8 Changelog: - Save/load user configuration when using CGI authentication mode (#181). - Show Prewikka version in the About page (#177). - Use Python logging facility (available backend: stderr, file, smtp, syslog), multiple simultaneous handler supported (#113). - Fix anonymous authentication. - Fix external process going into zombie state (#178). - Fix sqlite schema (#180). - Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair. - prewikka-httpd should now log the source address. - Thread safety fixes. PR: ports/105807 Submitted by: maintainer (Robin Gruyters) Notes: svn path=/head/; revision=178083
* - Do not override configuration filesRong-En Fan2006-09-232-1/+7
| | | | | | | | PR: ports/103479 Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer) Notes: svn path=/head/; revision=173628
* - Update to 0.9.7.1Ion-Mihai Tetcu2006-09-052-4/+4
| | | | | | | | | | | | | Changelog prewikka 0.9.7.1: - Fix filter interface bug introduced in 0.9.7. - Improved error reporting on filter creation. - Rename command configuration section to host_commands. PR: ports/102887 Submitted by: Robin Gruyters (maintainer) Notes: svn path=/head/; revision=172282
* - Update to 0.9.7Cheng-Lung Sung2006-08-173-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog prewikka-0.9.7: - Use preludedb_delete_(alert|heartbeat)_from_list(). Require libpreludedb 0.9.9. Provide a deletion performance improvement of around 3000%. - Handle multiple listed source/target properly. Separate source/target in the message listing. - Make host command/Information link available from the Sensor listing. - Always take care of the "external_link_new_window" configuration parameter. - Make external command handling more generic. Allow to specify command line arguments. - Allow to define unlimited number of external commands rather than only a defined subset (fix #134). - Avoid toggling several popup at once in the HeartbeatListing. - Only provide lookup capability for known network address type (fix #76). - New address and node name lookup provided through prelude-ids.com service. - Link to new prelude-ids.com port lookup instead of broken portsdb database (fix #162). - Various bug fixes. PR: ports/102140 Submitted by: maintainer (Robin Gruyters) Notes: svn path=/head/; revision=170840
* - Chase libpreludedb shlib version changeCheng-Lung Sung2006-08-151-1/+2
| | | | | | | | | | - bump PORTREVISION PR: ports/102051 Submitted by: maintainer (Robin Gruyters) Notes: svn path=/head/; revision=170665
* Update to 0.9.6:Ion-Mihai Tetcu2006-07-283-4/+11
| | | | | | | | | | | | | | | | | - CGI authentication module, from Tilman Baumann <tilman.baumann@collax.com>. - Correct libpreludedb runtime version check. - Show multiple source/target in message listing/summary. - Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address, which is stored as string (#156). - Fix aggregation on IDMEF-Path that are not string. - Fix setup.py --root option (#166). PR: ports/100961 Submitted by: Robin Gruyters (maintainer) Notes: svn path=/head/; revision=168946
* - Drop unnecessary post-patchPav Lucistnik2006-05-101-4/+0
| | | | | | | | PR: ports/96977 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=162030
* - Update to 0.9.5Renato Botelho2006-05-052-8/+5
| | | | | | | | | | - Chase libprelude version PR: ports/96762 Submitted by: maintainer Notes: svn path=/head/; revision=161416
* The Prewikka frontend provides a means to query the Prelude database, aggregateRenato Botelho2006-04-194-0/+250
and filter events, and provides useful statistics about what's going on. It provides a nice interface for the security analyst to see what's going on on the monitored system. WWW: http://www.prelude-ids.org/ PR: ports/95996 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> Notes: svn path=/head/; revision=159938