aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-35/+30
| | | | | | | | | | | | | | | sarg.php - Fix copyright header - Code style and indentation fixes
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-415/+424
| | | | | | | | | | | | | | | | | | | | | sarg.inc - Fix copyright header - Code style and indentation fixes - Make the arrays declarations readable - Nuke useless sarg_php_install_command() / sarg_php_deinstall_command() functions
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-59/+53
| | | | | | | | | | | | | | | | | | | | | sarg_schedule.xml - Fix copyright header - Nuke unused custom_php_(de)install_command - Code style and indentation fixes - Description cosmetics
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-85/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | sarg_schedule.xml - Fix copyright header - Nuke unused custom_php_(de)install_command - Nuke some nonsensical extra menu under Diagnostics - Fix file permissions - Code style and indentation fixes - Make descriptions readable and improve English.
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-87/+123
| | | | | | | | | | | | | | | | | | | | | sarg_users.xml - Fix copyright header - Nuke unused custom_php_(de)install_command - Code style and indentation fixes - Make descriptions readable and improve English
| * | sarg - code style cleanup and fixesdoktornotor2015-09-061-168/+197
| |/ | | | | | | | | | | | | | | sarg.xml - Fix copyright header - Nuke unused custom_php_(de)install_command - Fix file permissions - Code style and indentation fixes - Make descriptions readable and improve English.
* | Merge pull request #1049 from doktornotor/patch-21Renato Botelho2015-09-085-287/+282
|\ \
| * | openbgpd code style fixesdoktornotor2015-09-071-40/+30
| | |
| * | openbgpd code style fixesdoktornotor2015-09-071-38/+20
| | |
| * | openbgpd code style fixesdoktornotor2015-09-071-65/+66
| | |
| * | openbgpd code style fixesdoktornotor2015-09-071-42/+39
| | |
| * | openbgpd code style fixesdoktornotor2015-09-071-102/+127
| |/
* | Merge pull request #1050 from doktornotor/patch-22Renato Botelho2015-09-081-68/+18
|\ \
| * | squid - use install_cron_job() instead of reimplementing it, fix boot checkdoktornotor2015-09-081-68/+18
| |/
* | Merge pull request #1046 from doktornotor/patch-18Renato Botelho2015-09-081-58/+4
|\ \
| * | squidGuard - use install_cron_job() instead of reimplementing itdoktornotor2015-09-051-58/+4
| |/
* | Merge pull request #1045 from doktornotor/patch-17Renato Botelho2015-09-081-58/+4
|\ \
| * | squidGuard-devel - install_cron_job() instead of reimplementing itdoktornotor2015-09-051-58/+4
| |/
* | Merge pull request #1043 from doktornotor/patch-16Renato Botelho2015-09-081-75/+20
|\ \
| * | fix another bogus boot checkdoktornotor2015-09-081-2/+3
| | |
| * | squid3 - use install_cron_job() instead of reimplementing itdoktornotor2015-09-041-73/+17
| |/ | | | | Also, use platform_booting() for boot check.
* | Merge pull request #1042 from doktornotor/patch-15Renato Botelho2015-09-081-96/+10
|\ \
| * | haproxy-devel - use install_cron_job() instead of reimplementing itdoktornotor2015-09-041-96/+10
| |/
* | Merge pull request #1041 from doktornotor/patch-13Renato Botelho2015-09-081-95/+10
|\ \
| * | haproxy1_5 - use install_cron_job() instead of reimplementing itdoktornotor2015-09-041-0/+2
| | | | | | | | | - Remove the OSCP cronjob when disabled.
| * | haproxy1_5 - use install_cron_job() instead of reimplementing itdoktornotor2015-09-041-95/+8
| |/
* | Merge pull request #1040 from doktornotor/patch-12Renato Botelho2015-09-081-59/+6
|\ \