aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GUI form typo fix for lcdproc-devPhil Davis2013-01-211-1/+1
| | | Also, this form also a mix of conventions for the field labels "Com Port" "Port speed"... That mix happens in lots of GUI forms. I wonder what the pfSense project standard is - each word starts in uppercase, or just the first word? e.g. The OpenVPN Server form has "Concurrent connections" and "Duplicate Connections", and subheadings "Tunnel Settings" and "Advanced configuration".
* Merge pull request #353 from phil-davis/masterChris Buechler2013-01-211-1/+1
|\ | | | | Fix prefix for sqpmon.sh fetch
| * Fix prefix for sqpmon.sh fetchPhil Davis2013-01-211-1/+1
|/ | | Stared at this for a while until I noticed that all the others had a terminating slash.
* Merge pull request #350 from phil-davis/masterChris Buechler2013-01-206-82/+89
|\ | | | | Replace proxy_monitor with sqpmon for squid(2)
| * Modify to suit squid (2)Phil Davis2013-01-121-3/+3
| |
| * sqpmon replaces proxy_monitor for squid(2)Phil Davis2013-01-121-1/+1
| |
| * sqpmon replaces proxy_monitor for squid(2)Phil Davis2013-01-121-1/+1
| |
| * Remove proxy_monitor.shPhil Davis2013-01-121-72/+0
| |
| * Create sqpmon.shPhil Davis2013-01-121-0/+75
| |
| * Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-121-4/+4
| |
| * Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-121-4/+8
| |
* | Fix up the inline config format a little to make Android and iOS both happy.jim-p2013-01-174-19/+13
| |
* | Update config/squidGuard/squidguard_dest.xmlAlexander Wilke2013-01-161-0/+1
| | | | | | added missing variable
* | The 2.3 client is no longer beta.jim-p2013-01-151-6/+6
| |
* | fix typos in pfblockerChris Buechler2013-01-141-4/+4
| |
* | Update config/squidGuard/squidguard.xmlSergey Dvoriancev2013-01-141-24/+29
|/ | | | Additional file need: squidguard_sync.xml
* Bump version of openvpn client export now that openvpn 2.3 official release ↵jim-p2013-01-092-2/+2
| | | | binaries are included rather than RCs.
* squidguard: No version bump - just cosmeticAlexander Wilke2013-01-091-1/+1
|
* squidguard: No version bump - just cosmeticAlexander Wilke2013-01-091-1/+1
|
* Merge pull request #349 from Nachtfalkeaw/masterAlexander Wilke2013-01-0913-451/+787
|\ | | | | squidguard: added XMLRPC Sync and some cosmetics on GUI descriptions
| * squidguard: added XMLRPC Sync and some cosmetics on GUI descriptionsAlexander Wilke2013-01-091-1/+1
| |
| * squidguard: added XMLRPC Sync and some cosmetics on GUI descriptionsAlexander Wilke2013-01-091-1/+1
| |
| * Update config/squidGuard/squidguard_time.xmlAlexander Wilke2013-01-091-16/+18
| |
| * Create squidguard_sync.xmlAlexander Wilke2013-01-091-0/+163
| |
| * Update config/squidGuard/squidguard_rewr.xmlAlexander Wilke2013-01-091-21/+24
| |
| * Update config/squidGuard/squidguard_log.phpAlexander Wilke2013-01-091-1/+2
| |
| * Update config/squidGuard/squidguard_dest.xmlAlexander Wilke2013-01-091-119/+117
| |
| * Update config/squidGuard/squidguard_default.xmlAlexander Wilke2013-01-091-96/+93
| |
| * Update config/squidGuard/squidguard_configurator.incAlexander Wilke2013-01-091-4/+9
| |
| * Update config/squidGuard/squidguard_blacklist.phpAlexander Wilke2013-01-091-0/+1
| |
| * Update config/squidGuard/squidguard_acl.xmlAlexander Wilke2013-01-091-178/+175
| |
| * Update config/squidGuard/squidguard.xmlAlexander Wilke2013-01-091-13/+25
| |
| * Update config/squidGuard/squidguard.incAlexander Wilke2013-01-091-1/+158
|/
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2013-01-091-1/+1
| | | Fix squid.inc path 2
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2013-01-091-2/+2
| | | Fix squid.inc path
* Don't offer a server certificate to export. It doesn't work, and can just ↵jim-p2013-01-073-3/+3
| | | | lead to confusion.
* Merge pull request #348 from phil-davis/masterJim P2013-01-071-1/+1
|\ | | | | Improve cron stop checks
| * Improve cron rcfile stop processingPhil Davis2013-01-071-1/+1
|/ | | | If cron.pid did not exist, an error was emitted - that could happen when a stop is done at package install, before it was ever started. If cron is stopped, cron.pid was left behind. Another attempt to stop would emit an error about the pid in cron.pid no existing. This extra checking avoids any error messages if stop is called before start, or stop is called twice.
* Merge pull request #347 from phil-davis/masterChris Buechler2013-01-066-86/+89
|\ | | | | Replace proxy_monitor with sqpmon for squid3
| * sqpmon replaces proxy_monitor for squid3Phil Davis2013-01-061-1/+1
| | | | | | so bump package version
| * sqpmon replaces proxy_monitor for squid3Phil Davis2013-01-061-1/+1
| | | | | | so bump package version
| * Remove proxy_monitor.shPhil Davis2013-01-061-76/+0
| | | | | | It is replaced by sqpmon.sh
| * Add sqpmon.sh to replace proxy_monitor.shPhil Davis2013-01-061-0/+75
| |
| * Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-061-3/+3
| |
| * Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-061-5/+9
|/
* Merge pull request #344 from netceler/masterErmal Luçi2013-01-032-2/+2
|\ | | | | Updating dns-server package version to publish my fixes
| * Updating dns-server package version to publish my fixesBenoit GUERIN2013-01-032-2/+2
| |
* | Merge pull request #345 from phil-davis/masterChris Buechler2013-01-032-2/+2
|\ \ | |/ |/| Ipguard is on the Firewall menu
| * Ipguard is on Firewall menuPhil Davis2013-01-041-1/+1
| |
| * Ipguard is on Firewall menuPhil Davis2013-01-041-1/+1
|/