aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | haproxy-devel, avoid possible config upgrade error messages, add actually ↵PiBa-NL2015-10-244-86/+119
| | | | | | | | | | | | | | | | writhing the configured frontend errorfiles to the config
| * | | haproxy-devel, bump version pkg v0.32PiBa-NL2015-10-241-1/+1
| | | |
| * | | haproxy-devel, pkg v0.32 allow usage of mailers/dns/'actions', rework of acl ↵PiBa-NL2015-10-2412-772/+1808
| | | | | | | | | | | | | | | | system.
* | | | 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
| | |