aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1201 from doktornotor/patch-6Chris Buechler2015-12-025-16/+5
|\
| * Nuke useless tabdoktornotor2015-12-021-11/+0
| |
| * Bump tftp package versiondoktornotor2015-12-021-1/+1
| |
| * Bump tftp package versiondoktornotor2015-12-021-1/+1
| |
| * Bump tftp package versiondoktornotor2015-12-021-1/+1
| |
| * Fix menu item URLdoktornotor2015-12-021-2/+2
| |
* | Merge pull request #1202 from doktornotor/patch-7Chris Buechler2015-12-024-5/+5
|\ \
| * | Bump diag_new_states package versiondoktornotor2015-12-021-1/+1
| | |
| * | Bump diag_new_states package versiondoktornotor2015-12-021-1/+1
| | |
| * | Bump diag_new_states package versiondoktornotor2015-12-021-1/+1
| | |
| * | Fix menu item URLdoktornotor2015-12-021-2/+2
| |/
* | Merge pull request #1203 from doktornotor/patch-8Chris Buechler2015-12-024-6/+5
|\ \
| * | Bump widentd package versiondoktornotor2015-12-021-1/+1
| | |
| * | Bump widentd package versiondoktornotor2015-12-021-1/+1
| | |
| * | Bump widentd package versiondoktornotor2015-12-021-1/+1
| | |
| * | Fix menu item URL, nuke useless tagdoktornotor2015-12-021-3/+2
| |/
* | Merge pull request #1204 from doktornotor/patch-9Chris Buechler2015-12-022-2/+2
|\ \ | |/ |/|
| * Fix typo in HTML tagdoktornotor2015-12-021-1/+1
| |
| * Fix typo in HTML tagdoktornotor2015-12-021-1/+1
|/
* Stop 2.3 sync for System Patches to prep for Bootstrap conversionjim-p2015-12-021-0/+2
|
* Merge pull request #1195 from jorgelustosa/patch-7Chris Buechler2015-12-011-5/+5
|\
| * AH00526: Syntax error on line 539 of /usr/pbi/proxy_mod_security-amd6....Jorge Lustosa2015-12-011-1/+1
| | | | | | forgot more one ID....
| * AH00526: Syntax error on line 539 of ↵Jorge Lustosa2015-12-011-4/+4
| | | | | | | | | | | | | | /usr/pbi/proxy_mod_security-amd64/etc/apache24/httpd.conf When you start /usr/local/etc/rc.d/apache_mod_security.sh start you receive this error. "AH00526: Syntax error on line 539 of /usr/pbi/proxy_mod_security-amd64/etc/apache24/httpd.conf: ModSecurity: No action id present within the rule" every rule needs a ID to work, that fix just make this.
* | Merge pull request #1196 from doktornotor/patch-1Chris Buechler2015-12-014-5/+40
|\ \
| * | Bump squid3 package versiondoktornotor2015-12-011-2/+2
| | |
| * | Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-2/+3
| | |
| * | Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-1/+11
| | |
| * | Add option to disable AV scanning of streamed audio/videodoktornotor2015-12-011-0/+24
| | |
* | | Enable VERIFYPEER for AutoConfigBackup on 2.2 and newer. Ticket #5560Chris Buechler2015-12-014-3/+9
|/ /
* / Stop OpenVPN Client Export Package from auto syncing so the 2.3 version can ↵jim-p2015-12-011-0/+2
|/ | | | be converted to Bootstrap
* Add an option for a Viscosity-specific Inline export to the OpenVPN Client ↵jim-p2015-11-306-8/+31
| | | | Export package. Implements #5466
* Merge pull request #1194 from doktornotor/patch-1Renato Botelho2015-11-3013-159/+416
|\
| * Fix up bunch of required tags for various fieldsdoktornotor2015-11-291-3/+4
| |
| * Fix up bunch of required tags for various fieldsdoktornotor2015-11-291-3/+4
| |
| * Add bunch of required tags to fieldsdoktornotor2015-11-291-1/+6
| |
| * Add bunch of required tags to fieldsdoktornotor2015-11-291-2/+4
| |
| * Add bunch of required tags to fieldsdoktornotor2015-11-291-4/+7
| |
| * Remove useless required tagdoktornotor2015-11-291-2/+1
| |
| * Remove unwanted required tag from enable checkboxdoktornotor2015-11-291-2/+1
| |
| * Switch ClamAV mirrors order to prefer manually configured mirrorsdoktornotor2015-11-291-3/+3
| |
| * Comment fixdoktornotor2015-11-281-1/+1
| |
| * Re-enable SSL/MITM junk even without transparent proxydoktornotor2015-11-281-7/+4
| |
| * Re-enable SSL/MITM junk even without transparent proxydoktornotor2015-11-281-1/+1
| |
| * Use consistent checks for empty valuesdoktornotor2015-11-281-2/+2
| |
| * Bump squid3 package versiondoktornotor2015-11-281-1/+1
| |
| * Add lots of input validations to sanitize configuration, plus other fixesdoktornotor2015-11-281-38/+121
| | | | | | | | | | | | | | | | | | | | - Allow reverse proxy to be used without running normal Squid proxy - Force users to select at least one proxy or reverse proxy interface when enabling Squid (unless reverse proxy is enabled) - Only allow to configure transparent proxy on interfaces where Squid is actually running (never had any effect otherwise anyway) - Only allow to configure HTTPS/SSL Interception on interfaces where transparent proxy is enabled (never had any effect otherwise anyway) - Do not add loopback interface twice when transparent proxy is enabled and loopback is selected in Proxy Interface(s) - Avoid adding empty localnet ACL - Fix HTTPS proxy default port - Some code style fixes and cleanups
| * Hide loopback from interface selection in places where it makes no sensedoktornotor2015-11-281-1/+5
| | | | | | Also, make it possible to deselect CA from SSL/MITM.
| * Add a function to check whether Squid reverse proxy is enableddoktornotor2015-11-281-0/+19
| | | | | | To be used in squid.inc's squid_enabled()
| * Fix input validations, improve descriptionsdoktornotor2015-11-271-32/+42
| |
| * Add client cert auth option, fix input validations, improve descriptionsdoktornotor2015-11-271-22/+62
| |