Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Bump spamd package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | spamd - add enable/disable feature | doktornotor | 2015-10-02 | 1 | -0/+7 | |
| | | ||||||
| * | spamd - multiple fixes | doktornotor | 2015-10-02 | 1 | -23/+84 | |
| | | | | | | | | | | | | - fix insane pflogd logging (this package needs the pflogX interface, not pflogd daemon) - fix blacklisting-only mode for spamd-setup - fix rcfile - add enable/disable feature to the package | |||||
* | | Merge pull request #1088 from doktornotor/patch-1 | Renato Botelho | 2015-10-09 | 11 | -1084/+1683 | |
|\ \ | ||||||
| * | | Clean up and prefix log messages. | doktornotor | 2015-10-06 | 1 | -28/+30 | |
| | | | ||||||
| * | | Clean up and prefix log messages. | doktornotor | 2015-10-06 | 1 | -32/+32 | |
| | | | ||||||
| * | | unset broken antivirus settings on upgrade | doktornotor | 2015-10-06 | 1 | -0/+8 | |
| | | | ||||||
| * | | Bump squid3 package version | doktornotor | 2015-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix CRLF | doktornotor | 2015-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump version and nuke useless cruft | doktornotor | 2015-10-06 | 1 | -7/+1 | |
| | | | ||||||
| * | | Major rework of antivirus features logic | doktornotor | 2015-10-06 | 1 | -33/+83 | |
| | | | | | | | | | Users can either maintain raw config files manually now, or use the GUI options, but not both at the same time. There are some JS hacks in squid_js.inc.php to toggle various GUI options and features depending on whether raw config is being used or now, None of the previous configuration junk is migrated since it was just badly broken. | |||||
| * | | Major rework of antivirus features logic | doktornotor | 2015-10-06 | 1 | -178/+540 | |
| | | | | | | | | | | | | | | | - Users can either maintain raw config files now, or use the GUI options, but not both at the same time. - Added extensive descriptions regarding the config files / config.xml configuration handling - Install/deinstall of AV-related stuff moved here from squid.inc | |||||
| * | | squid.inc - more cleanups and small bugfixes | doktornotor | 2015-10-06 | 1 | -186/+165 | |
| | | | | | | | | | | | | | | | - Completely split antivirus install/uninstall to squid_antivirus.inc - Move the config migration cruft to separate squid_upgrade_config() function - Some cachedr creation fixes | |||||
| * | | Update squid_js.inc for new squid_antivirus.xml | doktornotor | 2015-10-06 | 1 | -12/+45 | |
| | | | ||||||
| * | | Fix newline | doktornotor | 2015-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add description to functions | doktornotor | 2015-10-03 | 1 | -0/+2 | |
| | | | ||||||
| * | | Reoder functions into logical sections and add descriptions to them | doktornotor | 2015-10-03 | 1 | -207/+266 | |
| | | | ||||||
| * | | Bump squid3 package version | doktornotor | 2015-10-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump squid3 package version | doktornotor | 2015-10-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Move antivirus integration features to a separate file | doktornotor | 2015-10-03 | 1 | -0/+4 | |
| | | | ||||||
| * | | Move antivirus integration features to a separate file | doktornotor | 2015-10-03 | 1 | -0/+433 | |
| | | | ||||||
| * | | Move antivirus integration features to a separate file | doktornotor | 2015-10-03 | 1 | -389/+2 | |
| | | | ||||||
| * | | Move squid_validate_reverse() to squid_reverse.inc where it belongs | doktornotor | 2015-10-03 | 1 | -0/+69 | |
| | | | ||||||
| * | | Move squid_validate_reverse() to squid_reverse.inc where it belongs | doktornotor | 2015-10-03 | 1 | -69/+0 | |
| | | | ||||||
| * | | Move javascript helpers to a separate file | doktornotor | 2015-10-03 | 1 | -0/+4 | |
| | | | ||||||
| * | | Move javascript helpers to a separate file | doktornotor | 2015-10-03 | 1 | -0/+240 | |
| | | | | | | | | | squid.inc is already huge enough as it is, without bloating it even more. | |||||
| * | | Move javascript helpers to a separate file | doktornotor | 2015-10-03 | 1 | -196/+4 | |
| | | | | | | | | | squid.inc is already huge enough as it is, without bloating it even more. | |||||
| * | | Remove no-op and unintended "required" tag from offline mode | doktornotor | 2015-10-03 | 1 | -1/+0 | |
| | | | ||||||
| * | | Sanitize input fields size | doktornotor | 2015-10-03 | 1 | -0/+1 | |
| | | | ||||||
| * | | Sanitize input fields size | doktornotor | 2015-10-03 | 1 | -0/+3 | |
| | | | ||||||
| * | | Sanitize input fields size | doktornotor | 2015-10-03 | 1 | -1/+2 | |
| | | | ||||||
| * | | Do not loop when trying to chown inaccessible directory and log some debug info | doktornotor | 2015-10-03 | 1 | -10/+14 | |
| | | | | | | | | | Some whacky issue with screwed filesystem/permissions reported at https://forum.pfsense.org/index.php?topic=100167.msg559007#msg559007 - cannot get any meaningful info from the guy there. | |||||
* | | | Restore previous legacy code for squid cron job handling as the updated ↵ | jim-p | 2015-10-07 | 2 | -16/+67 | |
| | | | | | | | | | | | | method completely breaks saving the package on 2.1.x. Fixes #5205 | |||||
* | | | Version bump for Snort | jim-p | 2015-10-05 | 2 | -2/+2 | |
| | | | ||||||
* | | | Better handling of filenames in the IP Reputation browser and management. | jim-p | 2015-10-05 | 2 | -6/+6 | |
| | | | ||||||
* | | | Better handling of blertnumber in snort_blocked.php | jim-p | 2015-10-05 | 1 | -2/+6 | |
| | | | ||||||
* | | | More handling for alertnumber | jim-p | 2015-10-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Improve handling of the alertnumber parameter in snort_alerts.php | jim-p | 2015-10-05 | 1 | -8/+11 | |
|/ / | ||||||
* | | Merge pull request #1085 from doktornotor/patch-1 | Renato Botelho | 2015-10-02 | 6 | -654/+368 | |
|\ \ | |/ |/| | ||||||
| * | Do not disable log_dir field when access logging is disabled. | doktornotor | 2015-10-02 | 1 | -4/+4 | |
| | | ||||||
| * | Tell reverse proxy users to enable Squid if needed | doktornotor | 2015-10-02 | 1 | -1/+6 | |
| | | ||||||
| * | Remove unused squid_reverse.xml | doktornotor | 2015-10-02 | 1 | -451/+0 | |
| | | | | | | Some leftover from old versions; this is now moved to squid_reverse_general.xml | |||||
| * | Remove unused squid_reverse.xml file | doktornotor | 2015-10-02 | 1 | -4/+0 | |
| | | ||||||
| * | Bump squid3 package version | doktornotor | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Comment out the new logic for now, needs more work | doktornotor | 2015-10-02 | 1 | -1/+5 | |
| | | ||||||
| * | Get rid of remaining PBI rcfiles and handle clamav with write_rcfile | doktornotor | 2015-10-02 | 1 | -2/+3 | |
| | | ||||||
| * | Get rid of remaining PBI rcfiles and handle clamav with write_rcfile | doktornotor | 2015-10-02 | 1 | -37/+54 | |
| | |