Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump bind package version | doktornotor | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Bump bind package version | doktornotor | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | bind - fix custom_php_validation_command | doktornotor | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1064 from doktornotor/patch-5 | Chris Buechler | 2015-09-16 | 5 | -224/+442 |
|\ | |||||
| * | 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.) | ||||
| * | Bump ntopng package version | doktornotor | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | Bump ntopng package version | doktornotor | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | Bump ntopng package version | doktornotor | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | 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 #1065 from doktornotor/patch-6 | Chris Buechler | 2015-09-16 | 2 | -40/+0 |
|\ \ | |||||
| * | | Remove Snort package for 2.1.x | doktornotor | 2015-09-14 | 1 | -20/+0 |
| | | | | | | | | | The compatible Snort VRT rules version can no longer be downloaded (and the ruleset version is hardcoded for each Snort version) making the package completely useless. https://www.snort.org/eol | ||||
| * | | Remove Snort package for 2.1.x | doktornotor | 2015-09-14 | 1 | -20/+0 |
| |/ | | | | | The compatible Snort VRT rules version can no longer be downloaded (and the ruleset version is hardcoded for each Snort version) making the package completely useless. https://www.snort.org/eol | ||||
* | | Merge pull request #1068 from doktornotor/patch-2 | Chris Buechler | 2015-09-16 | 5 | -45/+290 |
|\ \ | |||||
| * | | Bump avahi package version | doktornotor | 2015-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | Bump avahi package version | doktornotor | 2015-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | Bump avahi package version | doktornotor | 2015-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | 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. | ||||
* | | | Merge pull request #1069 from doktornotor/patch-4 | Chris Buechler | 2015-09-16 | 7 | -585/+663 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix filename in copyright header | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Bump apache-mod_security package version | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Bump apache-mod_security package version | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Bump apache-mod_security package version | 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 | ||||
* | | Bump vhosts version due to last changes | Renato Botelho | 2015-09-15 | 1 | -1/+1 |
| | | |||||
* | | 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 | 6 | -14/+17 |
|\ \ \ | |/ / |/| | | |||||
| * | | bacula-client, better handling for remote director and messages pkg 1.0.11 | PiBa-NL | 2015-09-14 | 6 | -14/+17 |
| | | | | | | | | | | | | submitted by compdoc | ||||
* | | | Merge pull request #1062 from doktornotor/patch-2 | Renato Botelho | 2015-09-14 | 5 | -8/+15 |
|\ \ \ | |||||
| * | | | default to the custom created templates directory | doktornotor | 2015-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bump havp package version | doktornotor | 2015-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bump havp package version | doktornotor | 2015-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bump havp package version | 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 |
| | |/ | |/| | |||||
* | | | Merge pull request #1063 from PiBa-NL/bacula-fix | Renato Botelho | 2015-09-14 | 5 | -5/+5 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | bacula, fix 'view configuration', bump version 1.0.10 | PiBa-NL | 2015-09-13 | 5 | -5/+5 |
|/ | |||||
* | Merge pull request #1061 from doktornotor/patch-8 | Renato Botelho | 2015-09-11 | 8 | -28/+95 |
|\ | |||||
| * | Bump servicewatchdog package version | doktornotor | 2015-09-11 | 1 | -1/+1 |
| | | |||||
| * | Bump servicewatchdog package version | doktornotor | 2015-09-11 | 1 | -1/+1 |
| | |