aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-242-148/+152
|\ \
| * | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-9/+11
| | | | | | | | | | | | - Use mwexec - Improve input validation
| * | 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-247-636/+587
|\ \
| * | EOL at EOFdoktornotor2015-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-244-205/+238
|\ \
| * | 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-242-43/+55
|\ \
| * | filemgr - fixes round twodoktornotor2015-08-191-0/+7
| | | | | | | | | Make it clean up after itself on uninstall.
| * | 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-248-43/+25
|\ \
| * | Update Snort binary to 2.9.7.5 and GUI pkg to v3.2.7bmeeks82015-08-131-1/+1
| | |
| * | 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-163-28/+60
|\ \
| * | spamd, coding style, add some more spacesPiBa-NL2015-08-091-4/+4
| | |
| * | spamd, following the coding guidelines more closely.PiBa-NL2015-08-081-5/+8
| | |
| * | spamd, allow configuring interface to listen/intercept onPiBa-NL2015-08-073-28/+57
| | |
* | | Merge pull request #971 from doktornotor/patch-17Chris Buechler2015-08-161-5/+8
|\ \ \
| * | | sshdcond.inc - fix sshdcond_sync_on_changes() logic take twodoktornotor2015-08-111-14/+14
| | | |
| * | | Only log something when neededdoktornotor2015-08-091-1/+1
| | | |
| * | | sshdcond - fix sshdcond_sync_on_changes() logicdoktornotor2015-08-091-13/+16
| | | |
* | | | Merge pull request #973 from doktornotor/patch-16Chris Buechler2015-08-165-453/+420
|\ \ \ \
| * | | | apcupsd - code style cleanupdoktornotor2015-08-101-80/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove outdated pfSense <=2.0 stuff and other junk - Fix broken pfS version check - Code style cleanup - Valid XHTML
| * | | | apcupsd - code style cleanupdoktornotor2015-08-101-10/+13
| | | | | | | | | | | | | | | | | | | | - Update copyright header - Code style fixes