aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #5000:Renato Botelho2015-09-182-1/+7
| | | | | | - 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-162-221/+439
|\
| * 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.)
| * 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 #1068 from doktornotor/patch-2Chris Buechler2015-09-162-42/+287
|\ \
| * | 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.
* | | Fix filename in copyright headerdoktornotor2015-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
* | 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-153-11/+14
|\ \ \ | |/ / |/| |
| * | bacula-client, better handling for remote director and messages pkg 1.0.11PiBa-NL2015-09-143-11/+14
| | | | | | | | | | | | submitted by compdoc
* | | Merge pull request #1062 from doktornotor/patch-2Renato Botelho2015-09-142-5/+12
|\ \ \ | |/ / |/| |
| * | default to the custom created templates directorydoktornotor2015-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
| |/
* / bacula, fix 'view configuration', bump version 1.0.10PiBa-NL2015-09-132-2/+2
|/
* Merge pull request #1061 from doktornotor/patch-8Renato Botelho2015-09-115-25/+92
|\
| * servicewatchdog - code style fixesdoktornotor2015-09-111-16/+17
| | | | | | Fix copyright header and nuke useless tags.
| * servicewatchdog - code style fixesdoktornotor2015-09-111-0/+28
| | | | | | Add copyright header.
| * servicewatchdog - code style fixesdoktornotor2015-09-111-2/+34
| | | | | | Add copyright header, fix boot check.
| * servicewatchdog - code style fixesdoktornotor2015-09-111-2/+5
| |
| * servicewatchdog - code style fixesdoktornotor2015-09-111-5/+8
| | | | | | Update copyright header and some XHTML cosmetics.
* | Merge pull request #1060 from doktornotor/patch-7Renato Botelho2015-09-116-15/+35
|\ \
| * | nut - 2.1.x compatible boot checkdoktornotor2015-09-111-6/+7
| | | | | | | | | Another code simplification...
| * | squid - 2.1.x compatible boot checkdoktornotor2015-09-111-2/+7
| | |
| * | sarg - 2.1.x compatible boot checkdoktornotor2015-09-111-1/+5
| | |
| * | lcdproc-dev - 2.1.x compatible boot checkdoktornotor2015-09-111-4/+6
| | |
| * | ipguard - 2.1.x compatible boot checkdoktornotor2015-09-111-1/+5
| | |
| * | sshdcond - 2.1.x compatible boot checkdoktornotor2015-09-111-1/+5
| |/
* | Merge pull request #1059 from doktornotor/patch-6Renato Botelho2015-09-111-3/+9
|\ \
| * | postfix - 2.1.x compatible boot checkdoktornotor2015-09-111-3/+9
| | | | | | | | | Makes things a whole lot more simple, right...
| * | postfix - fix inverted boot checkdoktornotor2015-09-101-1/+1
| |/
* | Merge pull request #1058 from doktornotor/patch-5Renato Botelho2015-09-111-3/+3
|\ \
| * | squid pinger helper needs to be suid root (Bug #5114)doktornotor2015-09-111-2/+2
| | |
| * | squid3 - fix inverted boot checkdoktornotor2015-09-101-1/+1
| |/
* | havp - fix XML tabs tagsdoktornotor2015-09-101-4/+3
| |
* | havp - fix crontab handling (Bug #5117)doktornotor2015-09-101-2/+2
|/
* Version bump for softflowdjim-p2015-09-101-1/+1
|
* Fix softflowd for 2.1.x, platform_booting() does not exist there.jim-p2015-09-101-1/+5
|