Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -1/+1 | |
| | | | | | | | | | Consistent uppercase usage. | |||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -35/+30 | |
| | | | | | | | | | | | | | | | sarg.php - Fix copyright header - Code style and indentation fixes | |||||
| * | | sarg - code style cleanup and fixes | doktornotor | 2015-09-06 | 1 | -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 fixes | doktornotor | 2015-09-06 | 1 | -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 fixes | doktornotor | 2015-09-06 | 1 | -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 fixes | doktornotor | 2015-09-06 | 1 | -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 fixes | doktornotor | 2015-09-06 | 1 | -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-21 | Renato Botelho | 2015-09-08 | 5 | -287/+282 | |
|\ \ | ||||||
| * | | openbgpd code style fixes | doktornotor | 2015-09-07 | 1 | -40/+30 | |
| | | | ||||||
| * | | openbgpd code style fixes | doktornotor | 2015-09-07 | 1 | -38/+20 | |
| | | | ||||||
| * | | openbgpd code style fixes | doktornotor | 2015-09-07 | 1 | -65/+66 | |
| | | | ||||||
| * | | openbgpd code style fixes | doktornotor | 2015-09-07 | 1 | -42/+39 | |
| | | | ||||||
| * | | openbgpd code style fixes | doktornotor | 2015-09-07 | 1 | -102/+127 | |
| |/ | ||||||
* | | Merge pull request #1050 from doktornotor/patch-22 | Renato Botelho | 2015-09-08 | 1 | -68/+18 | |
|\ \ | ||||||
| * | | squid - use install_cron_job() instead of reimplementing it, fix boot check | doktornotor | 2015-09-08 | 1 | -68/+18 | |
| |/ | ||||||
* | | Merge pull request #1046 from doktornotor/patch-18 | Renato Botelho | 2015-09-08 | 1 | -58/+4 | |
|\ \ | ||||||
| * | | squidGuard - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-05 | 1 | -58/+4 | |
| |/ | ||||||
* | | Merge pull request #1045 from doktornotor/patch-17 | Renato Botelho | 2015-09-08 | 1 | -58/+4 | |
|\ \ | ||||||
| * | | squidGuard-devel - install_cron_job() instead of reimplementing it | doktornotor | 2015-09-05 | 1 | -58/+4 | |
| |/ | ||||||
* | | Merge pull request #1043 from doktornotor/patch-16 | Renato Botelho | 2015-09-08 | 1 | -75/+20 | |
|\ \ | ||||||
| * | | fix another bogus boot check | doktornotor | 2015-09-08 | 1 | -2/+3 | |
| | | | ||||||
| * | | squid3 - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-04 | 1 | -73/+17 | |
| |/ | | | | | Also, use platform_booting() for boot check. | |||||
* | | Merge pull request #1042 from doktornotor/patch-15 | Renato Botelho | 2015-09-08 | 1 | -96/+10 | |
|\ \ | ||||||
| * | | haproxy-devel - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-04 | 1 | -96/+10 | |
| |/ | ||||||
* | | Merge pull request #1041 from doktornotor/patch-13 | Renato Botelho | 2015-09-08 | 1 | -95/+10 | |
|\ \ | ||||||
| * | | haproxy1_5 - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-04 | 1 | -0/+2 | |
| | | | | | | | | | - Remove the OSCP cronjob when disabled. | |||||
| * | | haproxy1_5 - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-04 | 1 | -95/+8 | |
| |/ | ||||||
* | | Merge pull request #1040 from doktornotor/patch-12 | Renato Botelho | 2015-09-08 | 1 | -59/+6 | |
|\ \ | ||||||
| * | | syslog-ng - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-04 | 1 | -59/+6 | |
| |/ |