Stephen Beaver
d1db3f3661
Fixed #6174
2016-04-15 15:40:55 -04:00
Stephen Beaver
ed49fe7ae1
Fixed #6171
2016-04-15 15:02:43 -04:00
Stephen Beaver
0200db178e
Fixed #6169
...
and added alias pop-ups to load_balancer_virtual_server.php
2016-04-15 11:00:00 -04:00
Stephen Beaver
91cd1923b1
Fixed #6168
...
Needed to override form action since it was inheriting the current GET arguments
2016-04-15 09:23:43 -04:00
Stephen Beaver
a2050d386f
Fixed #6170
2016-04-15 08:44:10 -04:00
Stephen Beaver
106eb8d38d
Fixed #6158
...
Really a temporary work-around. This issue requires a better solution in which the data is normalized and added to the <td> via a data-sortable attribute.
2016-04-15 08:22:11 -04:00
Stephen Beaver
24828c6396
Fixed #6161
2016-04-15 08:11:31 -04:00
Stephen Beaver
a7b131f1b8
Merge pull request #2870 from phil-davis/patch-4
2016-04-15 08:05:15 -04:00
Stephen Beaver
bcb3c9283e
Fixed #6163
2016-04-15 08:01:14 -04:00
Stephen Beaver
ebaf36ebe5
Fixed #6166
2016-04-15 07:41:45 -04:00
Chris Buechler
69ac0a8816
Merge pull request #2869 from phil-davis/dpinger-upgrade
2016-04-15 03:09:09 -05:00
Phil Davis
d1acd5bb57
Fix #6162 saving of bogons update frequency
...
Another easy fix of a "dumb bug".
2016-04-15 13:45:32 +05:45
Chris Buechler
5f5e97ee9e
Use RFC-defined capitalization IPsec.
2016-04-15 02:20:09 -05:00
Chris Buechler
bb213758ae
Unset dhcpdv6 on LAN here as well. Ticket #6152
2016-04-15 02:12:59 -05:00
Chris Buechler
56f8de9bb3
Merge pull request #2867 from phil-davis/patch-4
2016-04-15 01:06:32 -05:00
Chris Buechler
c520e3e322
Add lock in vpn_ipsec_configure. Ticket #6160
2016-04-14 21:30:54 -05:00
Renato Botelho
8e0d30ed7c
Add table.css to Obsoleted files list
2016-04-14 17:16:03 -03:00
Phil Davis
21300959d9
Fix #6142 validate and adjust dpinger params on upgrade
...
1) The previous "down" value was being converted to msec and put into
"loss_interval". It should go into "time_period".
2) loss_interval must always be at least latencyhigh - make it so if
latencyhigh is big.
3) alert_interval must always be at least probe interval - make it so if
the probe interval is high.
4) The time_period for averaging the results must be at least 2 probe
intervals plus loss_interval (ensuring there should always be 2 probe
results by the time_period expiry) - make it so.
These various conditions taken from the validation code in
system_gateways_edit.php
Note: I have explicitly put the necessary default dpinger parameter
values here, rather than calling return_dpinger_defaults() because at
this point in any future conversion we want to use these particular
numbers, not what the defaults happen to be in pfSense 2.4 or 3.0 or...
2016-04-14 19:41:01 +05:45
Stephen Beaver
509c089479
Nuke srctrack default = 1400 per JimP
2016-04-14 08:16:40 -04:00
Stephen Beaver
b3fc5089d6
Fixed #6146
2016-04-14 08:00:00 -04:00
Phil Davis
ce3eca6e26
Allow to restore any ares of config
...
If the existing config does not have a particular area in it, then the user should still be able to restore it from another config.
Redmine #6144
2016-04-14 15:53:57 +05:45
jim-p
ccefcb006c
Correct OpenVPN upgrade code for topology subnet.
2016-04-13 14:00:43 -04:00
jim-p
7cb8fabc6e
Fix Namecheap DynDNS host parsing for @, fixes #6122
2016-04-13 12:07:39 -04:00
Renato Botelho
b8e4e210c5
Do not update timestamp on --update-status is used
2016-04-13 12:01:07 -03:00
Renato Botelho
33a44737a6
Do not replace timestamp when does nothing
2016-04-13 11:58:37 -03:00
Stephen Beaver
3001432689
Merge pull request #2865 from phil-davis/patch-4
2016-04-13 09:44:08 -04:00
Phil Davis
ebcd8a306c
Put gateway name and group around the correct way
...
Redmine #6134
Forum: https://forum.pfsense.org/index.php?topic=109781.0
Originally broken by commit: d18f3f6e09
2016-04-13 19:20:17 +05:45
Stephen Beaver
3510c78835
Merge pull request #2864 from NOYB/Update_RRD_Script_-_Comments
2016-04-13 09:14:54 -04:00
Stephen Beaver
f1a6c917e4
Merge pull request #2863 from phil-davis/widget-arrows
2016-04-13 09:13:10 -04:00
Stephen Beaver
e8d6c134fe
Fixed #6128
2016-04-13 08:33:27 -04:00
NOYB
515887c377
Update RRD Script - Comments
...
Correct units in conversion comments.
2016-04-13 03:18:34 -07:00
Phil Davis
fa5f513658
Use consistent arrow colors on dashboard
...
Interfaces widget and IPsec widget use text-success and text-danger to
make the up and down arrows be green and red.
This change does the same thing to OpenVPN and WoL widgets for
consistency.
2016-04-13 05:54:08 +05:45
Stephen Beaver
adaa4d036b
Cosmetics
2016-04-12 19:06:24 -04:00
Stephen Beaver
0cdf72ef41
Fixed #6117
2016-04-12 18:22:31 -04:00
Stephen Beaver
5b4600785f
Merge pull request #2862 from NOYB/Services_/_DHCP_Server_-_DNS_Servers_Clarification
2016-04-12 14:10:20 -04:00
Stephen Beaver
662da7f36b
Fixed #6114
2016-04-12 12:18:12 -04:00
Stephen Beaver
fb62a4ff3d
Fixed #6112
...
by adding isset() to checkbox value
2016-04-12 10:14:50 -04:00
NOYB
f7c12c9490
Services / DHCP Server - DNS Servers Clarification
...
It reads as though the interfaces IP address is to be entered. Removing "use" makes it a little clearer.
2016-04-12 00:12:33 -07:00
Renato Botelho
b8e231afa0
Use right repo conf for stage on snaps
2016-04-11 22:39:01 -03:00
Renato Botelho
f49581947c
Fix staging path
2016-04-11 20:20:30 -03:00
Renato Botelho
1324d7563d
Optimize makefs parameters
2016-04-11 20:04:44 -03:00
Renato Botelho
6c045107fe
Use beta repo as staging
2016-04-11 19:12:25 -03:00
Renato Botelho
74a4eefb73
Explicit define pkg repo variables for release and devel
2016-04-11 19:04:35 -03:00
Renato Botelho
10f2695655
Exit build process if install_pkg_install_ports() fails
2016-04-11 19:04:35 -03:00
Renato Botelho
5dea3b46c2
Add repo package before base
2016-04-11 19:01:32 -03:00
Renato Botelho
97f7a15499
Do not add entire path on sha256 file, while here, make it a function
2016-04-11 18:59:07 -03:00
Renato Botelho
5a944dd582
Fix syntax
2016-04-11 12:58:34 -03:00
Stephen Beaver
ccbfaf78d5
Fixed #6096
2016-04-11 10:50:31 -04:00
Stephen Beaver
d830a7f4ac
Fixed #6092
2016-04-11 10:27:32 -04:00
Stephen Beaver
b6786d45f6
Fixed #6104 by changing trash icon to trash-o icon so that the JA configmation is not triggered.
2016-04-11 09:13:08 -04:00