aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pfBlockerNG - Fix Cron Update process and other improvementsBBcan1772015-02-033-27/+38
| | | | | | | | | | | Changes: 1) Add missing $pfbfolder variable to Cron Update function 2) Modify how the include files get loaded. 3) Reputation Tab only requires IPv4, simplify code to use IPv4 only for this function. 4) Update geoipupdate.sh to use the New PBI folder location and remove Archive folders after MaxMind Update process
* Bump Snort GUI package to 3.2.3bmeeks82015-02-036-7/+7
|
* Add checks so empty IP or subnet is not saved to HOME_NET or PASS LIST.bmeeks82015-02-031-16/+20
|
* Fix duplicated cron task bug when saving new time interval.bmeeks82015-02-032-3/+31
|
* tinc, fixes re-installation, while performing a pfSense firmware upgrade.PiBa-NL2015-02-031-0/+2
|
* Various fixes for vnstat2 for 2.2 and others. Version bump for new binaries.jim-p2015-02-036-42/+68
|
* Small bump to OpenBGPD since the PBI was rebuilt.jim-p2015-02-031-1/+1
|
* Merge pull request #747 from dbaio/zabbix24_01Renato Botelho2015-02-023-8/+4
|\
| * zabbix2 - remove upgrade to 2.1Danilo G. Baio (dbaio)2015-02-022-12/+8
| |
| * zabbix2 - update packages to 2.4.2 - first stepDanilo G. Baio (dbaio)2014-12-083-16/+16
| |
* | Merge pull request #802 from PiBa-NL/haproxy-devel_0_13Renato Botelho2015-02-0211-334/+621
|\ \
| * | haproxy-devel, several improvements / fixes:PiBa-NL2015-02-0211-334/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | -combine certificate acl's with user acl's -wildcard certificate acl handling -better handeling of 'transparent' backends when using mixed ipv4 and ipv6, a single defined backend can write 2 backends to the config ipv4 / ipv6 -option to negate a acl -moved acl definitions above advanced user config in cfg (to allow user config to use already defined acls) -toggle in frontend overview to easily enable/disable a frontend
* | | Merge pull request #789 from CinoNY/patch-3Renato Botelho2015-02-022-5/+14
|\ \ \
| * | | Add new X-Forward Mode option to GUICino2015-01-161-1/+1
| | | |
| * | | add new X-Forward Mode optionsCino2015-01-161-1/+2
| | | |
| * | | add new X-Forward Mode optionsCino2015-01-161-4/+12
| | | |
* | | | Merge pull request #800 from marcelloc/patch-2Renato Botelho2015-02-021-18/+2
|\ \ \ \
| * | | | PfblockerNG - Release package to 2.2Marcello Coutinho2015-01-301-18/+2
| | | | | | | | | | | | | | | Also removes pfBlocker from 2.2 list.
* | | | | Merge pull request #801 from BBcan177/pfBlockerNG_020115_1Renato Botelho2015-02-0213-334/+276
|\ \ \ \ \
| * | | | | Bump pfBlockerNG Version to 1.01BBcan1772015-02-011-1/+1
| | | | | |
| * | | | | pfBlockerNG - Remove bak file added incorrectlyBBcan1772015-02-011-769/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove alerts bak file (Added Incorrectly)
| * | | | | pfBlockerNG - Mods to php file for MaxMind Anon. Proxy/SatelliteBBcan1772015-02-011-314/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Improve/Condense the code to determine if a List needs to be Updated. 2) Condense the IPv4/V6 code for MaxMind Database Conversion into a single process and add the MaxMind Anon. Proxy and Satellite Providers capability.
| * | | | | pfBlockerNG - Mods to Alerts File for MaxMind Anon. Proxy/SatelliteBBcan1772015-02-012-2/+772
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Mods for MaxMind Anonymous Proxy and Satellite Providers 2) Mods to MaxMind Dat file location from /var/db to /usr/pbi folders.
| * | | | | pfBlockerNG - Mods to Log file for MaxMind Anon. Proxy/SatelliteBBcan1772015-02-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Mods for MaxMind Anonymous Proxy and Satellite Providers 2) Add Country Folder viewing capability.
| * | | | | pfBlockerNG - Mods to Update file for MaxMind Anon. Proxy/SatelliteBBcan1772015-02-011-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Mods for MaxMind Anonymous Proxy and Satellite Providers. 2) Add str_replace array to remove ") which will break the Auto Log Viewer from functioning.
| * | | | | pfBlockerNG - Mods to sh file for MaxMind Folder re-locationBBcan1772015-02-011-1/+1
| | | | | |
| * | | | | pfBlockerNG - Mods to XML files for MaxMind Anon. Proxy/Satellite ProvidersBBcan1772015-02-016-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Mods to XML files for MaxMind Anon. Proxy/Satellite and priv inc file.
| * | | | | pfBlockerNG - Relocated MaxMind FolderBBcan1772015-02-011-14/+30
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes - 1) Relocate MaxMind folder from /var/db to /usr/pbi Folder. Nano and Ramdisk Installations have the /var/db folder wiped on Reboot. 2) Add code to support MaxMind "Anonymous Proxy and Satellite Providers" to inc file. 3) Move $pfb_alias_lists_all below the conditional "IF" statements. 4) Improve Header Name Validation. 5) Install/De-install - Changes to support MaxMind "Anonymous Proxy and Satellite Providers" configuration. Delete previously used Folder location, and remove MaxMind Working files after Installation is completed.
* | | | | Merge pull request #799 from bmeeks8/suricata-2.0.6_pbiRenato Botelho2015-02-021-2/+2
|\ \ \ \ \
| * | | | | Update Suricata PBI to version 2.0.6bmeeks82015-01-301-2/+2
| |/ / / /
* | | | | Merge pull request #776 from SunStroke74/patch-1Renato Botelho2015-02-028-12/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | update HAVP package versionAndrew Nikitin2015-01-121-1/+1
| | | | |
| * | | | update HAVP package versionAndrew Nikitin2015-01-121-1/+1
| | | | |
| * | | | update HAVP package versionAndrew Nikitin2015-01-121-1/+1
| | | | |
| * | | | Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | | | | | | | | | | | | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
| * | | | Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | | | | | | | | | | | | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
| * | | | Explain what "Log" meansAndrew Nikitin2015-01-091-4/+4
| | | | | | | | | | | | | | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
| * | | | Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | | | | | | | | | | | | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
| * | | | Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | | | | | | | | | | | | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
| * | | | HAVP configurator "Log" option now really usingAndrew Nikitin2015-01-091-1/+1
| | | | | | | | | | | | | | | HAVP webConfigurator "Log" checkbox not using at all. Error logs was written always, regardless of "Log" option. Change this behaviour to reflect configurator option. Note: HAVP access log writes always because of virus attentions.
* | | | | Merge pull request #796 from BBcan177/pfBlockerNG_012715_1Renato Botelho2015-01-302-3/+98
|\ \ \ \ \
| * | | | | Bump pfBlockerNG VersionBBcan1772015-01-271-1/+1
| | | | | |
| * | | | | Temporary fix to add Range to Cidr functionBBcan1772015-01-271-2/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some IBlock lists have an issue with the existing Range to CIDR function. The Stilez Range to CIDR Function does not exhibit this behaviour. Once the existing Range to CIDR function is fixed/or replaced with the Stilez Function, this PR can be reverted.
* | | | | | Merge pull request #798 from bmeeks8/suricata_2.0.6_build_optionsRenato Botelho2015-01-301-1/+1
|\ \ \ \ \ \
| * | | | | | Update Suricata build options for 2.0.6 PBI pkg.bmeeks82015-01-281-1/+1
| | | | | | |
* | | | | | | Merge pull request #797 from bmeeks8/suricata_2.0.4_typos_fixRenato Botelho2015-01-281-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix typos where "Snort" should be "Suricata" in labels.bmeeks82015-01-281-2/+2
| |/ / / / / /
* | | | | | | oops bump this version for freeradius2 alsojim-p2015-01-281-1/+1
| | | | | | |
* | | | | | | Bump freeradius 2 after rebuildjim-p2015-01-281-1/+1
|/ / / / / /
* | | | | | SquidGuard-Squid3 should be using 1.4_7jim-p2015-01-281-2/+2
| | | | | |