aboutsummaryrefslogtreecommitdiffstats
path: root/config/ipguard
Commit message (Collapse)AuthorAgeFilesLines
* ipguard - add bunch of missing includesdoktornotor2015-11-231-0/+4
|
* XMLRPC sync fixes and improvementsdoktornotor2015-11-121-20/+79
| | | | | | - Add CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol/port selection - Add timeout setting
* Add privileges configuration to ipguard packagedoktornotor2015-11-121-0/+41
|
* Add privileges configuration to ipguard packagedoktornotor2015-11-121-3/+5
|
* 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.
* iperf - code style cleanupdoktornotor2015-08-171-36/+34
| | | | | - Fix copyright header - Remove unused tag - Fix version
* ipguard - code style cleanupdoktornotor2015-08-171-78/+90
| | | | | | - Fix copyright header, indentation - Fix file permissions - Remove unused tags - Improve descriptions
* Fixup URLs:Renato Botelho2014-03-181-2/+2
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* 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 GUI minor text changesPhil Davis2012-08-221-8/+8
|
* Update Ipguard Sync page titlePhil Davis2012-08-221-1/+1
| | | Make it say Ipguard - Sync when navigating to the Sync tab.
* ipguard-dev - include forum topic to pkginfolinkMarcello Coutinho2012-05-291-1/+1
|
* ipguard-dev - include description and movable xml options and move it to ↵Marcello Coutinho2012-05-291-1/+3
| | | | firewall menu
* ipguard-dev - first package release after sucessfully testing on 2.0.1Marcello Coutinho2012-05-223-0/+506
ipguard has no pkg dependecie and is running fine with 8.3 freebsd package. I've tested on amd64 as well i386 platform.