aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* havp - fix a bunch of clamav pathsdoktornotor2015-09-181-10/+27
|
* Bump havp package versiondoktornotor2015-09-181-1/+1
|
* Bump havp package versiondoktornotor2015-09-181-1/+1
|
* Bump havp package versiondoktornotor2015-09-181-1/+1
|
* havp - fix completely broken firewall rules handling (Bug #1561)doktornotor2015-09-181-1/+4
|
* havp - fix completely broken firewall rules handling (Bug #1561)doktornotor2015-09-181-64/+8
| | | Messing with /tmp/rules.debug is certainly not the way to go.
* Fixes #5000:Renato Botelho2015-09-183-2/+8
| | | | | | - Detect new pfSense repo structure, where files that were present on / in the past now lie in /src, and automatically set pathstrip to 2 - Bump package version to 1.0.6
* Merge pull request #1064 from doktornotor/patch-5Chris Buechler2015-09-165-224/+442
|\
| * Only (re)start ntopng after GeoIP update if not (re)installing the packagedoktornotor2015-09-151-7/+10
| | | | | | Also, use $post consistently in topng_validate_input().
| * ntopng.inc - remove pointless check already done elsewheredoktornotor2015-09-141-1/+1
| |
| * ntopng.xml - don't resync package twice on installdoktornotor2015-09-141-1/+0
| | | | | | Already done by install_package_xml() from pkg-utils.inc
| * ntopng.xml - nuke useless tagdoktornotor2015-09-141-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 versiondoktornotor2015-09-141-1/+1
| |
| * Bump ntopng package versiondoktornotor2015-09-141-1/+1
| |
| * Bump ntopng package versiondoktornotor2015-09-141-1/+1
| |
| * ntopng - reworked packagedoktornotor2015-09-141-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 packagedoktornotor2015-09-131-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-6Chris Buechler2015-09-162-40/+0
|\ \
| * | Remove Snort package for 2.1.xdoktornotor2015-09-141-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.xdoktornotor2015-09-141-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-2Chris Buechler2015-09-165-45/+290
|\ \
| * | Bump avahi package versiondoktornotor2015-09-151-1/+1
| | |
| * | Bump avahi package versiondoktornotor2015-09-151-1/+1
| | |
| * | Bump avahi package versiondoktornotor2015-09-151-1/+1
| | |
| * | avahi - expose many more config options in GUIdoktornotor2015-09-151-27/+91
| | |
| * | avahi - expose many more config options in GUIdoktornotor2015-09-151-15/+196
| | | | | | | | | Resubmit of PR #1030.
* | | Merge pull request #1069 from doktornotor/patch-4Chris Buechler2015-09-167-585/+663
|\ \ \ | |/ / |/| |
| * | Fix filename in copyright headerdoktornotor2015-09-161-1/+1
| | |
| * | Bump apache-mod_security package versiondoktornotor2015-09-161-1/+1
| | |
| * | Bump apache-mod_security package versiondoktornotor2015-09-161-1/+1
| | |
| * | Bump apache-mod_security package versiondoktornotor2015-09-161-1/+1
| | |
| * | Fix copyright header and add missing includedoktornotor2015-09-161-2/+4
| | |
| * | apache_mod_security - pfSense 2.1.x and 2.2.x and other fixesdoktornotor2015-09-161-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 fixesdoktornotor2015-09-151-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 fixesdoktornotor2015-09-151-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 fixesdoktornotor2015-09-151-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 changesRenato Botelho2015-09-151-1/+1
| |
* | Merge pull request #1066 from dariomas/masterRenato Botelho2015-09-151-0/+3
|\ \
| * | Included 'service-utils.inc' to fix Call to undefined function write_rcfile()dariomas2015-09-141-0/+3
| | |
* | | Merge pull request #1067 from PiBa-NL/bacula-fixRenato Botelho2015-09-156-14/+17
|\ \ \ | |/ / |/| |
| * | bacula-client, better handling for remote director and messages pkg 1.0.11PiBa-NL2015-09-146-14/+17
| | | | | | | | | | | | submitted by compdoc
* | | Merge pull request #1062 from doktornotor/patch-2Renato Botelho2015-09-145-8/+15
|\ \ \
| * | | default to the custom created templates directorydoktornotor2015-09-121-1/+1
| | | |
| * | | Bump havp package versiondoktornotor2015-09-121-1/+1
| | | |
| * | | Bump havp package versiondoktornotor2015-09-121-1/+1
| | | |
| * | | Bump havp package versiondoktornotor2015-09-121-1/+1
| | | |
| * | | havp - remove created bogus templates directory on uninstalldoktornotor2015-09-121-0/+3
| | | |
| * | | havp - fix template pathsdoktornotor2015-09-121-5/+7
| | | |
| * | | havp - fix templatesdoktornotor2015-09-121-1/+3
| | |/ | |/|
* | | Merge pull request #1063 from PiBa-NL/bacula-fixRenato Botelho2015-09-145-5/+5
|\ \ \ | |/ / |/| / | |/