aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1008 from doktornotor/patch-5Renato Botelho2015-08-284-225/+231
|\
| * remote useless remount and stop_service() callsdoktornotor2015-08-251-2/+0
| | | | | | These are dealt with by uninstall_package() from pkg-utils.inc.
| * ipguard.inc - no need for foreach() heredoktornotor2015-08-241-3/+1
| |
| * Unlink and recreate the conf file symlink on every reconfigurationdoktornotor2015-08-181-1/+5
| | | | | | Just in case users shuffle interfaces assignment somehow....
| * Bump ipguard package versiondoktornotor2015-08-171-1/+1
| |
| * ipguard - code style cleanup, make it work on 2.2.xdoktornotor2015-08-171-108/+104
| | | | | | | | | | - Fix copyright header - Code style and indentation fixes - Hack to make this work on 2.2.x by symlinking the .conf files to PBI's /etc dir; another piece of PBI stupidity.
| * iperf - code style cleanupdoktornotor2015-08-171-36/+34
| | | | | | | | | | - Fix copyright header - Remove unused tag - Fix version
| * ipguard - code style cleanupdoktornotor2015-08-171-78/+90
| | | | | | | | | | | | - Fix copyright header, indentation - Fix file permissions - Remove unused tags - Improve descriptions
* | Bump snort version due to last changesRenato Botelho2015-08-282-2/+2
| |
* | Add array keys between quotes, suggested by @doktornotorRenato Botelho2015-08-281-2/+2
| |
* | Merge pull request #979 from PiBa-NL/snort-3.2.6Renato Botelho2015-08-283-4/+4
|\ \
| * | snort, fix config-sync to 'system backup server'PiBa-NL2015-08-104-5/+5
| | |
* | | Merge pull request #1023 from doktornotor/patch-2Renato Botelho2015-08-252-5/+5
|\ \ \
| * | | Bump squid3 package versiondoktornotor2015-08-251-1/+1
| | | |
| * | | squid3 - fix a bunch of invalid chmod() calls - fixes Bug #4885doktornotor2015-08-251-4/+4
|/ / /
* | | Merge pull request #1022 from doktornotor/patch-2Renato Botelho2015-08-242-2/+8
|\ \ \
| * | | Bump arpwatch package versiondoktornotor2015-08-241-1/+1
| | | |
| * | | arpwatch - do not create sendmail hardlinks... Evil.doktornotor2015-08-241-1/+7
|/ / / | | | | | | | | | | | | | | | | | | You can end up with orphaned /usr/sbin/sendmail as a copy of sm.php script, causing cron and other unwanted spam even after uninstalling the package. I recall couple of users complaining on the forum, examples: https://forum.pfsense.org/index.php/topic,68004.0.html https://forum.pfsense.org/index.php?topic=74000.msg406041#msg406041 This still is not a proper fix, this shouldn't require and create /usr/sbin/sendmail at all.
* | | Merge pull request #1020 from doktornotor/patch-13Renato Botelho2015-08-248-524/+582
|\ \ \
| * | | Bump bind package versiondoktornotor2015-08-221-1/+1
| | | |
| * | | bind - code style fixesdoktornotor2015-08-221-115/+107
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style fixes - Use safe_mkdir and {stop,restart}_service()
| * | | bind - code style fixesdoktornotor2015-08-221-31/+31
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Some XHTML fixes - Wrap javascript in CDATA
| * | | bind - code style fixesdoktornotor2015-08-221-108/+142
| | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix custom_php_validation_command syntax - Nuke unused tags - Improve descriptions, typo fixes
| * | | bind - code style fixesdoktornotor2015-08-221-63/+54
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Nuke loads of unused tags - Improve descriptions, typo fixes
| * | | bind - code style fixesdoktornotor2015-08-221-48/+52
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Nuke unused tags - Improve descriptions, typo fixes
| * | | bind - code style fixesdoktornotor2015-08-221-54/+37
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Nuke loads of unused tags - Improve descriptions, typo fixes
| * | | bind - code style fixesdoktornotor2015-08-221-104/+158
| | |/ | |/| | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke loads of unused tags - Improve descriptions, typo fixes
* | | Merge pull request #1019 from doktornotor/patch-4Renato Botelho2015-08-242-4/+1
|\ \ \
| * | | Bump nut package versiondoktornotor2015-08-211-1/+1
| | | |
| * | | remove useless log spamdoktornotor2015-08-211-3/+0
| |/ / | | | | | | Nut takes quite some time to launch (notably with networked UPS); this creates misleading log entries confusing users.
* | | Merge pull request #1017 from doktornotor/patch-11Renato Botelho2015-08-241-6/+0
|\ \ \
| * | | Nuke bunch of unused tags in XML filedoktornotor2015-08-201-6/+0
| |/ /
* | | Merge pull request #1015 from PiBa-NL/haproxy_0.28Renato Botelho2015-08-249-23/+220
|\ \ \
| * | | haproxy-devel, fix package for pfsense 2.1.5, bump pkg v0.28PiBa-NL2015-08-209-23/+220
| |/ / | | | | | | | | | | | | | | | | | | -add email settings for 1.6-dev version -remove call to nonexisting javascript function -put a maximum height to a table textarea + scrollbar -remove httpchk from config file when not used
* | | Merge pull request #1013 from doktornotor/patch-10Renato Botelho2015-08-243-195/+224
|\ \ \
| * | | zabbix-agent-lts - code style cleanupdoktornotor2015-08-191-1/+1
| | | | | | | | | | | | Fix copy/paste error in input validation.
| * | | Bump zabbix-agent-lts package versiondoktornotor2015-08-191-1/+1
| | | |
| * | | zabbix-agent-lts - code style cleanupdoktornotor2015-08-191-141/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and allignment fixes - Remove unused php_install_zabbix_agent_lts() function - Use stop_service()/restart_service() - Use mwexec() instead of exec() - Improve some input validations
| * | | zabbix-agent-lts - code style cleanupdoktornotor2015-08-191-53/+89
| |/ / | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke unused/useless tags - Improve some descriptions. - Move User Parameters to advancedfield
* | | Merge pull request #1012 from doktornotor/patch-9Renato Botelho2015-08-243-149/+153
|\ \ \
| * | | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-9/+11
| | | | | | | | | | | | | | | | - Use mwexec - Improve input validation
| * | | Bump zabbix-proxy-lts package versiondoktornotor2015-08-191-1/+1
| | | |
| * | | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-53/+62
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke unused/useless tags
| * | | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-93/+86
| |/ / | | | | | | | | | | | | | | | - Fix copyright header - Code style and allignment fixes - Remove unused php_install_zabbix_proxy_lts() function - Use stop_service()/restart_service()
* | | Merge pull request #1011 from doktornotor/patch-8Renato Botelho2015-08-248-637/+588
|\ \ \
| * | | EOL at EOFdoktornotor2015-08-181-1/+1
| | | |
| * | | Bump asterisk package versiondoktornotor2015-08-181-1/+1
| | | |
| * | | asterisk - code style cleanupdoktornotor2015-08-181-62/+48
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation
| * | | asterisk - code style cleanupdoktornotor2015-08-181-213/+212
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation
| * | | asterisk - code style cleanupdoktornotor2015-08-181-4/+4
| | | | | | | | | | | | A couple of missed XHTML fixes.