aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* havp - fix crontab handling (Bug #5117)doktornotor2015-09-101-2/+2
|
* Version bump for softflowdjim-p2015-09-101-1/+1
|
* Fix softflowd for 2.1.x, platform_booting() does not exist there.jim-p2015-09-101-1/+5
|
* Merge pull request #1054 from doktornotor/patch-5Renato Botelho2015-09-091-3/+7
|\
| * Squid - squid pinger helper needs to be suid root (Bug #5114)doktornotor2015-09-091-3/+7
| |
* | Merge pull request #1053 from doktornotor/patch-2Renato Botelho2015-09-091-5/+6
|\ \
| * | do not silence errors with chmoddoktornotor2015-09-091-2/+2
| | |
| * | Squid3 - squid pinger helper needs to be suid root (Bug #5114)doktornotor2015-09-091-5/+6
| |/
* | havp - add clamd log tab to GUIdoktornotor2015-09-091-12/+30
| |
* | havp - add clamd log tab to GUIdoktornotor2015-09-091-1/+6
| |
* | havp - add clamd log tab to GUIdoktornotor2015-09-091-1/+5
| |
* | havp - add clamd log tab to GUIdoktornotor2015-09-091-1/+2
|/ | | This is a resubmit of PR #804
* Merge pull request #1029 from KyleJohnstonNet/masterRenato Botelho2015-09-082-8/+8
|\
| * Replaced lookup_ca($server_cert['caref']) with ca_chain($server_cert). Note ↵Kyle Johnston2015-08-282-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-5Renato Botelho2015-09-084-40/+14
|\ \
| * | use pkg_exec() to check package version for pfSense 2.3doktornotor2015-09-081-1/+2
| | |
| * | use pkg_exec() to check package version for pfSense 2.3doktornotor2015-09-081-1/+1
| | |
| * | Remove deleted file referencesdoktornotor2015-09-031-5/+0
| | |
| * | EOL at EOFdoktornotor2015-08-291-1/+1
| | |
| * | Remove disfunctional junk and fix HAVP version checkdoktornotor2015-08-291-22/+11
| | |
| * | Remove useless deinstall custom_php_deinstall_commanddoktornotor2015-08-291-4/+1
| | |
| * | Delete widget-antivirus.incdoktornotor2015-08-291-8/+0
| |/ | | | | Useless.
* | Merge pull request #1051 from doktornotor/patch-2Renato Botelho2015-09-081-137/+89
|\ \
| * | postfix - fix badly broken cron handling, fix boot checkdoktornotor2015-09-081-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-11Renato Botelho2015-09-0811-1156/+483
|\ \ \ | |/ / |/| |
| * | spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-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 fixesdoktornotor2015-09-041-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 fixesdoktornotor2015-09-041-50/+41
| | | | | | | | | | | | | | | - Fix copyright header - Remove useless comments - Indentation/whitespace fixes
| * | spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-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 filedoktornotor2015-09-041-4/+0
| | | | | | | | | And yet more of dead garbage.
| * | Delete spamd_rules.phpdoktornotor2015-09-041-34/+0
| | | | | | | | | Another unused piece of garbage, replaced with spamd_generate_rules().
| * | Remove reference to abandonded spamd_gather_stats.php filedoktornotor2015-09-041-4/+0
| | |
| * | Delete spamd_verify_to_address.phpdoktornotor2015-09-041-142/+0
| | | | | | | | | Not used anywhere, useless dead code.
| * | Delete spamd_exchexp.aspdoktornotor2015-09-041-50/+0
| | | | | | | | | Not used anywhere, useless dead code.
| * | Delete spamd_gather_stats.phpdoktornotor2015-09-041-85/+0
| | | | | | | | | Not used anywhere, useless dead code.
| * | Remove reference to abandonded spamd_outlook.xml filedoktornotor2015-09-041-4/+0
| | |
| * | Delete spamd_outlook.xmldoktornotor2015-09-041-90/+0
| | | | | | | | | Not used anywhere, depending on the abandoned spamd_db_ext.php.
| * | Remove reference to abandonded spamd_db_ext.php filedoktornotor2015-09-041-4/+0
| | |
| * | Delete spamd_db_ext.phpdoktornotor2015-09-041-229/+0
| | | | | | | | | Running exit() is not useful. Delete abandoned unsupported script.
| * | spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-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 fixesdoktornotor2015-09-041-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 fixesdoktornotor2015-09-041-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-20Renato Botelho2015-09-0813-1616/+1661
|\ \
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-89/+89
| | | | | | | | | | | | | | | sarg.template - Fix copyright header - More typo and English fixes.
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-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 fixesdoktornotor2015-09-061-186/+185
| | | | | | | | | | | | | | | | | | sarg_realtime.php - Code style and indentation fixes - Nuke useless pfSense 1.2.x cruft - XHTML fixes
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-62/+51
| | | | | | | | | | | | | | | sarg_reports.php - Code style and indentation fixes - Nuke useless pfSense 1.2.x cruft
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-321/+332
| | | | | | | | | Run this through javascript prettify to make the thing readable.
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-49/+49
| | | | | | | | | | | | | | | sarg_frame.php - Update copyright header - Code style and indentation fixes
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-1/+1
| | | | | | | | | Consistent uppercase usage.