Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix input error message | doktornotor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Add input validation; whitespace fixes | doktornotor | 2015-10-02 | 1 | -4/+58 |
| | |||||
* | Make stopping services silent on console | doktornotor | 2015-10-02 | 1 | -3/+3 |
| | |||||
* | Fix /var/db/spamd permissions | doktornotor | 2015-10-02 | 1 | -0/+1 |
| | |||||
* | Fix the spamd-setup cronjob options as well | 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 | ||||
* | Work around a potential XSS in spamd_db.php. Small version bump for spamd. | jim-p | 2015-10-01 | 2 | -2/+2 |
| | |||||
* | Fix trailing whitespace in spamd_db.php | jim-p | 2015-10-01 | 1 | -15/+15 |
| | |||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -4/+3 |
| | | | Require IPv4 for NextMTA -- no aliases allowed since it was producing broken firewall rules and is generally pointless for a single IP. Never had a chance of working properly, no configuration upgrade required here. | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -17/+6 |
| | | | - Fix input validation for NextMTA and require IPv4, no aliases allowed since it was producing broken firewall rules and is generally pointless for a single IP. | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -50/+41 |
| | | | | | - Fix copyright header - Remove useless comments - Indentation/whitespace fixes | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -94/+124 |
| | | | | | | | | | - Fix copyright header - Remove service and menu tags that are already specified in packages configfile (spamd.xml) - Nuke useless comments - Make descriptions readable - Fix default values handling - Remove completely bogus "Enable RRD graphing" option that had no code attached to it. - Indentation/whitespace fixes | ||||
* | Remove reference to abandonded spamd_rules.php file | doktornotor | 2015-09-04 | 1 | -4/+0 |
| | | | And yet more of dead garbage. | ||||
* | Delete spamd_rules.php | doktornotor | 2015-09-04 | 1 | -34/+0 |
| | | | Another unused piece of garbage, replaced with spamd_generate_rules(). | ||||
* | Remove reference to abandonded spamd_gather_stats.php file | doktornotor | 2015-09-04 | 1 | -4/+0 |
| | |||||
* | Delete spamd_verify_to_address.php | doktornotor | 2015-09-04 | 1 | -142/+0 |
| | | | Not used anywhere, useless dead code. | ||||
* | Delete spamd_exchexp.asp | doktornotor | 2015-09-04 | 1 | -50/+0 |
| | | | Not used anywhere, useless dead code. | ||||
* | Delete spamd_gather_stats.php | doktornotor | 2015-09-04 | 1 | -85/+0 |
| | | | Not used anywhere, useless dead code. | ||||
* | Remove reference to abandonded spamd_outlook.xml file | doktornotor | 2015-09-04 | 1 | -4/+0 |
| | |||||
* | Delete spamd_outlook.xml | doktornotor | 2015-09-04 | 1 | -90/+0 |
| | | | Not used anywhere, depending on the abandoned spamd_db_ext.php. | ||||
* | Remove reference to abandonded spamd_db_ext.php file | doktornotor | 2015-09-04 | 1 | -4/+0 |
| | |||||
* | Delete spamd_db_ext.php | doktornotor | 2015-09-04 | 1 | -229/+0 |
| | | | Running exit() is not useful. Delete abandoned unsupported script. | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -160/+161 |
| | | | | | | - Code style and indentation fixes - Use shell_exec() instead of backticks - Don't add the same email address to spamtrap twice (?!) - XHTML fixes | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -91/+79 |
| | | | | | | | - Update copyright header - Fix file permissions (no need for these to be executable) - Fix whitespace/indentation - Nuke useless comments - Sanitize package version | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -118/+93 |
| | | | | | | | | - Code style and indentation fixes - Use install_cron_job() instead of re-implementing it - Use restart_service() - Clean up user/groups after itself on uninstall (fixes Bug #4929) - Fix input validation (no errors shown due to a typo in variable name) - Better log messages plus some cosmetics | ||||
* | stop copying spamd.conf.sample | doktornotor | 2015-08-25 | 1 | -1/+0 |
| | | | It made zero sense with the original broken commands order ( you don't configure something only to overwrite it by some sample config later on... WTF), it makes zero sense with the new one (you don't copy a sample conf to unlink it on configuration and replace with a symlink to another file.) | ||||
* | Fix things ordering here. Cannot run the package otherwise, need the ↵ | doktornotor | 2015-08-25 | 1 | -1/+1 |
| | | | | user/group first. | ||||
* | Remove useless remount calls and other redundant stuff | doktornotor | 2015-08-25 | 1 | -7/+0 |
| | | | All of these are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc. | ||||
* | Merge pull request #955 from PiBa-NL/spamd_1.1.2 | Chris Buechler | 2015-08-16 | 3 | -28/+60 |
|\ | |||||
| * | spamd, coding style, add some more spaces | PiBa-NL | 2015-08-09 | 1 | -4/+4 |
| | | |||||
| * | spamd, following the coding guidelines more closely. | PiBa-NL | 2015-08-08 | 1 | -5/+8 |
| | | |||||
| * | spamd, allow configuring interface to listen/intercept on | PiBa-NL | 2015-08-07 | 3 | -28/+57 |
| | | |||||
* | | remove useless config_(un)lock calls round two | doktornotor | 2015-08-11 | 1 | -5/+0 |
| | | |||||
* | | remove useless config_(un)lock calls round two | doktornotor | 2015-08-11 | 1 | -4/+0 |
| | | |||||
* | | spamd_verify_to_address.php - remove useless config_(un)lock calls | doktornotor | 2015-08-11 | 1 | -3/+1 |
| | | | | | | This function does nothing but return. | ||||
* | | spamd_db_ext.php - remove useless config_(un)lock calls | doktornotor | 2015-08-11 | 1 | -9/+1 |
|/ | | | This function does nothing but return. | ||||
* | Sanitize spamd version, add run_depends, port_category and fix check for PBI | Renato Botelho | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | spamd, -fix 'add spamtrap' | PiBa-NL | 2015-02-24 | 1 | -29/+25 |
| | | | | -use exec() instead of exploding output of directly invoking a shell command | ||||
* | spamd, replace the shell calls by unlink_if_exists() and symlink() | PiBa-NL | 2015-02-24 | 1 | -2/+2 |
| | |||||
* | spamd, fix spamtrap and blacklist buttons, fix startup on pfSense 2.2 | PiBa-NL | 2015-02-24 | 3 | -23/+37 |
| | |||||
* | Fix call-time pass-by-reference in spamd, bump | jim-p | 2014-05-09 | 2 | -3/+3 |
| | |||||
* | Merge pull request #646 from PiBa-NL/spamd_db_content_extra_expiration_info | Ermal | 2014-04-28 | 1 | -1/+18 |
|\ | |||||
| * | spamd, use local timezone settings for new time columns | PiBa-NL | 2014-04-22 | 1 | -3/+3 |
| | | |||||
| * | spamd, smtp host/from/to table entry expiration information shown | PiBa-NL | 2014-04-13 | 1 | -1/+18 |
| | | |||||
* | | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -8/+8 |
| | | | | | | | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | | Use escapeshellarg for spamd; remove unused echo. | jim-p | 2014-02-18 | 3 | -4/+2 |
|/ | |||||
* | Fixup a bunch of package service descriptions. | jim-p | 2013-08-28 | 1 | -0/+1 |
| | |||||
* | Move sync_package_spamd_whitelist() to spamd.inc and have ↵ | Erik Fonnesbeck | 2011-03-22 | 2 | -20/+20 |
| | | | | spamd_whitelist.xml include spamd.inc to prevent an error that says it is undefined. May help with the issue reported for ticket #1363 |