summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provide openvpn_resync_gwgroup functionPhil Davis2013-03-291-0/+29
| | | Allows all OpenVPN servers and clients that use a particular gateway group to be resynced in one easy call.
* Fix whitespaces and indentRenato Botelho2013-03-281-50/+39
|
* Avoid send user to top of the page when you open add new gateway boxRenato Botelho2013-03-281-2/+4
|
* Fixes #1477. Use the new parameter to reduce igmpproxy logging levelErmal2013-03-271-1/+2
|
* Add a new class called addgatewaybox to make it easier to respect custom ↵Renato Botelho2013-03-269-5/+53
| | | | themes. Fixes #2900
* Correct code and initialize properly variables escpecially arrays. Also do ↵Ermal2013-03-261-84/+82
| | | | fixes and simplificate to make it more readble
* Correct check from previous code path simplificationErmal2013-03-261-1/+1
|
* Initialize some arrays to avoid php issues and also use list() here to avoid ↵Ermal2013-03-261-4/+6
| | | | double array dereference
* Simplify a bit code branching no change on functionalityErmal2013-03-261-31/+33
|
* Merge pull request #498 from ExolonDX/masterErmal Luçi2013-03-261-72/+72
|\ | | | | Tidy up "shaper.inc" XHTML
| * Tidy up "shaper.inc" XHTMLColin Fleming2013-03-251-72/+72
| | | | | | | | | | | | Close INPUT tags Close IMG tags and add "alt" parameter Change ONCLICK and ONCHANGE to lowercase
* | Give the process time to exit before running a new oneErmal2013-03-251-1/+3
| |
* | Merge pull request #497 from phildd/masterErmal Luçi2013-03-252-7/+27
|\ \ | | | | | | Do not bother with bogonsv6 if IPv6 allow is off
| * | Improve bogonsv6 checks during updatephildd2013-03-251-2/+2
| | | | | | | | | Improvements to using pfctl to check the existence of the bogonsv6 table.
| * | Do not bother with bogonsv6 if IPv6 allow is offphildd2013-03-241-6/+16
| | | | | | | | | Only implement the bogonsv6 table if IPv6 allow is on. Otherwise, if it looks like there would be room for the table in pf, then save the file anyway to /etc/bogonsv6 so it is there if the user switches on IPv6 allow.
| * | Do not bother with bogonsv6 if IPv6 allow is offphildd2013-03-241-1/+11
| | | | | | | | | The rules already block all IPv6 when IPv6 allow is off, so it is a waste of 70,000+ table entries of V6 bogons. On small systems this matters, and I sometimes get errors loading rules with the default table entries limit even though I don't care for V6 stuff.
* | | Fix file name referenceWarren Baker2013-03-251-1/+1
| | |
* | | Use configured dns servers on radvd.conf, fixes #2905Renato Botelho2013-03-251-4/+7
| | |
* | | Merge pull request #495 from phil-davis/masterrbgarga2013-03-253-30/+60
|\ \ \ | | | | | | | | Dynamic DNS add option for verbose logging
| * | | Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-3/+5
| | | | | | | | | | | | | | | | The verbose log option is "set or not set" in the config and needs to be passed to subroutines as a boolean true or false. Note: This just works in services_dyndns_edit because the in-memory array of settings is keeping it as a boolean.
| * | | Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-27/+47
| | | | | | | | | | | | Put most log messages inside "if verbose logging". Things that are always logged are actual errors and success messages when something is done (or finally determined to not need doing).
| * | | Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-0/+8
| | | | | | | | | | | | This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will quieten down unless the user turns it on.
* | | | Merge pull request #496 from ExolonDX/masterErmal Luçi2013-03-252-59/+59
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| Tidy up "shaper.inc" and "firewall_shapper.php" XHTML
| * | Tidy up "shaper" and "firewall shaper" XHTMLColin Fleming2013-03-232-59/+59
|/ / | | | | | | | | | | Update VALIGN Deprecated the ampersand in ANCHOR tags Update TYPE in script
* | Add checks to make sure CP hard timeout is less or equal DHCP server default ↵Renato Botelho2013-03-222-3/+39
| | | | | | | | lease time. It fixes #2899
* | Add PHP shell playback script to control services from the command line ↵jim-p2013-03-222-0/+84
| | | | | | | | (works like Status > Services)
* | Simplify this codejim-p2013-03-221-13/+12
| |
* | Move these service control functions into service-utils.inc so they may be ↵jim-p2013-03-222-159/+173
|/ | | | re-used.
* Merge pull request #494 from ExolonDX/branch_06Jim P2013-03-221-40/+48
|\ | | | | Tidy up "shaper.inc" XHTML
| * Tidy up "shaper.inc" XHTMLColin Fleming2013-03-221-40/+48
| | | | | | | | | | Add CDATA sections to javascript Close off the BR tags
* | Merge pull request #493 from ExolonDX/branch_05Jim P2013-03-221-11/+11
|\ \ | | | | | | Tidy up "traffic shaper wizard" XHTML
| * | Tidy up "traffic shaper wizard" XHTMLColin Fleming2013-03-221-11/+11
| |/ | | | | | | | | | | Move "tree.css" to the HEAD statement and manually close the HEAD statement Close BR and P tags
* | Merge pull request #492 from ExolonDX/branch_04Jim P2013-03-221-55/+51
|\ \ | | | | | | Tidy up "traffic shaper layer7" XHTML
| * | Tidy up "traffic shaper layer7" XHTMLColin Fleming2013-03-221-55/+51
| |/ | | | | | | | | | | | | | | | | | | | | Close INPUT, BR, P and IMG tags Add "alt" to IMG tags Add CDATA section to scripts Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD statement manually Spelling mistake Update PHP shorthand tag Update HTML boolean operators
* | Merge pull request #491 from ExolonDX/branch_03Jim P2013-03-221-19/+24
|\ \ | | | | | | Tidy up "traffic shaper limiter" XHTML
| * | Tidy up "traffic shaper limiter" XHTMLColin Fleming2013-03-221-19/+24
| |/ | | | | | | | | | | | | | | | | | | | | Close INPUT, BR, IMG and P tags Add "alt" to IMG tags Deprecate ampersand in ANCHOR tags Add CDATA section to scripts Move "tree.css" and "tree.js" to the HEAD statement and manually close the HEAD statement Spelling mistatke Updated PHP shorthand tag
* | Merge pull request #490 from ExolonDX/branch_02Jim P2013-03-221-10/+10
|\ \ | | | | | | Tidy up "traffic shaper queue" XHTML
| * | Tidy up "traffic shaper queue" XHTMLColin Fleming2013-03-221-10/+10
| |/ | | | | | | | | | | | | | | Deprecate the ampersand in the ANCHOR tag Close BR and P tags Move "tree.css" and "tree.js" to the HEAD statement and manually close the HEAD statement Spelling mistake.
* | Merge pull request #489 from ExolonDX/branch_01Jim P2013-03-221-21/+21
|\ \ | |/ |/| Tidy up "traffic shaper" XHTML
| * Tidy up "traffic shaper" XHTMLColin Fleming2013-03-221-21/+21
|/ | | | | | | | | Close INPUT, BR and P tags Update PHP Shorthand tag Spelling mistake Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD statement manually Deprecate the ampersand in the ANCHOR tag
* Fix wording/formatting of promisc optionjim-p2013-03-211-2/+5
|
* Bump this a bit to allow for faster speedErmal2013-03-211-1/+2
|
* Reduce a bit the entropy collection sources to not hurt performance. There ↵Ermal2013-03-211-1/+4
| | | | are plenty of other sources on today systems
* Escape the argument to avoid potential issuesErmal2013-03-211-1/+1
|
* No need for nocsrf here tooErmal2013-03-211-2/+0
|
* Merge pull request #486 from 01101001c/masterErmal Luçi2013-03-213-0/+655
|\ | | | | Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
| * Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).01101001c2013-03-183-0/+655
| | | | | | | | Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
* | No need to set it for the system information widgetErmal2013-03-211-2/+0
| |
* | No need to set nocsrf from my testingErmal2013-03-211-4/+1
| |
* | Respect the product name here.jim-p2013-03-211-0/+2
| |
OpenPOWER on IntegriCloud