jim-p
fae7ef31e3
Test growl whether or not growl is disabled.
2013-09-08 19:57:41 -04:00
jim-p
1d47cb37b3
Do not sync DHPCv6, it must operate independetly. Ticket #3184
2013-09-06 13:56:40 -04:00
jim-p
8571cdd51a
Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184
2013-09-06 13:56:39 -04:00
Renato Botelho
da95bdcd92
Fix #3127
...
By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.
2013-09-06 08:10:37 -03:00
Ermal
c088fe72cb
Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to killall returning without the process really exiting.
2013-09-04 10:36:32 +00:00
Ermal
c9d099d788
Bring back static routes to fix issues reported on Ticext #3179
2013-09-03 16:52:23 +00:00
Chris Buechler
7050776a10
Disable state killing on gateway failure by default for new configs.
...
Clarify the text describing the option while here.
2013-09-03 11:00:01 -05:00
Ermal
628a64a9e5
Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.html
2013-09-03 14:20:55 +00:00
Chris Buechler
254261e02a
fix text
2013-09-03 04:33:41 -05:00
Ermal Luçi
a2ac36616e
Merge pull request #792 from razzfazz/RELENG_2_1
...
add option to send prefix hint for requesting desired prefix length for ...
2013-09-03 00:15:00 -07:00
Chris Buechler
ec532672c6
touch up text, s/nat/NAT/
2013-09-03 01:26:49 -05:00
Daniel Becker
90652fbfe9
add option to send prefix hint for requesting desired prefix length for delegation
...
This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.
2013-09-02 17:34:30 -07:00
jim-p
3fcb6a21a3
Show a count of the CPUs if more than one is detected, and show how those CPUs are supplied by the hardware.
2013-08-30 13:37:54 -04:00
Renato Botelho
35eb76fa91
Use ipprotocol to check gateway protocol, this fix a issue that allow to set more than one default gateway when it's dynamic
2013-08-29 14:38:57 -03:00
jim-p
b6239962e3
s/require/require_once/g for filter.inc to avoid redeclaration errors in some rare cases.
2013-08-28 13:53:49 -04:00
Chris Buechler
475aa21460
fix text to remove non-applicable copy/paste from v4 relay
2013-08-21 22:34:06 -05:00
jim-p
8cd1d911dc
Remove this particular form tag that doesn't appear to serve any purpose on this page, and breaks the drop-down zone selector. Fixes #3153
2013-08-20 21:23:33 -04:00
jim-p
51f9b7e4ee
Add patch from the ticket to fix #3149
2013-08-20 15:41:02 -04:00
Renato Botelho
3830eeb30d
Add scope to target when it is a link-local, it helps ticket #3150
2013-08-20 16:29:53 -03:00
Renato Botelho
8f61cb87ec
Add scope to target when it is a link-local, it helps ticket #3150
2013-08-20 14:39:06 -03:00
Renato Botelho
45ce573dae
Revert "Improve sh syntax using ${} for all variables"
...
This was cherry-pick'd by mistake
This reverts commit 1702a83819 .
2013-08-19 17:12:36 -03:00
Renato Botelho
289dd6911d
Merge pull request #778 from N0YB/patch-11
...
Update functions.inc.php
2013-08-18 16:12:16 -07:00
N0YB
ffd2f32057
Update functions.inc.php
...
May as well remove this errant td end tag too.
2013-08-17 19:01:56 -07:00
jim-p
5d6d195895
Strip off scope before attempting to resolve the IPv6 IP here.
2013-08-17 21:31:23 -04:00
N0YB
e6cfcd2647
Update functions.inc.php
...
Fix gateway widget size change on first update.
Inner table size changes because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding & cellspacing.
2013-08-17 17:16:27 -07:00
jim-p
68b0311cc1
Rather than doing auto-detection, fall back to a glob for now when listing potential PPP serial devices. This will allow us to push ticket #2433 back to 2.2 with a more proper long-term fix for the auto-detection.
2013-08-16 14:48:06 -04:00
jim-p
0f78c59ea3
Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.
2013-08-16 14:48:05 -04:00
jim-p
b8131408db
When renaming or deleting a virtual server, clean up the old relayd anchor name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.
2013-08-15 13:51:52 -04:00
Renato Botelho
1702a83819
Improve sh syntax using ${} for all variables
2013-08-15 08:40:31 -03:00
Ermal
4529f07d4f
Also take dhcpv6 into consideration even here.
2013-08-15 09:02:26 +00:00
Phil Davis
ff6e6929e2
Relax advanced options firewall rules tests
...
Various advanced options are now possible for any protocol since 653bde345e
So allow these through the front-end GUI validation also.
Code change for 2.1 branch.
2013-08-14 10:18:03 -07:00
jim-p
727452338e
Fix double-click to edit on OpenVPN CSC entries
2013-08-14 08:51:16 -04:00
jim-p
2a6661305c
Remove prior CSC entry when cleaning up. Fixes #3143
2013-08-14 08:48:46 -04:00
Renato Botelho
90bc28cc9d
Fix checkes for nested aliases containing FQDNs on static routes. It fixes #2941
2013-08-14 08:05:54 -03:00
Renato Botelho
4262641880
Do not allow to add nested alias containing FQDNs when current alias is used on a static route, ticket #2941
2013-08-14 08:00:43 -03:00
Renato Botelho
cf96a1a958
Make sure an alias is not used by a static route before delete, ticket #2941
2013-08-14 07:57:37 -03:00
Individual IT Services
4be0c837ba
Fix check for existing IP Address in DHCP mapping
...
Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped
Conflicts:
usr/local/www/services_dhcp_edit.php
2013-08-13 17:56:10 -03:00
jim-p
afa76eff3d
Fix interface selections on UPnP to show the customized descriptions entered by the user. While here, add an external interface selection knob. Fixes #3141
2013-08-12 12:33:46 -04:00
Renato Botelho
47e26c6cb7
Warn user that change will not take effect immediately
2013-08-08 15:05:22 -03:00
Renato Botelho
be1ebaa967
Do not call -f twice (thx eri)
2013-08-07 11:58:50 -03:00
Renato Botelho
ed0f54e37e
Fix whitespaces
2013-08-07 09:43:48 -03:00
Renato Botelho
b6d4c66630
Improvements on Diagnostics -> Routes
...
* Add filter expression
* Add limit number of rows option (default 100)
* Run one netstat for each section
* Load netstat result using ajax after page is loaded
2013-08-07 09:43:38 -03:00
jim-p
624660bc65
Show apinger as a service when active, and display its status on gateway-related pages.
2013-08-06 16:37:50 -04:00
jim-p
2947c3895f
Add the MAC manufacturer code to the CP status page
2013-08-06 16:01:29 -04:00
jim-p
45630319d4
Add the MAC manufacturer code to the DHCPv6 leases view.
2013-08-06 15:53:25 -04:00
jim-p
7afcbe23cd
Add the MAC manufacturer code to the NDP table.
2013-08-06 13:41:37 -04:00
Warren Baker
44ec92158e
fix text - add space between sentences. This got lost in another commit
2013-08-05 19:09:00 +02:00
jim-p
9e906c4d6d
Clarify that the graph is for mbuf clusters
2013-08-05 12:12:08 -04:00
N0YB
44399bd2da
Update system.php
...
fix text - s/by/be
Conflicts:
usr/local/www/system.php
2013-08-05 07:17:40 -03:00
Charlie Marshall
a4c8381187
typos
2013-08-05 07:12:07 -03:00