summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Feature #3151 Disable gateway monitoring actionsPhil Davis2016-12-073-0/+23
| | | | | | | | | | | | | | | | without disabling gateway monitoring. This allows the user to continue to monitor the gateway with dpinger, so they can see how it is performing, but for the system not to take any real action if the latency/loss exceeds the given limits. A typical use case for this would be on a single-WAN system. There is no failover option, so there is no point taking any real action when the latency/loss is high. Having stuff try to failover (and stop/start stuff...) is just disruptive. In ths case the use could have disabled monitoring completely, but then they get no feedback abut gateway performance.
* Merge pull request #3256 from phil-davis/patch-5Renato Botelho2016-12-061-1/+12
|\
| * NAT 1:1 edit - preserve user selections on edit-save with input errorsPhil Davis2016-12-061-1/+12
| | | | | | | | | | | | | | | | | | | | | | 1) Edit a NAT 1:1 rule, change the source and/or destination type to "Network", but do not input any network address/mask. 2) Press Save, input errors are reported telling that the network source and/or destination address/mask is required - good. However, the source and/or destination type is no longer "Network" - it defaults back to single or any. To fix, firstly move "$pconfig = $_POST" to after where all the various special things have been done to $_POST - this makes $pconfig have the correctly-massaged stuff that the user $_POSTed. Then add the special code to srctype_selected() and dsttype_selected() to handle the case when these have been specifically $_POSTed by the user (rather than inferring them from the src/dst vales and the logic in is_specialnet() ). This is equivalent to the fix for firewall_rules_edit.php at commit https://github.com/pfsense/pfsense/commit/81e2aa253a946b36a92e88f19b8761efe771b7a1
* | Merge pull request #3249 from plumbeo/idletime-in-sessiontimeRenato Botelho2016-12-061-0/+11
|\ \
| * | Captive portal: add option to include idle time in total session timeplumbeo2016-12-031-0/+11
| | | | | | | | | | | | Add an option to choose whether the time spent idle by a user disconnected for exceeding the idle timeout must be included in the total session time sent to the RADIUS server or not.
* | | Merge pull request #3240 from derelict-pf/ldap_starttlsRenato Botelho2016-12-062-5/+7
|\ \ \ | |_|/ |/| |
| * | Added STARTTLS to LDAP Auth Server Configderelict-pf2016-10-142-5/+7
| | |
* | | Tidy input errors in services_ntpd_aclsPhil Davis2016-12-061-12/+7
| | | | | | | | | | | | | | | | | | 1) If there are multiple rows with invalid IP addresses then the same message was displayed multiple times. We might as well let the use know which row(s) have the problem. 2) The section that checks is_subnet stuff was first using is_ipaddr() (redundantly given it is already in the else of !is_ipaddr() ), and then is_subnet() - these would have handled both the IPv4 and IPv6 cases, so the other IPv6 tests would never have happened. 3) I don't think we need to test function_exists("is_ipaddrv6") any more - it had better be there in master! Note: The front-end JS prevents entry of an invalid mask, so it is a bit hard for the user to actually generate the netmask error messages.
* | | Merge pull request #4815 from doktornotor/patch-2Renato Botelho2016-12-051-1/+1
|\ \ \
| * | | Do not truncate IPv6 addresss in NTP widget (Bug #4815)doktornotor2016-12-041-1/+1
| | |/ | |/|
* | | Merge pull request #3159 from stilez/patch-46Jared Dillard2016-12-051-0/+11
|\ \ \
| * | | wbr tag needs a css compatibility fix for some browsersstilez2016-09-261-0/+11
| | | | | | | | | | | | See comment in the PR
* | | | Merge pull request #3181 from moisseev/masterJared Dillard2016-12-051-0/+5
|\ \ \ \
| * | | | [theme] Compact-RED: fix `sortable` table fontsAlexander Moisseev2016-10-101-0/+5
| | | | |
* | | | | remove bogus debugSteve Beaver2016-12-051-1/+1
| | | | |
* | | | | Fixed #6454Steve Beaver2016-12-052-25/+33
| |_|/ / |/| | | | | | | | | | | Fixed #6984
* | | | Remove the PHP limit from diag_dump_states(), it is now managed on ↵Luiz Otavio O Souza2016-12-021-5/+0
| | | | | | | | | | | | | | | | pfSense_get_pf_state().
* | | | OpenVPN populates IPv6 env vars now, so we can fetch them for the IPv6 ↵jim-p2016-12-022-0/+14
| | | | | | | | | | | | | | | | gateway. Fixes #6016
* | | | Merge pull request #3145 from skrude61/masterjim-p2016-12-021-13/+33
|\ \ \ \
| * | | | Allow snmpd to bind to multiple interfaces.skrude612016-09-201-13/+33
| | | | |
* | | | | Standardize and fix 'other' type VIP display on NAT pages. Fixes #6094jim-p2016-12-023-17/+13
| | | | |
* | | | | Fix 'Other' type VIP options. Ticket #6094jim-p2016-12-021-10/+5
| | | | | | | | | | | | | | | | | | | | While here, remove some defunct 'range' code that was never used.
* | | | | Merge pull request #3213 from PiBa-NL/interfaces-gateway-messageRenato Botelho2016-12-021-1/+2
|\ \ \ \ \
| * | | | | interfaces, show error message if adding duplicate gatewayPiBa-NL2016-10-301-1/+2
| | | | | |
* | | | | | Merge pull request #3246 from overhacked/dhcpd-dyndns-force-hostnameRenato Botelho2016-12-023-2/+34
|\ \ \ \ \ \
| * | | | | | Clarified help text for ddnsforcehostname option.Ross Williams2016-11-302-2/+2
| | | | | | |
| * | | | | | Added title to ddnsforcehostname checkboxRoss Williams2016-11-302-2/+2
| | | | | | |
| * | | | | | Add ddnsforcehostname option to DHCP6 Server configuration editorRoss Williams2016-11-291-0/+11
| | | | | | |
| * | | | | | Add ddnsforcehostname option to DHCP Server configuration editorRoss Williams2016-11-291-1/+11
| | | | | | |
| * | | | | | Add ddnsforcehostname option to Static Mapping editorRoss Williams2016-11-291-1/+12
| | | | | | |
* | | | | | | Add decoration to "On latest version" messageSteve Beaver2016-12-021-1/+1
| | | | | | |
* | | | | | | Revise status messages. Adjust PID file timeout to accommodate slower systemsSteve Beaver2016-12-021-11/+12
| | | | | | |
* | | | | | | Remove the broken e-mail options from diag_smart.php. Fixes #6393jim-p2016-12-011-100/+0
| | | | | | |
* | | | | | | Print a message about SMART not working on uFW/SG-1000 (smartmontools is not ↵jim-p2016-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | available there)
* | | | | | | Remove extraneous )Renato Botelho2016-12-011-1/+1
| | | | | | |
* | | | | | | Correct "not ready" flagSteve Beaver2016-11-301-1/+1
| | | | | | |
* | | | | | | Allow for slower uFW by removing log file before upgrading, and allowing ↵Steve Beaver2016-11-301-2/+12
|/ / / / / / | | | | | | | | | | | | | | | | | | more time for the PID to appear
* | | | | | If there are input errors when creating a user certificate from the user ↵jim-p2016-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | manager, stop and show the errors rather than appearing to fail silently. Fixes #6953
* | | | | | Ensure that the submitted private key matches the certificate or CA when ↵jim-p2016-11-292-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | importing. Ticket #6953
* | | | | | When deleting a CA, do not delete all certificates from this CA, only remove ↵jim-p2016-11-291-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | the CA reference from certificates that used this CA, as the relationship can be rebuilt if needed. Also, prevent in-use CAs from being deleted and print a list of places a CA is used, similar to the output on certificates. Fixes #6947
* | | | | | Fix the static ARP testjim-p2016-11-291-3/+3
| | | | | |
* | | | | | Merge pull request #3219 from NonSecwitter/patch-2Renato Botelho2016-11-291-2/+2
|\ \ \ \ \ \
| * | | | | | Update setup_wizard.xmlJonathon Anderson2016-11-261-1/+1
| | | | | | |
| * | | | | | LAN IP validation logicJonathon Anderson2016-11-111-1/+1
| | | | | | |
| * | | | | | Update setup_wizard.xmlJonathon Anderson2016-11-101-1/+1
| | | | | | |
| * | | | | | update conditional re:LAN dhcpJonathon Anderson2016-11-091-1/+1
| | | | | | |
| * | | | | | update LAN regex for case insensitivityJonathon Anderson2016-11-071-1/+1
| | | | | | |
* | | | | | | Merge pull request #3241 from phil-davis/patch-2Renato Botelho2016-11-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | IPv6 address can contain a dotPhil Davis2016-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When requiring the entry of an IPv6 address, the regex pattern should still allow a dot, so that an IPv6 address can be entered in the format that has an IPv4-address-like part at the end: aa:bb:cc:dd:ee:ff:1.2.3.4 which is a valid way to choose to specify an IPv6 address.
* | | | | | | | Merge pull request #3243 from plumbeo/term-causeRenato Botelho2016-11-292-2/+2
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud