Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make $ntopng_config global in ntopng_sync_package() | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | | | Might fix the service restart after package reinstall. | ||||
* | Merge pull request #1064 from doktornotor/patch-5 | Chris Buechler | 2015-09-16 | 2 | -221/+439 |
|\ | |||||
| * | Only (re)start ntopng after GeoIP update if not (re)installing the package | doktornotor | 2015-09-15 | 1 | -7/+10 |
| | | | | | | Also, use $post consistently in topng_validate_input(). | ||||
| * | ntopng.inc - remove pointless check already done elsewhere | doktornotor | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | ntopng.xml - don't resync package twice on install | doktornotor | 2015-09-14 | 1 | -1/+0 |
| | | | | | | Already done by install_package_xml() from pkg-utils.inc | ||||
| * | ntopng.xml - nuke useless tag | doktornotor | 2015-09-14 | 1 | -2/+1 |
| | | | | | | Remove depends_on_service tag. (If the idea was to only show the menu entry if the service is enabled, then it plain doesn't work, not implemented anywhere in the pfSense package code.) | ||||
| * | ntopng - reworked package | doktornotor | 2015-09-14 | 1 | -0/+371 |
| | | | | | | | | | | | | - Moved all PHP code to separate ntopng.inc; should fix most of the whacky issues mentioned in Bug #4880 - Add wipe data feature - Add minimum password length check - Optionally wipe all traffic data, graphs and settings on uninstall if so configured | ||||
| * | ntopng - reworked package | doktornotor | 2015-09-13 | 1 | -220/+66 |
| | | | | | | | | | | | | | | - Moved all PHP code to separate ntopng.inc - Add a button to wipe ntopng data - Add enable checkbox - Add checkbox to either keep or delete settings and data on uninstall/reinstall. - Some description cosmetics | ||||
* | | Merge pull request #1068 from doktornotor/patch-2 | Chris Buechler | 2015-09-16 | 2 | -42/+287 |
|\ \ | |||||
| * | | avahi - expose many more config options in GUI | doktornotor | 2015-09-15 | 1 | -27/+91 |
| | | | |||||
| * | | avahi - expose many more config options in GUI | doktornotor | 2015-09-15 | 1 | -15/+196 |
| | | | | | | | | | Resubmit of PR #1030. | ||||
* | | | Fix filename in copyright header | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | | | |||||
* | | | Fix copyright header and add missing include | doktornotor | 2015-09-16 | 1 | -2/+4 |
| | | | |||||
* | | | apache_mod_security - pfSense 2.1.x and 2.2.x and other fixes | doktornotor | 2015-09-16 | 1 | -63/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | apache_mod_security_view_logs.php - Valid XHTML - Fix broken error logs view and inverted logic - Make the no-op "Clear log" button actually produce the requested action - Nuke useless pfSense 1.2.x junk - Code style and indentation fixes | ||||
* | | | apache_mod_security - pfSense 2.1.x and 2.2.x and other fixes | doktornotor | 2015-09-15 | 1 | -334/+320 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apache_mod_security.inc.php - Fix install and uninstall - Fix service start/stop/reload and rc file - Fix broken path to apache config - Nuke completely broken input "validations" - Add some actually usefull input validations - Fix whole lot of broken paths in httpd.conf - Fix textarea config handling - Nuke no-op junk - Code style and indentation fixes | ||||
* | | | apache_mod_security - pfSense 2.1.x and 2.2.x and other fixes | doktornotor | 2015-09-15 | 1 | -101/+140 |
| | | | | | | | | | | | | | | | | | | | | | | | | apache_mod_security_settings.xml - Add input validation - Remove no-op/useless tags - base64_encode() the textarea fields - Code style and indentation fixes - Improve descriptions and other cosmetics | ||||
* | | | apache_mod_security - pfSense 2.1.x and 2.2.x and other fixes | doktornotor | 2015-09-15 | 1 | -83/+121 |
|/ / | | | | | | | | | | | | | | | apache_mod_security.xml - Fix install and uninstall - Move the fetch junk to additional_files_needed - Add input validation - Code style and indentation fixes - Improve descriptions and other cosmetics | ||||
* | | Merge pull request #1066 from dariomas/master | Renato Botelho | 2015-09-15 | 1 | -0/+3 |
|\ \ | |||||
| * | | Included 'service-utils.inc' to fix Call to undefined function write_rcfile() | dariomas | 2015-09-14 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #1067 from PiBa-NL/bacula-fix | Renato Botelho | 2015-09-15 | 3 | -11/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | bacula-client, better handling for remote director and messages pkg 1.0.11 | PiBa-NL | 2015-09-14 | 3 | -11/+14 |
| | | | | | | | | | | | | submitted by compdoc | ||||
* | | | Merge pull request #1062 from doktornotor/patch-2 | Renato Botelho | 2015-09-14 | 2 | -5/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | default to the custom created templates directory | doktornotor | 2015-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | havp - remove created bogus templates directory on uninstall | doktornotor | 2015-09-12 | 1 | -0/+3 |
| | | | |||||
| * | | havp - fix template paths | doktornotor | 2015-09-12 | 1 | -5/+7 |
| | | | |||||
| * | | havp - fix templates | doktornotor | 2015-09-12 | 1 | -1/+3 |
| |/ | |||||
* / | bacula, fix 'view configuration', bump version 1.0.10 | PiBa-NL | 2015-09-13 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1061 from doktornotor/patch-8 | Renato Botelho | 2015-09-11 | 5 | -25/+92 |
|\ | |||||
| * | servicewatchdog - code style fixes | doktornotor | 2015-09-11 | 1 | -16/+17 |
| | | | | | | Fix copyright header and nuke useless tags. | ||||
| * | servicewatchdog - code style fixes | doktornotor | 2015-09-11 | 1 | -0/+28 |
| | | | | | | Add copyright header. | ||||
| * | servicewatchdog - code style fixes | doktornotor | 2015-09-11 | 1 | -2/+34 |
| | | | | | | Add copyright header, fix boot check. | ||||
| * | servicewatchdog - code style fixes | doktornotor | 2015-09-11 | 1 | -2/+5 |
| | | |||||
| * | servicewatchdog - code style fixes | doktornotor | 2015-09-11 | 1 | -5/+8 |
| | | | | | | Update copyright header and some XHTML cosmetics. | ||||
* | | Merge pull request #1060 from doktornotor/patch-7 | Renato Botelho | 2015-09-11 | 6 | -15/+35 |
|\ \ | |||||
| * | | nut - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -6/+7 |
| | | | | | | | | | Another code simplification... | ||||
| * | | squid - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -2/+7 |
| | | | |||||
| * | | sarg - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -1/+5 |
| | | | |||||
| * | | lcdproc-dev - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -4/+6 |
| | | | |||||
| * | | ipguard - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -1/+5 |
| | | | |||||
| * | | sshdcond - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -1/+5 |
| |/ | |||||
* | | Merge pull request #1059 from doktornotor/patch-6 | Renato Botelho | 2015-09-11 | 1 | -3/+9 |
|\ \ | |||||
| * | | postfix - 2.1.x compatible boot check | doktornotor | 2015-09-11 | 1 | -3/+9 |
| | | | | | | | | | Makes things a whole lot more simple, right... | ||||
| * | | postfix - fix inverted boot check | doktornotor | 2015-09-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1058 from doktornotor/patch-5 | Renato Botelho | 2015-09-11 | 1 | -3/+3 |
|\ \ | |||||
| * | | 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 |
| |/ | |||||
* | | havp - fix XML tabs tags | doktornotor | 2015-09-10 | 1 | -4/+3 |
| | | |||||
* | | havp - fix crontab handling (Bug #5117) | doktornotor | 2015-09-10 | 1 | -2/+2 |
|/ | |||||
* | 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 |
| |