1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
picalib (0.1.5) unstable; urgency=low
* General
- New diretory layout: separate code and config files...
- New installation script
* AntiVirus
- Added Antivirus Group
* Generic Alarms
- DfChk: specify usage thresholds per filesystem (using regex) in
DfChk.obj file
* FireWall
- Modify default firewall configuration
* Snort
- Modify snort.conf to force SnortSnarf to use the rules dir correctly
- Modify to use oinkmaster-0.5 and a new rules directory layout
- Distribute a generic snort.conf with the snort group
- Include logrotate file to manage alert file rotation
* APTChk
- Added RedHat 7.3 URL to URLGet.obj
- Modified URLGet to allow mirroring using ssh connections
- Fixed a bug in package release check
* PIFIA
- Fixed pifia files (they were broken since moved from pica)
-- Miguel Armas <kuko@maarmas.com> Sat, 22 Jun 2002 19:22:53 +0000
picalib (0.1.4) unstable; urgency=low
* Snort module
- Changed SnortSnarf command to include alert references in report
- Added SnortRules alarm to automagically update the Snort rule
definitions
* Backup module
- Fixed permissions for amanda files
* Generic Alarms
- Modified PermsChk to suport recursive check on directories
* General
- Updated admingroup documentation
-- Miguel Armas <kuko@optyma.net> Mon, 18 Mar 2002 11:36:48 +0000
picalib (0.1.3) unstable; urgency=low
* FireWall module
- Fixed a bug in the firewall script (did NOT affect security)
- Added support to filter/redirect by protocol type (to be able to
redirect VPN traffic)
-- Miguel Armas <kuko@optyma.net> Thu, 21 Feb 2002 14:25:28 +0000
picalib (0.1.2) unstable; urgency=low
* Added FireWall module
* Added DNS and DHCP module. These modules configure DHCP and DNS servers
with optional dynamic registration of DHCP clients in the DNS zone
* Added Snort IDS module
* Separate PICALib variables in the file picalib.conf. This file is
included from hosts.conf
* Minor changes in genalarms group
* Minor changes in APTChk to simplify configuration
* Moved APTChk config variables to the global hosts.conf file
-- Miguel Armas <kuko@optyma.net> Sun, 03 Jan 2002 14:29:32 +0000
picalib (0.1.1) unstable; urgency=low
* New alarm APTRep to rebuild the APT repositories. It replaces the
objects genaptrep and apt-rep.cron
* APTChk group documentation now includes info on how to setup the APT
repository
* New alarm URLGet to do mirrors using rsync. I'ts used in the APT
repository server to make mirrors of RPM packages
* New alarm PortChk in genalarms group. This alarm checks for open ports
in the host it's installed in
* Better documentation for the TripWire group
* Simplified an documented the Backup group. It can be now configured in 5
minutes (hopefully ;)
-- Miguel Armas <kuko@optyma.net> Sun, 30 Dec 2001 17:32:40 +0100
picalib (0.1.0) unstable; urgency=low
* First Public release
-- Miguel Armas <kuko@optyma.net> Fri, 28 Dec 2001 12:45:36 +0100
|