summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up "pfsense-utils.inc" XHTMLColin Fleming2013-04-031-5/+14
| | | | | Add type to SCRIPT tag Add CDATA section to SCRIPT tags
* Merge pull request #504 from awm/ldap_derefErmal Luçi2013-04-031-0/+4
|\ | | | | Set LDAP option to dereference aliases when searching
| * Set LDAP option to dereference aliases when searchingAndrew MacIsaac2013-04-021-0/+4
| |
* | Merge pull request #506 from phildd/masterErmal Luçi2013-04-031-2/+1
|\ \ | | | | | | Disabled package is also indicated by enable blank
| * | Disabled package is also indicated by enable blankphildd2013-04-031-2/+1
| |/
* | Merge pull request #499 from phil-davis/masterErmal Luçi2013-04-031-0/+29
|\ \ | |/ |/| Resync relevant OpenVPN instances when gateway group settings are modified
| * 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.
* | Show a little indicator icon if the direction of a firewall log entry is ↵jim-p2013-04-021-2/+2
| | | | | | | | OUT, rather than the usual 'in'. No indicator is shown for IN.
* | Avoid adding URLs to filterdns.conf. It fixes #2921Renato Botelho2013-04-021-1/+1
| |
* | Move some code to a function to avoid future duplication. Allow autocomplete ↵jim-p2013-04-021-0/+17
| | | | | | | | on ping page. Add more escaping to command.
* | Clarify notes when there is an error reaching the openvpn management daemon ↵jim-p2013-04-011-13/+10
| | | | | | | | for service status. Also, add service controls to the openvpn status page.
* | Consider packages that set enable to 'false' or 'off'Renato Botelho2013-04-011-1/+4
| |
* | Check for disabled services when displaying service listsphildd2013-04-011-3/+16
| |
* | Merge pull request #500 from ExolonDX/masterJim P2013-03-291-122/+122
|\ \ | | | | | | Tidy up HTML boolean operators
| * | Update HTML boolean operatorsColin Fleming2013-03-291-122/+122
| |/ | | | | Updated CHECKED, SELECTED and DISABLED boolean operator
* | Use is_module_loaded() to test these to avoid code duplication.jim-p2013-03-291-4/+2
|/
* Fix whitespaces and indentRenato Botelho2013-03-281-50/+39
|
* Fixes #1477. Use the new parameter to reduce igmpproxy logging levelErmal2013-03-271-1/+2
|
* 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.
* | | Use configured dns servers on radvd.conf, fixes #2905Renato Botelho2013-03-251-4/+7
| | |
* | | Merge pull request #495 from phil-davis/masterrbgarga2013-03-252-30/+52
|\ \ \ | |_|/ |/| | 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).
* | | Tidy up "shaper" and "firewall shaper" XHTMLColin Fleming2013-03-231-57/+57
| |/ |/| | | | | | | | | Update VALIGN Deprecated the ampersand in ANCHOR tags Update TYPE in script
* | Add PHP shell playback script to control services from the command line ↵jim-p2013-03-222-0/+84
| | | | | | | | (works like Status > Services)
* | Move these service control functions into service-utils.inc so they may be ↵jim-p2013-03-221-0/+170
|/ | | | re-used.
* Tidy up "shaper.inc" XHTMLColin Fleming2013-03-221-40/+48
| | | | | Add CDATA sections to javascript Close off the BR tags
* 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
|
* Respect the product name here.jim-p2013-03-211-0/+2
|
* use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893jim-p2013-03-211-0/+6
|
* Merge pull request #487 from rdlugosz/change_apinger_status_pathErmal Luçi2013-03-201-5/+5
|\ | | | | Track apinger status in /var/run instead of /tmp
| * Track apinger status in /var/run instead of /tmpRyan Dlugosz2013-03-201-5/+5
| | | | | | | | | | | | | | | | This is a one line status file updated every few seconds. It would be better to store this in /var/run since that is (always?) a ram disk on pfSense. Especially important on systems with flash storage. see: http://forum.pfsense.org/index.php/topic,52734.msg281834.html#msg281834
* | No need for the ::(separators) they will be thereErmal2013-03-201-1/+1
| |
* | Check lower bound as wellErmal2013-03-201-1/+1
| |
* | The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add ↵Ermal2013-03-202-18/+5
| | | | | | | | support for variable length v4 prefix for 6rd
* | While I'm here, fix an IPv6 ICMP easy rule issue.jim-p2013-03-201-0/+3
| |
* | Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-202-23/+38
| | | | | | | | information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.
* | To actually use the linklocal of :1 delete the auto assigned linklocalErmal2013-03-201-0/+3
|/
OpenPOWER on IntegriCloud