~ubuntu-branches/ubuntu/wily/prewikka/wily

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-03-18 17:34:33 UTC
  • mfrom: (1.1.11 upstream) (8.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100318173433-2dyo1uo0r570y4i9
Tags: 1.0.0-1
New upstream release 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* 2010-03-16, prewikka-1.0.0:
 
2
 
 
3
- Fix logout link from the Statistics view.
 
4
 
 
5
- Fix inline filtering problem for events name with start/ending space.
 
6
 
 
7
- Fix possible inline filter null reset button.
 
8
 
 
9
- Other, minor fixes.
 
10
 
 
11
 
 
12
* 2010-02-12, prewikka-1.0.0rc3:
 
13
 
 
14
- Make sure we always use a replacement ("n/a") when we get a nil
 
15
  value from the database. Fix exception since the underlying chart
 
16
  backend didn't support nil value (#370).
 
17
 
 
18
- If the requested timeline range is lower or equal 1 minute, use
 
19
  a 1 second step. Fix an exception using the Cairoplot backend, and
 
20
  allow to get meaningful by minute statistics (#370).
 
21
 
 
22
 
 
23
* 2010-02-10, prewikka-1.0.0rc2:
 
24
 
 
25
- The link to the logged-in user settings, when accessed through the
 
26
  Statistics subpages, contained an invalid parameters which triggered
 
27
  an exception.
 
28
 
 
29
- An exception could be raised in case we were generating a distribution
 
30
  Chart containing empty values. This close #369.
 
31
 
 
32
- Upgrade old database fields values to fit latest Prewikka changes. Fix
 
33
  a possible exception in the Events listing.
 
34
 
 
35
- Fix possible exception with username/charts name containing unicode.
 
36
 
 
37
- Correctly handle the setup.py installation 'root' argument.
 
38
 
 
39
 
 
40
* 2010-01-21, prewikka-1.0.0rc1:
 
41
 
 
42
- OpenSource Graphical Statistics implementation: implement a set of
 
43
  basic statistics for Prewikka, based on the (provided) Cairoplot
 
44
  rendering engine. This initial implementation provides
 
45
  Categorizations, Sources, Targets, Analyzers, and Timeline statistics.
 
46
 
 
47
- Only use analyzerid/messageid pair when linking to a set of correlated
 
48
  alerts. This fixes a problem where clicking on the link to expand the
 
49
  CorrelatedAlert list would bring an empty alert view, since previous
 
50
  filters where preserved.
 
51
 
 
52
- The link used to expand a list of sources/target was always broken. It
 
53
  now point to the detailed view for CorrelationAlert, or the detailed
 
54
  event for alert.
 
55
 
 
56
- Allow filtering empty value, by providing a new "Is Null" operator.
 
57
 
 
58
- Improve non aggregated delete, by providing a precise deletion scheme.
 
59
 
 
60
- Correctly provide the analyzer_time information.
 
61
 
 
62
- Various bug fixes.
 
63
 
 
64
 
 
65
 
1
66
* 2009-09-07, prewikka-0.9.17.1:
2
67
 
3
68
- Fix possible encoding error in the message summary view (#360).
215
280
 
216
281
* 2007-06-11, prewikka-0.9.11.4:
217
282
 
218
 
        - Fix PostgreSQL user deletion error.
 
283
        - Fix PostgreSQL user deletion error.
219
284
 
220
285
 
221
286
* 2007-05-29, prewikka-0.9.11.3:
222
287
 
223
 
        - Fix database schema version.
 
288
        - Fix database schema version.
224
289
 
225
290
 
226
291
* 2007-05-26, prewikka-0.9.11.2:
233
298
 
234
299
* 2007-05-25, prewikka-0.9.11.1:
235
300
 
236
 
        - Fix Apache CGI authentication. (Robin Gruyters)
 
301
        - Fix Apache CGI authentication. (Robin Gruyters)
237
302
 
238
 
        - Fix incorrect locale switch when accessing certain pages.
 
303
        - Fix incorrect locale switch when accessing certain pages.
239
304
 
240
305
 
241
306
* 2007-05-21, prewikka-0.9.11:
316
381
 
317
382
* 2006-11-23, prewikka-0.9.8:
318
383
 
319
 
        - Save/load user configuration when using CGI authentication mode (#181).
320
 
 
321
 
        - Show Prewikka version in the About page (#177).
322
 
 
323
 
        - Use Python logging facility (available backend: stderr, file, smtp, syslog),
324
 
          multiple simultaneous handler supported (#113).
325
 
 
326
 
        - Fix anonymous authentication.
327
 
 
328
 
        - Fix external process going into zombie state (#178).
329
 
 
330
 
        - Fix sqlite schema (#180).
331
 
 
332
 
        - Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair.
333
 
 
334
 
        - prewikka-httpd should now log the source address.
335
 
 
336
 
        - Thread safety fixes.
 
384
        - Save/load user configuration when using CGI authentication mode (#181).
 
385
 
 
386
        - Show Prewikka version in the About page (#177).
 
387
 
 
388
        - Use Python logging facility (available backend: stderr, file, smtp, syslog),
 
389
          multiple simultaneous handler supported (#113).
 
390
 
 
391
        - Fix anonymous authentication.
 
392
 
 
393
        - Fix external process going into zombie state (#178).
 
394
 
 
395
        - Fix sqlite schema (#180).
 
396
 
 
397
        - Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair.
 
398
 
 
399
        - prewikka-httpd should now log the source address.
 
400
 
 
401
        - Thread safety fixes.
337
402
 
338
403
 
339
404
* 2006-08-18, prewikka-0.9.7.1:
340
405
 
341
 
        - Fix filter interface bug introduced in 0.9.7.
342
 
 
343
 
        - Improved error reporting on filter creation.
344
 
 
345
 
        - Rename command configuration section to host_commands.
 
406
        - Fix filter interface bug introduced in 0.9.7.
 
407
 
 
408
        - Improved error reporting on filter creation.
 
409
 
 
410
        - Rename command configuration section to host_commands.
346
411
 
347
412
 
348
413
* 2006-08-16, prewikka-0.9.7:
349
414
 
350
 
        - Use preludedb_delete_(alert|heartbeat)_from_list(). Require
351
 
          libpreludedb 0.9.9. Provide a deletion performance improvement
352
 
          of around 3000%.
353
 
 
354
 
        - Handle multiple listed source/target properly. Separate
355
 
          source/target in the message listing.
356
 
 
357
 
        - Make host command/Information link available from the Sensor
358
 
          listing.
359
 
 
360
 
        - Always take care of the "external_link_new_window" configuration
361
 
          parameter.
362
 
 
363
 
        - Make external command handling more generic. Allow to specify
364
 
          command line arguments.
365
 
 
366
 
        - Allow to define unlimited number of external commands rather than
367
 
          only a defined subset (fix #134).
368
 
 
369
 
        - Avoid toggling several popup at once in the HeartbeatListing.
370
 
 
371
 
        - Only provide lookup capability for known network address type (fix #76).
372
 
 
373
 
        - New address and node name lookup provided through prelude-ids.com service.
374
 
 
375
 
        - Link to new prelude-ids.com port lookup instead of broken portsdb
 
415
        - Use preludedb_delete_(alert|heartbeat)_from_list(). Require
 
416
          libpreludedb 0.9.9. Provide a deletion performance improvement
 
417
          of around 3000%.
 
418
 
 
419
        - Handle multiple listed source/target properly. Separate
 
420
          source/target in the message listing.
 
421
 
 
422
        - Make host command/Information link available from the Sensor
 
423
          listing.
 
424
 
 
425
        - Always take care of the "external_link_new_window" configuration
 
426
          parameter.
 
427
 
 
428
        - Make external command handling more generic. Allow to specify
 
429
          command line arguments.
 
430
 
 
431
        - Allow to define unlimited number of external commands rather than
 
432
          only a defined subset (fix #134).
 
433
 
 
434
        - Avoid toggling several popup at once in the HeartbeatListing.
 
435
 
 
436
        - Only provide lookup capability for known network address type (fix #76).
 
437
 
 
438
        - New address and node name lookup provided through prelude-ids.com service.
 
439
 
 
440
        - Link to new prelude-ids.com port lookup instead of broken portsdb
376
441
          database (fix #162).
377
442
 
378
 
        - Various bug fixes.
 
443
        - Various bug fixes.
379
444
 
380
445
 
381
446
* 2006-07-27, prewikka-0.9.6:
382
447
 
383
 
        - CGI authentication module, from Tilman Baumann <tilman.baumann@collax.com>.
384
 
 
385
 
        - Correct libpreludedb runtime version check.
386
 
 
387
 
        - Show multiple source/target in message listing/summary.
388
 
 
389
 
        - Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address,
390
 
          which is stored as string (#156).
391
 
 
392
 
        - Fix aggregation on IDMEF-Path that are not string.
393
 
 
394
 
        - Fix setup.py --root option (#166).
 
448
        - CGI authentication module, from Tilman Baumann <tilman.baumann@collax.com>.
 
449
 
 
450
        - Correct libpreludedb runtime version check.
 
451
 
 
452
        - Show multiple source/target in message listing/summary.
 
453
 
 
454
        - Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address,
 
455
          which is stored as string (#156).
 
456
 
 
457
        - Fix aggregation on IDMEF-Path that are not string.
 
458
 
 
459
        - Fix setup.py --root option (#166).
395
460
 
396
461
 
397
462
 
398
463
* 2006-05-04, prewikka-0.9.5:
399
464
 
400
 
        - Fix 'Filter on Target' link (fix #148).
401
 
 
402
 
        - Fix alert summary exception with alert including file permission (fix #149).
403
 
 
404
 
        - Fix creation of an empty __init__.py file in lib/site-packages (#147).
405
 
 
406
 
        - Print currently installed version on libpreludedb requirement error.
407
 
 
408
 
        - Make sure /usr/bin/env is expanded.
 
465
        - Fix 'Filter on Target' link (fix #148).
 
466
 
 
467
        - Fix alert summary exception with alert including file permission (fix #149).
 
468
 
 
469
        - Fix creation of an empty __init__.py file in lib/site-packages (#147).
 
470
 
 
471
        - Print currently installed version on libpreludedb requirement error.
 
472
 
 
473
        - Make sure /usr/bin/env is expanded.
409
474
 
410
475
 
411
476
 
412
477
* 2006-04-13, prewikka-0.9.4:
413
478
 
414
 
        - Intelligent display for CorrelationAlert. Include correlated
415
 
          alert information in the alert listing.
416
 
 
417
 
        - Intelligent printing of Network centric information.
418
 
 
419
 
        - Fix Cheetah compilation for the heartbeat page.
420
 
 
421
 
        - Correct handling of AdditionalData containing an integer 0.
422
 
 
423
 
        - Handle ignore_atomic_event AdditionalData key (used by CorrelationAlert to
424
 
          hide linked-in alert).
425
 
 
426
 
        - Fix aggregation when done simultaneously on multiple fields.
427
 
 
428
 
        - Aggregation on fields other than "address" was not working well.
 
479
        - Intelligent display for CorrelationAlert. Include correlated
 
480
          alert information in the alert listing.
 
481
 
 
482
        - Intelligent printing of Network centric information.
 
483
 
 
484
        - Fix Cheetah compilation for the heartbeat page.
 
485
 
 
486
        - Correct handling of AdditionalData containing an integer 0.
 
487
 
 
488
        - Handle ignore_atomic_event AdditionalData key (used by CorrelationAlert to
 
489
          hide linked-in alert).
 
490
 
 
491
        - Fix aggregation when done simultaneously on multiple fields.
 
492
 
 
493
        - Aggregation on fields other than "address" was not working well.
429
494
 
430
495
 
431
496
 
432
497
* 2005-01-10, prewikka-0.9.3:
433
498
 
434
 
        - Distribute SQLite schema.
435
 
 
436
 
        - Fix exception in the heartbeat analysis view when the heartbeat_count
437
 
          or heartbeat_error_margin settings are explicitly set (#124).
438
 
 
439
 
        - Fix Cheetah 1.0 heartbeat listing exception (#119).
440
 
 
441
 
        - Open external link in new windows by default. Add a configuration option
442
 
          to disable opening external link in new window (#61).
443
 
 
444
 
        - Provide the ability to specify the configuration file that Prewikka
445
 
          use (#117).
446
 
 
447
 
        - Sanitize the limit parameter in case the input value is not correct
448
 
          instead of triggering an exception (#118).
449
 
 
450
 
        - Handle the preludeDB "file" setting (for use with SQLite like database).
451
 
 
452
 
        - Fix filter saving issue in the heartbeat listing.
453
 
 
454
 
        - Fix unlimited timeline option in heartbeat listing.
455
 
 
456
 
        - Various bug fixes.
 
499
        - Distribute SQLite schema.
 
500
 
 
501
        - Fix exception in the heartbeat analysis view when the heartbeat_count
 
502
          or heartbeat_error_margin settings are explicitly set (#124).
 
503
 
 
504
        - Fix Cheetah 1.0 heartbeat listing exception (#119).
 
505
 
 
506
        - Open external link in new windows by default. Add a configuration option
 
507
          to disable opening external link in new window (#61).
 
508
 
 
509
        - Provide the ability to specify the configuration file that Prewikka
 
510
          use (#117).
 
511
 
 
512
        - Sanitize the limit parameter in case the input value is not correct
 
513
          instead of triggering an exception (#118).
 
514
 
 
515
        - Handle the preludeDB "file" setting (for use with SQLite like database).
 
516
 
 
517
        - Fix filter saving issue in the heartbeat listing.
 
518
 
 
519
        - Fix unlimited timeline option in heartbeat listing.
 
520
 
 
521
        - Various bug fixes.
457
522
 
458
523
 
459
524
 
460
525
* 2005-12-07, prewikka-0.9.2:
461
526
 
462
 
        - Correct Analyzer path when unwiding aggregated alert.
463
 
 
464
 
        - Add an "Unlimited" timeline option.
465
 
 
466
 
        - Fix classification escaping problem that could lead to empty
467
 
          listing when unwiding alert with classification text containing backslash.
468
 
 
469
 
        - Don't print un-necessary separator when the protocol field is
470
 
          empty in the alert listing.
471
 
 
472
 
        - Improve Correlation Alert display. Allow focus both on the Correlation Alert
473
 
          summary and on the correlated alert listing.
474
 
 
475
 
        - Don't propagate the "save" parameter, so that the user don't end up saving
476
 
          settings without knowing about it.
 
527
        - Correct Analyzer path when unwiding aggregated alert.
 
528
 
 
529
        - Add an "Unlimited" timeline option.
 
530
 
 
531
        - Fix classification escaping problem that could lead to empty
 
532
          listing when unwiding alert with classification text containing backslash.
 
533
 
 
534
        - Don't print un-necessary separator when the protocol field is
 
535
          empty in the alert listing.
 
536
 
 
537
        - Improve Correlation Alert display. Allow focus both on the Correlation Alert
 
538
          summary and on the correlated alert listing.
 
539
 
 
540
        - Don't propagate the "save" parameter, so that the user don't end up saving
 
541
          settings without knowing about it.
477
542
 
478
543
 
479
544
* 2005-11-30, prewikka-0.9.1:
480
545
 
481
 
        - Resolve the protocol number from the message summary view.
482
 
 
483
 
        - Separate port and protocol value, so that we don't end up
484
 
          linking the protocol to portdb if there is no port.
485
 
 
486
 
        - Ability to setup IDMEF filter using iana_protocol_name and iana_protocol_number.
487
 
 
488
 
        - Sanitize timeline years value on system which does not support time
489
 
          exceeding 2^31-1. Fix #104.
490
 
 
491
 
        - Mark CorrelationAlert explicitly in the AlertListing.
492
 
 
493
 
        - Make inline filter mark more visible.
494
 
 
495
 
        - Ability for the user to save settings for the current view.
496
 
 
497
 
        - New --address and --port option to prewikka-httpd.
498
 
 
499
 
        - Fix a bug where clicking the IP address popup would cause
500
 
          Firefox to go back to the top of the page. Fix #112.
501
 
 
502
 
        - Don't hardcode path to /usr/bin/python, but resort to
503
 
          /usr/bin/env to find it.
 
546
        - Resolve the protocol number from the message summary view.
 
547
 
 
548
        - Separate port and protocol value, so that we don't end up
 
549
          linking the protocol to portdb if there is no port.
 
550
 
 
551
        - Ability to setup IDMEF filter using iana_protocol_name and iana_protocol_number.
 
552
 
 
553
        - Sanitize timeline years value on system which does not support time
 
554
          exceeding 2^31-1. Fix #104.
 
555
 
 
556
        - Mark CorrelationAlert explicitly in the AlertListing.
 
557
 
 
558
        - Make inline filter mark more visible.
 
559
 
 
560
        - Ability for the user to save settings for the current view.
 
561
 
 
562
        - New --address and --port option to prewikka-httpd.
 
563
 
 
564
        - Fix a bug where clicking the IP address popup would cause
 
565
          Firefox to go back to the top of the page. Fix #112.
 
566
 
 
567
        - Don't hardcode path to /usr/bin/python, but resort to
 
568
          /usr/bin/env to find it.
504
569
 
505
570
 
506
571
* 2005-09-20, prewikka-0.9.0:
507
572
 
508
 
        - 0.9.0 final.
509
 
 
510
 
        - Minor rendering fix.
511
 
 
512
 
        - Handle service.iana_protocol_name / service.iana_protocol_number
513
 
          as well as service.protocol.
 
573
        - 0.9.0 final.
 
574
 
 
575
        - Minor rendering fix.
 
576
 
 
577
        - Handle service.iana_protocol_name / service.iana_protocol_number
 
578
          as well as service.protocol.
514
579
 
515
580
 
516
581
* 2005-09-05, prewikka-0.9.0-rc12:
517
582
 
518
 
        - Correct Konqueror rendering.
519
 
 
520
 
        - Minor bugfix with timeline selection.
521
 
 
522
 
        - Minor UI tweak.
 
583
        - Correct Konqueror rendering.
 
584
 
 
585
        - Minor bugfix with timeline selection.
 
586
 
 
587
        - Minor UI tweak.
523
588
 
524
589
 
525
590
* 2005-08-25, prewikka-0.9.0-rc11:
526
591
 
527
 
        - The Summary view now support showing CorrelationAlert.
528
 
 
529
 
        - Avoid mangling URL query string on form input.
530
 
 
531
 
        - Handle possibly null AdditionalData properly.
532
 
 
533
 
        - Don't default to 'low' severity.
534
 
 
535
 
        - Allow the user to set analyzerID inline filter.
536
 
 
537
 
        - Make sure we keep aggregation in per analyzer view.
538
 
 
539
 
        - Keep inline filter object sorted, and merge them if there are duplicate.
540
 
 
541
 
        - When the same object is specified more than once, OR both.
542
 
 
543
 
        - Various cleanup, bugfix.
 
592
        - The Summary view now support showing CorrelationAlert.
 
593
 
 
594
        - Avoid mangling URL query string on form input.
 
595
 
 
596
        - Handle possibly null AdditionalData properly.
 
597
 
 
598
        - Don't default to 'low' severity.
 
599
 
 
600
        - Allow the user to set analyzerID inline filter.
 
601
 
 
602
        - Make sure we keep aggregation in per analyzer view.
 
603
 
 
604
        - Keep inline filter object sorted, and merge them if there are duplicate.
 
605
 
 
606
        - When the same object is specified more than once, OR both.
 
607
 
 
608
        - Various cleanup, bugfix.
544
609
 
545
610
 
546
611
* 2005-08-17, prewikka-0.9.0-rc10:
547
612
 
548
 
        - Allow configuration entry without space after the ':' separator.
549
 
 
550
 
        - More operator (case insensitive operator, regex operator).
551
 
 
552
 
        - Show target file in the message listing.
553
 
 
554
 
        - Much more information in the alert summary view.
555
 
          Especially useful for users of integrity checker.
 
613
        - Allow configuration entry without space after the ':' separator.
 
614
 
 
615
        - More operator (case insensitive operator, regex operator).
 
616
 
 
617
        - Show target file in the message listing.
 
618
 
 
619
        - Much more information in the alert summary view.
 
620
          Especially useful for users of integrity checker.
556
621
 
557
622
 
558
623
* 2005-08-02, prewikka-0.9.0-rc9:
559
624
 
560
 
        - New experimental mod_python handler.
561
 
 
562
 
        - Use the same template for user creation as for user modification.
563
 
          The interface is much cleaner, and more consistant.
564
 
 
565
 
        - Fix Invalid parameters exception on 'delete all'.
566
 
 
567
 
        - Print all analyzer, whether they have an analyzerID or not. This provide
568
 
          more analyzer information.
569
 
 
570
 
        - Show Analyzer Node location, Classification Ident, and Process path in the
571
 
          MessageSummary view.
572
 
 
573
 
        - Correct SNMP/Web Service, and some other Process/File filter path.
574
 
 
575
 
        - Allow for correct '\' escaping when creating filters.
576
 
 
577
 
        - Internet Explorer rendering tweak.
578
 
 
579
 
        - Various bugfix.
 
625
        - New experimental mod_python handler.
 
626
 
 
627
        - Use the same template for user creation as for user modification.
 
628
          The interface is much cleaner, and more consistant.
 
629
 
 
630
        - Fix Invalid parameters exception on 'delete all'.
 
631
 
 
632
        - Print all analyzer, whether they have an analyzerID or not. This provide
 
633
          more analyzer information.
 
634
 
 
635
        - Show Analyzer Node location, Classification Ident, and Process path in the
 
636
          MessageSummary view.
 
637
 
 
638
        - Correct SNMP/Web Service, and some other Process/File filter path.
 
639
 
 
640
        - Allow for correct '\' escaping when creating filters.
 
641
 
 
642
        - Internet Explorer rendering tweak.
 
643
 
 
644
        - Various bugfix.
580
645
 
581
646
 
582
647
 
583
648
* 2005-06-17, prewikka-0.9.0-rc8:
584
649
 
585
 
        - Use relative path everywhere.
586
 
 
587
 
        - Some escaping fixes.
588
 
 
589
 
        - Fix Filter formula check.
590
 
 
591
 
        - Ability to filter on alert.classification.ident.
592
 
 
593
 
        - Fix aggregated classification link in expanded list entry.
594
 
 
595
 
        - Various bugfix, English typo.
 
650
        - Use relative path everywhere.
 
651
 
 
652
        - Some escaping fixes.
 
653
 
 
654
        - Fix Filter formula check.
 
655
 
 
656
        - Ability to filter on alert.classification.ident.
 
657
 
 
658
        - Fix aggregated classification link in expanded list entry.
 
659
 
 
660
        - Various bugfix, English typo.
596
661
 
597
662
 
598
663
 
599
664
* 2005-06-16, prewikka-0.9.0-rc7:
600
665
 
601
 
        - Prewikka now work and render perfectly with IE 6.0.
602
 
 
603
 
        - XHTML conformance in most of the code.
604
 
 
605
 
        - Fix possible exception with filtered classification text.
606
 
 
607
 
        - Allow filtering on heartbeat.analyzer.name.
 
666
        - Prewikka now work and render perfectly with IE 6.0.
 
667
 
 
668
        - XHTML conformance in most of the code.
 
669
 
 
670
        - Fix possible exception with filtered classification text.
 
671
 
 
672
        - Allow filtering on heartbeat.analyzer.name.
608
673
 
609
674
 
610
675
 
611
676
* 2005-06-01, prewikka-0.9.0-rc6:
612
677
 
613
 
        - Implement alert/heartbeat select all for deletion.
614
 
 
615
 
        - Fix handling of alert without classification.
616
 
 
617
 
        - Fix HTML code problem. Try to make the W3C validator happy.
618
 
          Fix Javascript warnings. Correct URL escaping. Make it work
619
 
          better in Apple's Safari browser.
620
 
 
621
 
        - More error checking when saving custom filter. Error out in case a
622
 
          filter reference non existing criteria. Add the substr operator.
623
 
 
624
 
        - Fix bug in the whole alert/heartbeat navigation system, simplify
625
 
          and cleanup the code, always report the current filtered field 'action' to
626
 
          the user.
627
 
 
628
 
        - Make the mouse pointer behave like it does for javascript links on Alert
629
 
          listing table head.
630
 
 
631
 
        - Fix alert mixup when expanding an aggregated classification with different
632
 
          severity.
633
 
 
634
 
        - Fix low/mid/high/none severity filtering.
635
 
 
636
 
        - Fix a bug where agents with multiple address would disappear.
637
 
 
638
 
        - Avoid Authentication Failed message when the user didn't try to authenticate
639
 
          (the session does not exist).
640
 
 
641
 
        - UI tweak for the detailed alert/heartbeat view.
642
 
 
643
 
        - Link source and destination port to portdb.
644
 
 
645
 
        - Add an heartbeat_error_margin configuration keyword.
646
 
 
647
 
        - Saving modification to an existing filter now work.
648
 
 
649
 
        - Make prewikka.cgi catch exceptions that are raised during the prewikka
650
 
          initialization step and display an error screen to the user instead of
651
 
          a server internal error.
652
 
 
653
 
        - Don't display message checkbox and delete button if the user don't
654
 
          have the PERM_IDMEF_ALTER permission
655
 
 
656
 
        - Fix module importation on MacOSX.
657
 
 
658
 
        - Various bugfix.
 
678
        - Implement alert/heartbeat select all for deletion.
 
679
 
 
680
        - Fix handling of alert without classification.
 
681
 
 
682
        - Fix HTML code problem. Try to make the W3C validator happy.
 
683
          Fix Javascript warnings. Correct URL escaping. Make it work
 
684
          better in Apple's Safari browser.
 
685
 
 
686
        - More error checking when saving custom filter. Error out in case a
 
687
          filter reference non existing criteria. Add the substr operator.
 
688
 
 
689
        - Fix bug in the whole alert/heartbeat navigation system, simplify
 
690
          and cleanup the code, always report the current filtered field 'action' to
 
691
          the user.
 
692
 
 
693
        - Make the mouse pointer behave like it does for javascript links on Alert
 
694
          listing table head.
 
695
 
 
696
        - Fix alert mixup when expanding an aggregated classification with different
 
697
          severity.
 
698
 
 
699
        - Fix low/mid/high/none severity filtering.
 
700
 
 
701
        - Fix a bug where agents with multiple address would disappear.
 
702
 
 
703
        - Avoid Authentication Failed message when the user didn't try to authenticate
 
704
          (the session does not exist).
 
705
 
 
706
        - UI tweak for the detailed alert/heartbeat view.
 
707
 
 
708
        - Link source and destination port to portdb.
 
709
 
 
710
        - Add an heartbeat_error_margin configuration keyword.
 
711
 
 
712
        - Saving modification to an existing filter now work.
 
713
 
 
714
        - Make prewikka.cgi catch exceptions that are raised during the prewikka
 
715
          initialization step and display an error screen to the user instead of
 
716
          a server internal error.
 
717
 
 
718
        - Don't display message checkbox and delete button if the user don't
 
719
          have the PERM_IDMEF_ALTER permission
 
720
 
 
721
        - Fix module importation on MacOSX.
 
722
 
 
723
        - Various bugfix.
659
724
 
660
725
 
661
726
* 2005-04-17, prewikka-0.9.0-rc5:
662
727
 
663
 
        - Fix classification filters in the alert listing.
664
 
 
665
 
        - Let the user provide the path to external command (whois, traceroute).
666
 
 
667
 
        - Fix prewikka exception on 'info' severity.
668
 
 
669
 
        - Fix broken installation permission.
670
 
 
671
 
        - Fix bad template variable initialization resulting in an exception
672
 
          with Cheetah 0.9.16.
673
 
 
674
 
        - Fix alert deletion in un-agreggated mode.
675
 
 
676
 
        - Fix GMT offset calculation.
677
 
 
678
 
        - Fix a problem when appending more filters in the alert list view.
679
 
 
680
 
        - Update Auth cookie expiration time.
681
 
 
682
 
        - Fix escaping issue.
 
728
        - Fix classification filters in the alert listing.
 
729
 
 
730
        - Let the user provide the path to external command (whois, traceroute).
 
731
 
 
732
        - Fix prewikka exception on 'info' severity.
 
733
 
 
734
        - Fix broken installation permission.
 
735
 
 
736
        - Fix bad template variable initialization resulting in an exception
 
737
          with Cheetah 0.9.16.
 
738
 
 
739
        - Fix alert deletion in un-agreggated mode.
 
740
 
 
741
        - Fix GMT offset calculation.
 
742
 
 
743
        - Fix a problem when appending more filters in the alert list view.
 
744
 
 
745
        - Update Auth cookie expiration time.
 
746
 
 
747
        - Fix escaping issue.
683
748
 
684
749
 
685
750
* 2005-04-05, prewikka-0.9.0-rc4:
686
751
 
687
 
        - Minor UI tweak.
688
 
 
689
 
        - Fix a problem when changing password.
690
 
 
691
 
        - Remove trailling space from config entry.
692
 
 
693
 
        - Display all analyzer address in agent listing.
694
 
 
695
 
        - Fix some bug in the authentication system, that would refuse
 
752
        - Minor UI tweak.
 
753
 
 
754
        - Fix a problem when changing password.
 
755
 
 
756
        - Remove trailling space from config entry.
 
757
 
 
758
        - Display all analyzer address in agent listing.
 
759
 
 
760
        - Fix some bug in the authentication system, that would refuse
696
761
          login for no appearent reasons.
697
762
 
698
 
        - Set default session expiration time to 60 minutes.
 
763
        - Set default session expiration time to 60 minutes.
699
764
 
700
765
 
701
766
* 2005-03-31, prewikka-0.9.0-rc3:
702
767
 
703
 
        - Installation cleanup / bugfix.
704
 
 
705
 
        - Fix database authentication failure.
706
 
 
707
 
        - Fix error page.
 
768
        - Installation cleanup / bugfix.
 
769
 
 
770
        - Fix database authentication failure.
 
771
 
 
772
        - Fix error page.
708
773
 
709
774
 
710
775
* 2005-03-31, prewikka-0.9.0-rc2
711
776
 
712
 
        - Fix a loading problem when the database is not created.
 
777
        - Fix a loading problem when the database is not created.
713
778
 
714
779
 
715
780
* 2005-03-29, prewikka-0.9.0-rc1:
716
781
 
717
 
        - Initial release
 
782
        - Initial release