aboutsummaryrefslogtreecommitdiffstats
path: root/config/ipguard/ipguard.inc
Commit message (Collapse)AuthorAgeFilesLines
* ipguard - add bunch of missing includesdoktornotor2015-11-231-0/+4
|
* XMLRPC sync fixes and improvementsdoktornotor2015-11-121-73/+108
| | | | | | | | | - Add CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol/port selection - Add timeout setting - Fix literal IPv6 handling for sync targets - Do settings validation and only try to sync when configuration is valid - Some code style touches while here
* ipguard - 2.1.x compatible boot checkdoktornotor2015-09-111-1/+5
|
* 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....
* 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.
* Fix Ipguard initial setup PHP warningsPhil Davis2012-08-221-18/+19
| | | | Add some checks that ipguard.sh exists - before anything is setup in the GUI it does not exist. Improve the test for doing the XMLRPC sync - it was trying to do this even if there was nothing setup at all.
* ipguard-dev - first package release after sucessfully testing on 2.0.1Marcello Coutinho2012-05-221-0/+217
ipguard has no pkg dependecie and is running fine with 8.3 freebsd package. I've tested on amd64 as well i386 platform.