Commit Graph

20852 Commits

Author SHA1 Message Date
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
2ccc41c1c5 Add privileges to CP 'Allowed hostnames' and fix a typo on edit IPs 2013-02-14 20:09:38 +02:00
Warren Baker
120404e07f Keep Unbound here for syslog messages 2013-02-14 19:59:54 +02: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
03e96afb7d Set $interfacegw properly and avoid losing default route in some circumstances 2013-02-14 10:18:01 -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
Ermal
1e5da31d31 Also do checks for ipv6 on is_ipaddr_configured 2013-02-14 07:46:13 +00:00
Ermal
d97741c2b2 Check for the right function name since the previous was present in util.inc not interfaces.inc 2013-02-14 07:39:19 +00: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
Renato Botelho
f1a831b8a8 Restore require_once(interfaces.inc) on get_configured_ip_addresses(), it's required by get_interface_ip() 2013-02-13 21:00:04 -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
Ermal
c7ada9743f Remove dead code 2013-02-13 21:58:52 +00:00
Ermal
1b584e3ff3 During bootup do not try to resolve hostnames filterdns will handle those 2013-02-13 21:58:52 +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
Ermal
77daff1863 Use full path to nohup 2013-02-13 18:19:19 +00:00
Ermal
fba1804f83 Assign the output of exec to a var to avoid any issues 2013-02-13 18:19:18 +00:00
Jim P
87613be46d Merge pull request #414 from phil-davis/master
Correct filename for dyndns widget cached ip
2013-02-13 09:34:46 -08: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
Ermal Luçi
2e2676355a Merge pull request #413 from stan-qaz/master
Dynamic DNS status widget for use on the Status Dashboard
2013-02-12 23:44:29 -08: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
Chris Buechler
1663453023 Merge pull request #412 from phil-davis/master
Say goodbye to routed at bootup
2013-02-12 18:24:09 -08:00
Phil Davis
785145350b Say goodbye to routed at bootup
Now that routed/RIP has been removed from the base system, it generates errors trying to start it in the base system boot script.
(I guess that if it is installed as a package, the package start code will bring it up at the end of the base system boot)
2013-02-13 08:04:13 +05:45
jim-p
1d2add88f4 Fix page name. Fixes #2813 2013-02-12 16:56:54 -05:00
Jim P
d5a2c099dd Merge pull request #411 from bcyrill/patch-2
Remove duplicate $ipsecpinghosts variable
2013-02-12 13:49:29 -08:00
bcyrill
a0ad97f278 Remove redundant variable 2013-02-12 22:03:52 +01:00
Jim P
f5b89c3948 Merge pull request #410 from bcyrill/patch-1
Update etc/inc/services.inc
2013-02-12 12:35:48 -08:00
jim-p
f8edf05d87 Fix these tests, they will never succeed the way we set these variables using the old test. Fixes #1987 2013-02-12 15:28:06 -05:00
bcyrill
60214e06f0 Update etc/inc/services.inc
Fix path to chmod
2013-02-12 21:24:58 +01:00
Ermal
100f3e7191 Resolves #1284. Merge patch submitted a bit differentely 2013-02-12 20:18:46 +00: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
Michael Newton
89b1c40c41 add input validation for NAS-Identifier 2013-02-12 11:17:22 -08:00
jim-p
bde982dd5a Declare $config as global before interactive PHP shell command evaluation. Fixes #808 2013-02-12 14:01:11 -05:00
jim-p
eac5237654 Do the syslogd restart unconditionally. It happens on IPv4 as well as IPv6. See http://forum.pfsense.org/index.php/topic,58345.0.html 2013-02-12 12:27:22 -05:00
Renato Botelho
ad885a630a Remove RIP from menu 2013-02-12 14:38:44 -02:00
Renato Botelho
d94eb90446 Preselect interface subnet mask for carp interfaces 2013-02-12 11:45:58 -02:00