aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix JS syntax and code styledoktornotor2015-10-181-101/+89
|
* Code style cleanupsdoktornotor2015-10-181-312/+299
|
* Fix non-breaking space entitydoktornotor2015-10-181-1/+1
|
* Fix non-breaking space entitiesdoktornotor2015-10-181-2/+2
|
* Fix non-breaking space entitiesdoktornotor2015-10-181-2/+2
|
* Fix non-breaking space entitydoktornotor2015-10-181-1/+1
|
* Fix non-breaking space entitydoktornotor2015-10-181-1/+1
|
* Fix non-breaking space entitiesdoktornotor2015-10-181-2/+2
|
* Fix non-breaking space entitiesdoktornotor2015-10-181-2/+2
|
* Fix non-breaking space entitydoktornotor2015-10-181-1/+1
|
* Code style cleanupsdoktornotor2015-10-181-50/+55
|
* lightsquid package reworkeddoktornotor2015-10-181-315/+308
| | | | | | | | - Fix cronjob handling - Fix lightsquid.cfg handling - Provide instructions to users and add corresponding input validation; completely stop touching Squid packages configuration directly - Remove unused junk - Provide some logging for debugging purposes and add comments - Code style fixes
* Add privileges configuration to lightsquid packagedoktornotor2015-10-181-0/+40
|
* lightsquid package reworkeddoktornotor2015-10-181-267/+241
| | | | | | | | - fix English and clean up the GUI - provide instructions to users and add corresponding input validation; completely stop touching Squid packages configuration directly - fix 'Skip URL(s)' handling and add some basic validation to it as well - fix copyright header, indentation, whitespace - fix file permissions - add privileges configuration
* Add missing dot between hostname and domaindoktornotor2015-10-161-1/+1
|
* Fix clamav user account/group/dir permissions yet again (with special ↵doktornotor2015-10-161-9/+24
| | | | credits to PBI authors)
* Delete org.eclipse.ltk.core.refactoring.prefsdoktornotor2015-10-151-3/+0
| | | Nuke another piece of garbage.
* Merge pull request #1099 from doktornotor/patch-3Chris Buechler2015-10-152-16/+100
|\
| * Add privileges configuration to squidguard-devel packagedoktornotor2015-10-151-16/+45
| | | | | | Fix file permissions, nuke useless tags, add copyright header and sanitize version while here.
| * Add privileges configuration to squidguard-devel packagedoktornotor2015-10-151-0/+55
| |
* | Merge pull request #1100 from doktornotor/patch-4Chris Buechler2015-10-152-22/+0
|\ \
| * | Delete .projectdoktornotor2015-10-151-11/+0
| | | | | | | | | Nuke junk from the repo.
| * | Delete .projectdoktornotor2015-10-151-11/+0
| |/ | | | | Nuke junk from the repo.
* | Don't downgrade client SSL/TLS connections with SSL MITM junk (Bug #4453)doktornotor2015-10-151-1/+10
| |
* | Improve description.doktornotor2015-10-141-4/+5
| |
* | Use consistent case in tabs namedoktornotor2015-10-141-2/+2
| |
* | Use consistent case in tabs name and bump versiondoktornotor2015-10-141-2/+2
| |
* | Use consistent case in title and bump versiondoktornotor2015-10-141-2/+2
| |
* | Use consistent case in title and bump versiondoktornotor2015-10-141-2/+2
| |
* | Use consistent case in title and bump versiondoktornotor2015-10-141-2/+2
| |
* | Point users to 'Real Time' tab for freshclam logs.doktornotor2015-10-141-1/+1
| |
* | Point users to 'Real Time' tab for freshclam logs.doktornotor2015-10-141-2/+2
| |
* | Only try to remove old cachedir if it was actually configured, instead of unsetdoktornotor2015-10-141-3/+5
| |
* | Unset reverse proxy mappings if 'Keep Settings/Data' is disableddoktornotor2015-10-141-0/+3
| | | | | | Reported by stanthewizard @ https://forum.pfsense.org/index.php?topic=100783.0
* | Unlink throttle_exts.acl if 'Throttle Only Specific Extensions' is disableddoktornotor2015-10-141-0/+1
| |
* | Fix linebreaks heredoktornotor2015-10-141-1/+1
| | | | | | Reported by dsefcik @ https://forum.pfsense.org/index.php?topic=100825.0
* | Put validation to 'Throttle Only Specific Extensions' to avoid an empty ACLdoktornotor2015-10-141-0/+8
| |
* | Don't default 'Throttle Only Specific Extensions' to ondoktornotor2015-10-141-1/+0
| | | | | | Avoids creating empty ACL when users don't specify anything else here.
* | Put in more logging, move AV service stop to a separate function, deinstall ↵doktornotor2015-10-141-33/+52
| | | | | | | | cleanup
* | Fix input size tagsdoktornotor2015-10-141-3/+3
| |
* | Nuke unwanted div tagdoktornotor2015-10-141-2/+2
| |
* | Fix XHTML validationdoktornotor2015-10-141-20/+35
| |
* | Add more logs to the 'Real Time' tab and fix a typo in tagdoktornotor2015-10-141-7/+112
| |
* | Add more logs to the 'Real Time' tabdoktornotor2015-10-141-8/+91
| |
* | Account for incremental AV defs updates.doktornotor2015-10-141-6/+6
| | | | | | The defs get unpacked to *.cld if updated incrementally. Fix whitespace while here.
* | Don't truncate the hostname if none exists in 'External FQDN'doktornotor2015-10-141-1/+5
| |
* | Some package install/deinstall tweaksdoktornotor2015-10-141-2/+5
| | | | | | | | - Nuke one more state broken cronjob people happen to have on their systems from previous versions - Kill the right processes on uninstall
* | Fix "Finish transfer if less than x KB remaining" validationdoktornotor2015-10-141-1/+1
|/
* Fit the package manager idiocy with trailing slashdoktornotor2015-10-121-2/+2
| | | Seriously, people? It cannot handle this and mangles things includesquid_antivirus_status.inc and widgetssquid_antivirus_status.widget.php? Kindly fix the thing.
* Add an option to the FTP proxy package to allow the firewall rule anchor to ↵jim-p2015-10-122-2/+14
| | | | be placed before all other rules.