aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
| * | asterisk - code style cleanupdoktornotor2015-08-181-67/+65
| | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation fixes
| * | asterisk - code style cleanupdoktornotor2015-08-181-95/+86
| | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation fixes - Improve cache handling
| * | asterisk - code style cleanupdoktornotor2015-08-181-147/+139
| | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - Rename the rc script to asterisk.sh; use write_rcfile() to create the script, instead of the messy preg_replace() stuff. This also should hopefully fix Bug #4717 for some users. - Use stop_service()/restart_service() instead of calling the script via exec() - Stop the service and actually remove the rc script on uninstall, instead of making it non-executable
| * | asterisk - code style cleanupdoktornotor2015-08-181-51/+36
| |/ | | | | | | | | | | - Fix copyright header - Fix file permissions - Remove unused tags - Rename the rc script to match pretty much any other package out there
* | Merge pull request #1010 from doktornotor/patch-7Renato Botelho2015-08-245-206/+239
|\ \
| * | Bump siproxd package versiondoktornotor2015-08-181-1/+1
| | |
| * | siproxd - code style and bugfixdoktornotor2015-08-181-106/+141
| | | | | | | | | | | | - Code style and clean up - Fix Bug #4684 - do not (re)start siproxd on sync when disabled by user
| * | siproxd - code style and bugfixdoktornotor2015-08-181-87/+85
| | | | | | | | | - Fix indentation, code style
| * | siproxd - code style and bugfixdoktornotor2015-08-181-6/+6
| | |
| * | siproxd - code style and bugfixdoktornotor2015-08-181-6/+6
| |/
* | Merge pull request #1009 from doktornotor/patch-6Renato Botelho2015-08-244-64/+76
|\ \
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| | |
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| | |
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| | |
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| |/
* | Merge pull request #1007 from doktornotor/patch-2Renato Botelho2015-08-243-44/+56
|\ \
| * | filemgr - fixes round twodoktornotor2015-08-191-0/+7
| | | | | | | | | Make it clean up after itself on uninstall.
| * | Bump filemgr package versiondoktornotor2015-08-161-1/+1
| | |
| * | filemgr - fixes round twodoktornotor2015-08-161-1/+1
| | | | | | | | | One more escaping leftover in heredocs.
| * | filemgr - fixes round twodoktornotor2015-08-161-43/+48
| |/ | | | | - Get rid of escaping in heredocs plus related fixes
* | Merge pull request #1002 from bmeeks8/snort-3.2.7Renato Botelho2015-08-249-45/+27
|\ \
| * | Update Snort binary to 2.9.7.5 and GUI pkg to v3.2.7bmeeks82015-08-132-3/+3
| | |
| * | Remove unneeded duplicate code to simplify things.bmeeks82015-08-133-18/+7
| | |
| * | Simplify future updates by removing hard-coded version strings.bmeeks82015-08-112-4/+4
| | |
| * | Fix spelling error in message string.bmeeks82015-08-111-1/+1
| | |
| * | Firewall interface IPs automatically in PASS LIST, so deprecate GUI optionbmeeks82015-08-112-14/+6
| | |
| * | Add note to remind user to manually assign a new PASS LIST to an interface.bmeeks82015-08-111-1/+2
| | |
| * | Include proxy arp VIPs in default HOME_NET and PASS LIST.bmeeks82015-08-111-1/+1
| | |
| * | Need to use exec_command() since we want output back from execution.bmeeks82015-08-111-4/+4
| | |
* | | Remove php binary from command line, rc scripts have correct shebang lines ↵Renato Botelho2015-08-241-3/+3
| |/ |/| | | | | and execute permissions
* | Merge pull request #955 from PiBa-NL/spamd_1.1.2Chris Buechler2015-08-166-31/+63
|\ \
| * | spamd, coding style, add some more spacesPiBa-NL2015-08-091-4/+4
| | |