aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* fix XMLRPC sync, cleanup useless junkdoktornotor2015-11-021-27/+9
|
* Typo fixdoktornotor2015-10-281-1/+1
|
* suricata - XMLRPC sync fixesdoktornotor2015-10-271-62/+79
| | | | | | - Fix CARP protocol/port selection - Do some validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Code style cleanups while here
* Merge pull request #1112 from SunStroke74/patch-1Renato Botelho2015-10-264-1/+317
|\
| * Add NUT widget filesdoktornotor2015-10-241-1/+13
| |
| * Fix file header and whitespacedoktornotor2015-10-241-8/+6
| |
| * Fix file header and whitespacedoktornotor2015-10-241-18/+13
| |
| * Remove useless stuff from filedoktornotor2015-10-241-9/+1
| |
| * UPS status widget ('js' file - ajax)Andrew Nikitin2015-10-241-0/+83
| | | | | | | | | | | | | | | | | | UPS status monitor widget. Discussion at https://forum.pfsense.org/index.php?topic=80981.0 File location: \usr\local\www\widgets\javascript\ Used by: \usr\local\www\widgets\widgets\ups_status.widget.php
| * UPS status widget ('inc' file)Andrew Nikitin2015-10-241-0/+15
| | | | | | | | | | | | | | | | | | UPS status monitor widget. Discussion at https://forum.pfsense.org/index.php?topic=80981.0 File location: \usr\local\www\widgets\include\ Used by: \usr\local\www\widgets\widgets\ups_status.widget.php
| * UPS status widget (main file)Andrew Nikitin2015-10-241-0/+221
| | | | | | | | | | | | | | | | | | | | UPS status monitor widget. Discussion at https://forum.pfsense.org/index.php?topic=80981.0 File location: \usr\local\www\widgets\widgets\ Depends on: \usr\local\www\widgets\javascript\ups_status.js \usr\local\www\widgets\include\ups_status.inc
* | Merge pull request #1114 from doktornotor/patch-6Chris Buechler2015-10-254-15/+63
|\ \
| * | Nuke useless cruft from URLsdoktornotor2015-10-251-4/+4
| | |
| * | Nuke useless cruft from URLsdoktornotor2015-10-251-5/+5
| | |
| * | Add privileges configuration to vnstat2 packagedoktornotor2015-10-251-0/+44
| | |
| * | Add privileges configuration to vnstat2 packagedoktornotor2015-10-251-6/+10
| |/
* | Merge pull request #1115 from doktornotor/patch-7Chris Buechler2015-10-254-5/+49
|\ \
| * | Add privileges configuration to vhosts packagedoktornotor2015-10-251-0/+40
| | |
| * | Add privileges configuration to vhosts packagedoktornotor2015-10-251-1/+5
| | |
| * | Change default port to not clash with Captive Portaldoktornotor2015-10-251-3/+3
| | |
| * | Change default port to not clash with Captive Portaldoktornotor2015-10-251-1/+1
| |/
* | Merge pull request #1110 from doktornotor/patch-4Chris Buechler2015-10-254-2/+86
|\ \
| * | Add privileges configuration to zabbix-proxy-lts packagedoktornotor2015-10-241-0/+38
| | |
| * | Add privileges configuration to zabbix-proxy-lts packagedoktornotor2015-10-241-1/+5
| | |
| * | Add privileges configuration to zabbix-agent-lts packagedoktornotor2015-10-241-0/+38
| | |
| * | Add privileges configuration to zabbix-agent-lts packagedoktornotor2015-10-241-1/+5
| |/
* | Merge pull request #1113 from doktornotor/patch-5Chris Buechler2015-10-252-48/+83
|\ \
| * | Add privileges configuration to widentd packagedoktornotor2015-10-241-0/+38
| | |
| * | Add privileges configuration to widentd package and some cleanupsdoktornotor2015-10-241-48/+45
| |/
* | Merge pull request #1109 from doktornotor/patch-3Chris Buechler2015-10-255-331/+452
|\ \
| * | Add privileges configuration to zabbix2-proxy packagedoktornotor2015-10-241-0/+38
| | |
| * | Add privileges configuration to zabbix2-agent packagedoktornotor2015-10-241-0/+38
| | |
| * | Add privileges configuration to zabbix2-proxy packagedoktornotor2015-10-241-0/+4
| | |
| * | Add privileges configuration to zabbix2-agent packagedoktornotor2015-10-241-0/+4
| | |
| * | zabbix2-agent/zabbix2-proxy - code style cleanupdoktornotor2015-10-241-228/+220
| | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and allignment fixes - Remove unused php_install_zabbix2() function - Use stop_service()/restart_service() - Use mwexec() instead of exec() - Improve some input validations
| * | zabbix2-proxy - code style cleanupdoktornotor2015-10-241-52/+61
| | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke unused/useless tags - Improve some descriptions - Move Advanced Parameters to advancedfield
| * | zabbix2-agent - code style cleanupdoktornotor2015-10-241-51/+87
| |/ | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke unused/useless tags - Improve some descriptions. - Move User Parameters to advancedfield.
* | Remove broken zabbix 1.x packagesdoktornotor2015-10-241-250/+0
| | | | | | Unusable (Bug #3779) and dead.
* | Remove broken zabbix 1.x packagesdoktornotor2015-10-241-263/+0
|/ | | Unusable (Bug #3779) and dead.
* Remove broken GitHub link...doktornotor2015-10-231-2/+2
|
* Apply fix previously made for neighbors within a group to neighbors that do ↵Matt Smith2015-10-221-4/+6
| | | | not have a group assigned. Fixes #4634.
* Merge pull request #1104 from doktornotor/patch-2Renato Botelho2015-10-2015-1457/+1466
|\
| * Update instructions to account for transparent proxy setupdoktornotor2015-10-201-2/+4
| |
| * No need to check for loopback with transparent proxydoktornotor2015-10-201-4/+8
| |
| * Remove broken IP detection code and force localhostdoktornotor2015-10-201-20/+1
| |
| * Typo fixdoktornotor2015-10-181-2/+2
| |
| * Code style cleanups leftoversdoktornotor2015-10-181-7/+7
| |
| * Code style cleanupsdoktornotor2015-10-181-390/+421
| |
| * Symlink themes dir to sqstat directory and clean up on uninstalldoktornotor2015-10-181-0/+4
| |
| * Fix JS syntax and code styledoktornotor2015-10-181-101/+89
| |
> 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132