Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squid pinger helper needs to be suid root (Bug #5114) | doktornotor | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | squid3 - fix inverted boot check | doktornotor | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Version bump for softflowd | jim-p | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Fix softflowd for 2.1.x, platform_booting() does not exist there. | jim-p | 2015-09-10 | 1 | -1/+5 |
| | |||||
* | Merge pull request #1054 from doktornotor/patch-5 | Renato Botelho | 2015-09-09 | 1 | -3/+7 |
|\ | |||||
| * | Squid - squid pinger helper needs to be suid root (Bug #5114) | doktornotor | 2015-09-09 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #1053 from doktornotor/patch-2 | Renato Botelho | 2015-09-09 | 1 | -5/+6 |
|\ \ | |||||
| * | | do not silence errors with chmod | doktornotor | 2015-09-09 | 1 | -2/+2 |
| | | | |||||
| * | | Squid3 - squid pinger helper needs to be suid root (Bug #5114) | doktornotor | 2015-09-09 | 1 | -5/+6 |
| |/ | |||||
* | | havp - add clamd log tab to GUI | doktornotor | 2015-09-09 | 1 | -12/+30 |
| | | |||||
* | | havp - add clamd log tab to GUI | doktornotor | 2015-09-09 | 1 | -1/+6 |
| | | |||||
* | | havp - add clamd log tab to GUI | doktornotor | 2015-09-09 | 1 | -1/+5 |
| | | |||||
* | | havp - add clamd log tab to GUI | doktornotor | 2015-09-09 | 1 | -1/+2 |
|/ | | | This is a resubmit of PR #804 | ||||
* | Merge pull request #1029 from KyleJohnstonNet/master | Renato Botelho | 2015-09-08 | 2 | -8/+8 |
|\ | |||||
| * | Replaced lookup_ca($server_cert['caref']) with ca_chain($server_cert). Note ↵ | Kyle Johnston | 2015-08-28 | 2 | -8/+8 |
| | | | | | | | | | | | | that ca_chain returns a string of Base64 encoded certificates, not an array. Thus, all references to base64_decode($server_ca['crt']) have been replaced with simply $server_ca. Additionally, incremented package version from 1.2.19 to 1.2.20. | ||||
* | | Merge pull request #1031 from doktornotor/patch-5 | Renato Botelho | 2015-09-08 | 4 | -40/+14 |
|\ \ | |||||
| * | | use pkg_exec() to check package version for pfSense 2.3 | doktornotor | 2015-09-08 | 1 | -1/+2 |
| | | | |||||
| * | | use pkg_exec() to check package version for pfSense 2.3 | doktornotor | 2015-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Remove deleted file references | doktornotor | 2015-09-03 | 1 | -5/+0 |
| | | | |||||
| * | | EOL at EOF | doktornotor | 2015-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | Remove disfunctional junk and fix HAVP version check | doktornotor | 2015-08-29 | 1 | -22/+11 |
| | | | |||||
| * | | Remove useless deinstall custom_php_deinstall_command | doktornotor | 2015-08-29 | 1 | -4/+1 |
| | | | |||||
| * | | Delete widget-antivirus.inc | doktornotor | 2015-08-29 | 1 | -8/+0 |
| |/ | | | | | Useless. | ||||
* | | Merge pull request #1051 from doktornotor/patch-2 | Renato Botelho | 2015-09-08 | 1 | -137/+89 |
|\ \ | |||||
| * | | postfix - fix badly broken cron handling, fix boot check | doktornotor | 2015-09-08 | 1 | -137/+89 |
| | | | | | | | | | | | | - Beyond reinveting the install_cron_job() thing repeatedly, this has been rewriting /etc/crontab directly. Ugh. - Fix bogus boot check while here. | ||||
* | | | Merge pull request #1038 from doktornotor/patch-11 | Renato Botelho | 2015-09-08 | 11 | -1156/+483 |
|\ \ \ | |/ / |/| | | |||||
| * | | 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 | ||||
* | | Merge pull request #1048 from doktornotor/patch-20 | Renato Botelho | 2015-09-08 | 13 | -1616/+1661 |
|\ \ | |||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -89/+89 |
| | | | | | | | | | | | | | | | sarg.template - Fix copyright header - More typo and English fixes. | ||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -59/+47 |
| | | | | | | | | | | | | | | | | | | | | | sarg_about.php sarg_realtime.php - Code style and indentation fixes - Nuke useless pfSense 1.2.x cruft - XHTML fixes | ||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -186/+185 |
| | | | | | | | | | | | | | | | | | | sarg_realtime.php - Code style and indentation fixes - Nuke useless pfSense 1.2.x cruft - XHTML fixes | ||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -62/+51 |
| | | | | | | | | | | | | | | | sarg_reports.php - Code style and indentation fixes - Nuke useless pfSense 1.2.x cruft | ||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -321/+332 |
| | | | | | | | | | Run this through javascript prettify to make the thing readable. | ||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -49/+49 |
| | | | | | | | | | | | | | | | sarg_frame.php - Update copyright header - Code style and indentation fixes |