aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Add default port valuedoktornotor2015-11-121-0/+1
|
* Sanitize input and cleanupsdoktornotor2015-11-121-11/+6
|
* Add privileges configuration to netio packagedoktornotor2015-11-121-0/+43
|
* Add privileges configuration to netio package; sanitize inputdoktornotor2015-11-121-9/+19
|
* Merge pull request #1148 from bmeeks8/suricata-2.1.9Renato Botelho2015-11-1010-49/+202
|\
| * Update Suricata binary to v2.0.9 and GUI pkg to 2.1.9bmeeks82015-11-091-1/+1
| |
| * Update example Snort VRT rules tarball filename in form control legend.bmeeks82015-11-091-1/+1
| |
| * Fix typo in new Unified2 logging enable variable name.bmeeks82015-11-091-2/+2
| |
| * Add support for X-Forwarded-For info to Unified2 log output options.bmeeks82015-11-094-1/+123
| |
| * Bump up stream_memcap default to 64 MB and add config note to GUI.bmeeks82015-11-093-7/+13
| |
| * Respect global $static_out in update_output_window() calls.bmeeks82015-11-052-39/+64
| |
* | Merge pull request #1098 from doktornotor/patch-1Renato Botelho2015-11-062-16/+100
|\ \
| * | Add privileges configuration to squidguard packagedoktornotor2015-10-151-16/+45
| | | | | | | | | Fix file permissions, nuke useless tags, add copyright header and sanitize version while here.
| * | Add privileges configuration to squidguard packagedoktornotor2015-10-151-0/+55
| | |
* | | Merge pull request #1139 from doktornotor/patch-6Renato Botelho2015-11-062-137/+184
|\ \ \
| * | | XMLRPC sync fixes and improvementsdoktornotor2015-11-061-54/+91
| | | | | | | | | | | | | | | | | | | | - Add enable/disable checkbox per replication target - Add protocol/port selection - Fix copyright header and nuke useless tags while here
| * | | XMLRPC sync fixes and improvementsdoktornotor2015-11-061-83/+93
| | |/ | |/| | | | | | | | | | | | | | | | | | | - Fix CARP/HA sync option (port/protocol) - Add enable/disable checkbox per replication target - Add protocol/port selection - Fix literal IPv6 handling for sync targets - Do settings validation and only try to sync when configuration is valid - Nuke obsolete pfSense 2.0 cruft
* | | Merge pull request #1138 from doktornotor/patch-5Renato Botelho2015-11-061-2/+2
|\ \ \
| * | | Fix XMLRPC sync with CARP/HAdoktornotor2015-11-061-2/+2
| |/ / | | | | | | The config option used has not existed since pfSense 2.1 (config version 084).
* | | Merge pull request #1137 from doktornotor/patch-4Renato Botelho2015-11-062-104/+185
|\ \ \
| * | | XMLRPC sync fixes and improvementsdoktornotor2015-11-061-33/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | XMLRPC sync fixes and improvementsdoktornotor2015-11-061-71/+106
| |/ / | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #1133 from doktornotor/patch-2Renato Botelho2015-11-063-371/+419
|\ \ \ | |/ / |/| |
| * | Attempt to fix PBI library paths (Bug #4420)doktornotor2015-11-051-1/+8
| | |
| * | Attempt to fix PBI library paths (Bug #4420)doktornotor2015-11-051-1/+7
| | |
| * | XMLRPC, share and fetch sync fixesdoktornotor2015-11-031-145/+162
| | | | | | | | | | | | | | | | | | | | | | | | - Add protocol/port selection for manually configured sync hosts - Respect timeout settings - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Nuke some no-op rsync nonsense - Code style cleanup
| * | XMLRPC sync fixesdoktornotor2015-11-031-133/+135
| | | | | | | | | | | | | | | | | | | | | | | | - CARP/HA (auto) option has never worked since pfSense 2.1 due to outdated system settings location being checked - Fix CARP/HA protocol/port selection - Add protocol/port selection for manually configured sync hosts - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Code style cleanup
| * | XMLRPC sync improvementsdoktornotor2015-11-031-91/+107
| | | | | | | | | | | | - Add protocol and port settings - Tweak some descriptions and nuke useless stuff
* | | Merge pull request #1135 from PiBa-NL/haproxy_pkg0.32RELENG_2_2_5Renato Botelho2015-11-054-4/+19
|\ \ \
| * | | haproxy-devel, append duplicate name to with -copyPiBa-NL2015-11-052-2/+4
| | | |
| * | | haproxy-devel, set binary reference to 1.6.2_1PiBa-NL2015-11-051-1/+8
| | | |
| * | | haproxy-devel, update package to use 1.6.2 binariesPiBa-NL2015-11-032-1/+7
| | | |
* | | | Fix interim accounting handling in FreeRADIUS to track data by session, sice ↵jim-p2015-11-042-19/+34
| |/ / |/| | | | | | | | CP sends the data as a total amount transferred not the amount tansferred since the last update.
* | | Merge pull request #1119 from doktornotor/patch-2Renato Botelho2015-11-032-116/+108
|\ \ \
| * | | Properly disable 'Start Suricata' for CARP/HA targetsdoktornotor2015-10-281-1/+1
| | | |
| * | | Tweak replication target descriptiondoktornotor2015-10-281-46/+37
| | | | | | | | | | | | Fix copyright header and nuke useless tags while here.
| * | | suricata - XMLRPC sync fixes round twodoktornotor2015-10-281-69/+70
| | | | | | | | | | | | | | | | | | | | | | | | - the CARP (auto) option has never worked due to outdated system settings location being checked - the enable checkbox was not being used at all - the foreach loop skipped all remaining targets if one was misconfigured, due to the 'return' in there - polish log messages a bit
* | | | Merge pull request #1118 from doktornotor/patch-4Renato Botelho2015-11-032-85/+99
|\ \ \ \
| * | | | Simplify username codedoktornotor2015-10-281-5/+1
| | | | |
| * | | | Tweak replication target descriptiondoktornotor2015-10-281-5/+3
| | | | |
| * | | | snort - XMLRPC sync fixesdoktornotor2015-10-281-80/+100
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix CARP protocol/port selection - Properly disable 'Start Snort' for CARP/HA targets - Do some validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - The enable checkbox was not being used at all - The foreach loop skipped all remaining targets if one was misconfigured, due to the 'return' in there - Do some code style cleanups and polish log messages a bit while here
* | | | Merge pull request #1131 from doktornotor/patch-16Renato Botelho2015-11-035-391/+341
|\ \ \ \
| * | | | Replace reference to obsoleted file, cleanup prehistoric junk, fix XHTMLdoktornotor2015-11-021-13/+8
| | | | |
| * | | | Fix filename in copyright headerdoktornotor2015-11-021-1/+1
| | | | |
| * | | | Fix filename in copyright headerdoktornotor2015-11-021-1/+1
| | | | |
| * | | | Remove leftover tagdoktornotor2015-11-021-1/+0
| | | | |
| * | | | Remove leftover listtopic fielddoktornotor2015-11-021-4/+0
| | | | |
| * | | | Remove obsolete XMLRPC config on installdoktornotor2015-11-021-0/+1
| | | | |
| * | | | Redo XMLRPC sync from scratch, wipe obsolete junk, cleanupsdoktornotor2015-11-021-198/+215
| | | | |
| * | | | Redo XMLRPC sync from scratchdoktornotor2015-11-021-90/+109
| | | | |