aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pfBlockerNG modsBBcan1772015-08-308-111/+145
|
* Merge pull request #1026 from doktornotor/patch-6Renato Botelho2015-08-287-2432/+2494
|\
| * havp cron handling - remove more of reinvented wheelsdoktornotor2015-08-281-10/+3
| | | | | | No need for this code, already handled by install_cron_job() as well.
| * Bump havp package versiondoktornotor2015-08-281-1/+1
| |
| * havp code style cleanupdoktornotor2015-08-281-1611/+1536
| | | | | | | | | | | | | | - Update copyright header - Loads of code style/indentation/whitespace fixes - Replace deprecated eregi() with preg_match - Use install_cron_job() instead of re-implementing it - Nuke bunch of useless pfSense 1.2.x checks
| * havp code style cleanupdoktornotor2015-08-271-317/+327
| | | | | | | | | | - Update copyright header - Fix indentation/whitespace - XHTML fixes
| * havp code style cleanupdoktornotor2015-08-271-34/+31
| | | | | | | | | | - Update copyright header - Fix indentation/whitespace - XHTML fixes
| * havp code style cleanupdoktornotor2015-08-271-48/+88
| | | | | | | | - Add copyright header - Fix indentation/whitespace
| * havp code style cleanupdoktornotor2015-08-271-106/+149
| | | | | | | | | | - Add copyright header - Fix indentation/whitespace - Improve descriptions
| * havp code style cleanupdoktornotor2015-08-271-315/+369
| | | | | | | | | | - Add copyright header - Fix indentation/whitespace - Improve descriptions
* | Merge pull request #1025 from doktornotor/patch-2Renato Botelho2015-08-287-527/+603
|\ \
| * | Bump and sanitize tinc package versiondoktornotor2015-08-261-1/+1
| | |
| * | tinc - pfSense 2.2.x fixes, code style and improvementsdoktornotor2015-08-261-63/+277
| | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - All content from tinc_config.xml moved here - Add basic input validation - Added an enable checkbox to make it possible to disable tinc without uninstalling the package - Fix textarea so that the generated RSA keys actually fit in without linewraps - Cosmetics
| * | Update tinc_hosts.xmldoktornotor2015-08-261-4/+4
| | | | | | | | | Fix columns number in textarea for RSA keys.
| * | tinc - pfSense 2.2.x fixes, code style and improvementsdoktornotor2015-08-261-57/+64
| | | | | | | | | | | | | | | - Fix copyright header - Nuke unused tags - Add input validation
| * | tinc - pfSense 2.2.x fixes, code style and improvementsdoktornotor2015-08-261-136/+187
| | | | | | | | | | | | | | | | | | | | | - Add copyright header - Fix code style, whitespace and indentation - Added some basic input validation - Add a symlink to make this work on pfSense 2.2.x (fixes Bug #4409) - Added an enable checkbox to make it possible to disable tinc without uninstalling the package
| * | tinc_config.xml does not exist any more, fix location accordinglydoktornotor2015-08-261-1/+1
| | |
| * | tinc - pfSense 2.2.x fixes, code style and improvementsdoktornotor2015-08-261-50/+69
| | | | | | | | | | | | | | | | | | - Add copyright header - XHTML valid code - Fix code style, whitespace and indentation - Removed the useless checks for clog location on pfSense <2.1.2
| * | Delete tinc_config.xmldoktornotor2015-08-261-215/+0
| |/ | | | | Content moved to tinc.xml
* | Merge pull request #1024 from doktornotor/patch-4Renato Botelho2015-08-2840-258/+35
|\ \
| * | stop copying spamd.conf.sampledoktornotor2015-08-251-1/+0
| | | | | | | | | It made zero sense with the original broken commands order ( you don't configure something only to overwrite it by some sample config later on... WTF), it makes zero sense with the new one (you don't copy a sample conf to unlink it on configuration and replace with a symlink to another file.)
| * | Fix things ordering here. Cannot run the package otherwise, need the ↵doktornotor2015-08-251-1/+1
| | | | | | | | | | | | user/group first.
| * | Add missing custom_php_deinstall_command...doktornotor2015-08-251-0/+3
| | | | | | | | | ... so the the baculaclient_custom_php_deinstall_command() in the .inc file is actually used.
| * | No need to use any variables heredoktornotor2015-08-251-2/+1
| | |
| * | Remove include file reference since it doesn't exist any moredoktornotor2015-08-251-4/+0
| | | | | | | | | Really gone.
| * | Remove include file reference since it doesn't exist any moredoktornotor2015-08-251-1/+0
| | |
| * | Bump lot of package versions for useless remount calls removaldoktornotor2015-08-251-27/+27
| | |
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-6/+0
| | | | | | | | | These are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-6/+0
| | | | | | | | | These are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount callsdoktornotor2015-08-251-2/+0
| | | | | | | | | These are dealt with by uninstall_package() from pkg-utils.inc.
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-5/+0
| | | | | | | | | These are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount callsdoktornotor2015-08-251-4/+0
| | | | | | | | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-6/+0
| | | | | | | | | All of these are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount callsdoktornotor2015-08-251-2/+0
| | | | | | | | | These are dealt with by install_package() from pkg-utils.inc.
| * | Remove useless remount callsdoktornotor2015-08-251-6/+0
| | | | | | | | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-7/+0
| | | | | | | | | All of these are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount callsdoktornotor2015-08-251-4/+0
| | | | | | | | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
| * | Remove useless phpservice_deinstall_command()doktornotor2015-08-251-3/+0
| | | | | | | | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount calls and phpservice_deinstall_command()doktornotor2015-08-251-10/+0
| | | | | | | | | All of these are dealt with by uninstall_package() and from pkg-utils.inc.
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-10/+0
| | | | | | | | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-3/+0
| | |
| * | Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-3/+0
| | |
| * | Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-8/+0
| | | | | | | | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-6/+0
| | | | | | | | | These are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
| * | Remove useless stuff dealt with by delete_package_xml()doktornotor2015-08-251-3/+0
| | |
| * | Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | | | | | | | These are dealt with by delete_package_xml() from pkg-utils.inc.
| * | Remove useless nrpe2_custom_php_deinstall_command()doktornotor2015-08-251-1/+0
| | |
| * | Remove useless remount callsdoktornotor2015-08-251-9/+0
| | | | | | | | | These are dealt with by install_package() from pkg-utils.inc. Also, the nrpe2_custom_php_deinstall_command() function was completely useless, doing nothing else but remounts.
| * | Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | | | | | | | These are dealt with by uninstall_package() from pkg-utils.inc.
| * | Remove useles filedoktornotor2015-08-251-37/+0
| | | | | | | | | These are dealt with by uninstall_package() from pkg-utils.inc and there are no other functions here