Commit Graph

10434 Commits

Author SHA1 Message Date
Renato Botelho
ebbfc4b771 Revert "Preselect interface subnet mask for carp interfaces"
This was not a good change, it just consider ipv4, and it doesn't
respect the previous selected value. Revert it now and think on a better
solution later.

Fixes #2829

This reverts commit d94eb90446.
2013-02-20 12:15:27 -03:00
Renato Botelho
1f56ce5866 Fix dhcp v6 config section name for console setup and check on interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827 2013-02-20 09:41:26 -03:00
Renato Botelho
2675f511cc Fix sort param to call bandwidth_by_ip 2013-02-20 08:51:55 -03:00
Michele Di Maria
31e41cf41f Status Queue: Uniform units in the interface.
Uniform units in the interface.
2013-02-20 08:33:35 +01:00
Ermal
ae88de13ca Some more code cleanup 2013-02-19 21:46:47 +00:00
Ermal
1cf47c498c Put the alerts behind comments for someone wanting to debug this. The errors are from CSRF though ticket #2826 should not happen and functionality is not impacted by this. 2013-02-19 21:42:40 +00:00
Ermal
647df2d42a Remove single quotes committed wrongly 2013-02-19 19:14:56 +00:00
Ermal
ffac939ef9 Use jQuery() as all other code 2013-02-19 18:13:14 +00:00
Ermal
b1b930dd1b Use jQuery fully on traffic graph. Also remove some unused code from bandwidth_by_ip 2013-02-19 18:03:22 +00:00
Ermal
b406c78a1f Be explicit on the testing 2013-02-19 17:20:33 +00:00
jim-p
28a20fdbf4 Default to using sha256 for a ca/cert digest algorithm, since sha1 is no longer recommended. 2013-02-19 09:08:01 -05:00
jim-p
741d748d72 Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation errors mentioned on ticket #2820 2013-02-19 09:06:32 -05:00
Renato Botelho
1fea5ad99e Get the correct interface subnet 2013-02-19 08:41:57 -03:00
rbgarga
30a9067275 Merge pull request #426 from N0YB/Interfaces_Types_Config_Sections_Spacer_Row
Interfaces Types Config Sections Spacer Row
2013-02-19 02:17:09 -08:00
N0YB
1c4846e90f Interfaces Types Config Sections Spacer Row
Fix spacer (last) row display inconsistency
Missed one
2013-02-18 22:56:12 -08:00
Renato Botelho
79ea2726b5 Display right interface name on alias list when alias interface os CARP. Fixes #2824 2013-02-18 20:14:02 -03:00
rbgarga
9e696e9ae5 Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Row
Interfaces Types Config Sections Spacer Row
2013-02-18 14:51:02 -08:00
N0YB
a236affe7a Interfaces Types Config Sections Spacer Row
Fix spacer (last) row display inconsistency
2013-02-18 13:40:45 -08:00
N0YB
bd10508a2e Interfaces Static IP v4 & v6 Gateway Add New
Fix mismatched table row tags
2013-02-18 11:23:27 -08:00
jim-p
24c0145c2c Add Digest Algorithm option to the CSR screen, should fix #2820 2013-02-18 08:46:17 -05:00
Renato Botelho
5705c60a24 Revert "Merge pull request #417 from miken32/cp-database-fix"
It breaks customizations, it's not a good time for such big change.

This reverts commit 40c7b1a98b, reversing
changes made to d896f86751.
2013-02-17 11:34:44 -03:00
Renato Botelho
507aa90af4 Set (src|dst)mask to 128 for single IPv6 addresses. Fixes #2451 2013-02-16 18:01:10 -02:00
jim-p
eed8df6f61 Only apply this test for radius servers. 2013-02-16 13:29:50 -05:00
Renato Botelho
508799c379 Remove invallid option 'none' for IPSec Phase 2. Fixes #2816 2013-02-15 08:51:03 -02:00
Michael Newton
00109fef22 while we're here, send named termination causes 2013-02-14 22:01:24 -08:00
Michael Newton
91ca7e9fa0 use associative array for captive portal to prevent confusion, messiness, and abuse 2013-02-14 21:14:38 -08:00
Warren Baker
950c9a182e Backout Unbound for now bring back in 2.2. Fixes #2817 2013-02-14 19:50:24 +02:00
Renato Botelho
8878f4bb0a Fix rrd display when captive portal is enabled 2013-02-14 09:42:56 -02:00
Renato Botelho
80feb8e5dd Set global $g to use right theme 2013-02-14 08:25:44 -02:00
Renato Botelho
965c3e23a6 Deal correct with bitmask for ipv6 on destination, same we did for src. If fixes #2451 2013-02-13 21:50:37 -02:00
Ermal
a1e4e2a79f Two interfaces, carp, ip aliases might be on the same subnet as their parent. What needs to be checked is the ip itself 2013-02-13 22:40:22 +00:00
Ermal
72f25519a9 Refine the test for Ticket #2451 to check for aliases as well 2013-02-13 22:08:47 +00:00
jim-p
bddd2be844 Add a knob in the GUI to set the RADIUS authentication timeout. Previous default was 3s, new is 5s. When using two-factor auth via external (e.g. phone), this needs to be set much higher, 60-120. 2013-02-13 15:55:55 -05:00
Jim P
bcb165e66b Merge pull request #416 from bcyrill/dyndns_p1
Update dyndns service and widget
2013-02-13 12:31:38 -08:00
bcyrill
ab4ce295ed Update dyndns service and widget 2013-02-13 21:17:27 +01:00
Ermal
11b26a274d unset var so the test works correctly 2013-02-13 19:49:33 +00:00
Jim P
30b32e7381 Merge pull request #415 from bcyrill/patch-3
Add additional dyndns hosts to widget
2013-02-13 11:30:35 -08:00
bcyrill
f1c6cac87b Add additional dyndns hosts to widget
In 2.1 support for HE.net Tunnelbroker, SelfHost, Route 53 and Custom entries has been added.
2013-02-13 20:21:44 +01:00
Renato Botelho
7271198050 Warn users that nosync option won't prevent it to be overwritten on carp slave members 2013-02-13 17:19:52 -02:00
Renato Botelho
a1fb7d61c4 Fully sync filter and nat sections. Fixes #2362 2013-02-13 17:19:52 -02:00
Ermal
837a353647 Properly configure allowed hostnames 2013-02-13 18:56:42 +00:00
Ermal
13e64b47aa Remove interfaces that have been unselected from CP config properly 2013-02-13 18:49:57 +00:00
Ermal
e6d5af4b00 Call rc.firmware for propper platform during manual upgrade 2013-02-13 18:30:28 +00:00
Ermal
22ef0a3d22 mwexec_bg() already uses nohup 2013-02-13 18:19:19 +00:00
Phil Davis
3d72df5889 Correct filename for dyndns widget cached ip 2013-02-13 23:11:04 +05:45
Renato Botelho
cb2b59b89b Deal correct with /32 subnet mask for ipv6 addresses. If fixes #2451 2013-02-13 11:06:22 -02:00
Renato Botelho
96ccd0095e Fix indent and whitespaces 2013-02-13 10:31:49 -02:00
Stanley P. Miller
81fe3f5e9b Make a Dynamic DNS status widget available for use on the Status Dashboard page. See forum toipic: http://forum.pfsense.org/index.php/topic,58278.msg312146.html#msg312146 for the discussion on this. 2013-02-13 00:14:39 -07:00
jim-p
1d2add88f4 Fix page name. Fixes #2813 2013-02-12 16:56:54 -05:00
Ermal Luçi
60754bef9f Merge pull request #409 from miken32/nas-identifier
add input validation for NAS-Identifier
2013-02-12 11:52:49 -08:00