Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include new 'dns-events.rules' file for Suricata 2.0.3 | bmeeks8 | 2014-09-01 | 7 | -3/+36 |
| | |||||
* | Suricata prefers CIDR masks on HOME_NET and EXTERNAL_NET addresses. | bmeeks8 | 2014-08-30 | 3 | -39/+56 |
| | |||||
* | Revert $EXTERNAL_NET back to !$HOME_NET for now. | bmeeks8 | 2014-08-29 | 2 | -2/+2 |
| | |||||
* | Fix another missed $ symbol in variable name. | bmeeks8 | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Fix missing $ sign in front of variable name. | bmeeks8 | 2014-08-27 | 1 | -5/+5 |
| | |||||
* | Improve HOME_NET and EXTERNAL_NET variable generation. | bmeeks8 | 2014-08-27 | 4 | -19/+34 |
| | |||||
* | Improve security handling provided filename values. | bmeeks8 | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | Add missing comma between values in array declaration. | bmeeks8 | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Bump Suricata package to version 2.0.3 pkg v2.0 | bmeeks8 | 2014-08-26 | 3 | -9/+9 |
| | |||||
* | Upgrade Suricata to 2.0.3 and GUI package to v2.0 | bmeeks8 | 2014-08-26 | 41 | -753/+5004 |
| | |||||
* | Bump ACB version due to last changes | Renato Botelho | 2014-08-26 | 3 | -3/+3 |
| | |||||
* | Merge pull request #681 from msilvoso/master | Renato Botelho | 2014-08-26 | 8 | -18/+64 |
|\ | |||||
| * | Requested changes | Manuel Silvoso | 2014-07-25 | 4 | -24/+25 |
| | | |||||
| * | Tabs to spaces and merged changes from crypt.php into crypt_acb.php | Manuel Silvoso | 2014-07-25 | 2 | -12/+15 |
| | | |||||
| * | removed: closing php tags | Manuel Silvoso | 2014-07-25 | 5 | -5/+0 |
| | | |||||
| * | added proxy configuration to autoconfigbackup | Manuel Silvoso | 2014-07-25 | 3 | -3/+50 |
| | | |||||
* | | Merge pull request #692 from bmeeks8/snort-2.9.6.2-v3.1.2 | Renato Botelho | 2014-08-26 | 16 | -151/+370 |
|\ \ | |||||
| * | | Fix-up reverse DNS lookup and table sorting for pfSense 2.2. | bmeeks8 | 2014-08-14 | 4 | -43/+128 |
| | | | |||||
| * | | More fixes for Link-Local addresses in HOME_NET and Pass Lists. | bmeeks8 | 2014-08-11 | 1 | -12/+24 |
| | | | |||||
| * | | Fix error preventing rules rebuild when duplicating an interface. | bmeeks8 | 2014-08-06 | 1 | -3/+3 |
| | | | |||||
| * | | Fix typo in hyperlink to GLOBAL SETTINGS tab. | bmeeks8 | 2014-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | Include Link-Local address in HOME_NET and default Pass List | bmeeks8 | 2014-07-29 | 1 | -32/+51 |
| | | | |||||
| * | | Fix-up URLs for Snort rule subscription sign-ups. | bmeeks8 | 2014-07-29 | 1 | -2/+2 |
| | | | |||||
| * | | Bump Snort GUI package version to v3.1.2 -- bug fixes. | bmeeks8 | 2014-07-28 | 7 | -8/+8 |
| | | | |||||
| * | | Fix Port Scan select alias behavior to not lose previous values. | bmeeks8 | 2014-07-28 | 1 | -2/+35 |
| | | | |||||
| * | | Revert to old behavior for rule forced enable/disable icon. Add save msg. | bmeeks8 | 2014-07-27 | 1 | -7/+37 |
| | | | |||||
| * | | Fix so we don't lose typed field values when selecting an Alias. | bmeeks8 | 2014-07-27 | 1 | -47/+87 |
| | | | |||||
| * | | Add missing equals sign in front of string value. | bmeeks8 | 2014-07-27 | 1 | -1/+1 |
| | | | |||||
* | | | Bump tinydns version due to last changes | Renato Botelho | 2014-08-21 | 3 | -3/+3 |
| | | | |||||
* | | | Merge pull request #693 from jwbrown77/dns-rebase | Renato Botelho | 2014-08-21 | 4 | -34/+113 |
|\ \ \ | |||||
| * | | | Change require to not specify full path since its already in the include_path | Jeremy Brown | 2014-08-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Replace newline in heredoc with actual newline per mainatiner request | Jeremy Brown | 2014-07-31 | 1 | -2/+3 |
| | | | | |||||
| * | | | Make tinydns failover IPv6 comaptible | Anton | 2014-07-31 | 2 | -19/+41 |
| | | | | |||||
| * | | | Changed startup script for correct startup and correct handling of failover ↵ | Anton | 2014-07-31 | 2 | -16/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | principle Added functions.inc to tinydns.sh to correct the bug that caused an empty pkgpinghost file during startup of tinydns placed kill pinghost.sh in svscan.sh, because there it also is started Changed the tinydns_get_backup_record function to scan hostname instead of ipaddress (hoostname is unique, ipaddress is not. Also changed statuschecking against monitorip instead of failoverip. And added interface used in setup_ping_items so it using the correct interface in multiwan setups. | ||||
| * | | | Changed status page of tinydns to view correct monitor status | Anton | 2014-07-31 | 1 | -9/+33 |
| | | | | | | | | | | | | | | | | | | | | Changed layout of status page to show all relevant data of failover dns info | ||||
| * | | | Change Logs to show correct data | Anton | 2014-07-31 | 1 | -3/+4 |
| | |/ | |/| | | | | | | | | | | Changed line 35 to show correct ipaddress Changed line 56 to 58 to cerrectly clear log file | ||||
* | | | Rebuilt and signed open-vm-tools for 2.2, also change package version to ↵ | Renato Botelho | 2014-08-21 | 1 | -2/+2 |
| | | | | | | | | | | | | reflect pbi | ||||
* | | | Update freeradius to 2.2.5_3 and bump package version, it fixes #3816 | Renato Botelho | 2014-08-19 | 3 | -6/+6 |
| | | | |||||
* | | | Merge pull request #689 from dbaio/master | Renato Botelho | 2014-08-19 | 6 | -21/+21 |
|\ \ \ | |||||
| * | | | zabbix2 - fix pkg version | Danilo G. Baio (dbaio) | 2014-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | zabbix2 - update packages to 2.2.5 | Danilo G. Baio (dbaio) | 2014-08-14 | 3 | -16/+16 |
| | | | | |||||
| * | | | zabbix2 - ports has changed version | Danilo G. Baio (dbaio) | 2014-07-25 | 3 | -16/+16 |
| | | | | |||||
| * | | | zabbix2 - update packages to 2.2.4 | Danilo G. Baio (dbaio) | 2014-07-23 | 6 | -21/+21 |
| | | | | |||||
* | | | | Fix redis path for 2.2 (ntopng) | jim-p | 2014-08-15 | 4 | -5/+12 |
| | | | | |||||
* | | | | Activate ntopng on 2.2 | jim-p | 2014-08-15 | 1 | -2/+1 |
| | | | | |||||
* | | | | Fix ntopng 64-bit filename | jim-p | 2014-08-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix typo | jim-p | 2014-08-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix path to geoip update script | jim-p | 2014-08-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Activate ntopng for 2.1.4 | jim-p | 2014-08-13 | 2 | -4/+2 |
| | | | | |||||
* | | | | More fixes for ntopng. Once the latest binaries are all in place it can be ↵ | jim-p | 2014-08-13 | 1 | -12/+69 |
| | | | | | | | | | | | | | | | | activated for testing. |