Commit Graph

24193 Commits

Author SHA1 Message Date
bruno
b27efa5d33 add checkbox on the left side of the table and remove checkall checkbox 2014-11-13 09:15:51 -02:00
bruno
4e21c82ec5 add input checkbox to remove multiple users 2014-11-11 08:20:03 -02:00
Chris Buechler
0b7dbebe40 touch up text 2014-11-11 00:03:23 -06:00
Chris Buechler
5f4f83652f fix text 2014-11-10 23:53:50 -06:00
Jim Thompson
29aef6c45b Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
Jim Thompson
dd447bde2b modify copyright statement to reflect reality 2014-11-10 22:49:50 -06:00
Jim Thompson
e7896fc82e Change copyright statement to reflect reality 2014-11-10 22:24:03 -06:00
Chris Buechler
e120d5ce5f Fix syntax error in CARP status page. Ticket #3967 2014-11-10 22:13:01 -06:00
Chris Buechler
a1b66becf4 Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967 2014-11-10 22:07:44 -06:00
Chris Buechler
a9b305a84a Set this to /8 instead since that's how it's done in stock FreeBSD 10.1. Ticket #3941 2014-11-10 21:52:52 -06:00
Chris Buechler
b0533f16c4 Setting an interface's IP to 0.0.0.0 with mask 0.0.0.0 overwrites the
default route with that interface's link route. Later in dhclient, that
gets deleted and leaves the system with no default route. Using a /32 mask
here works in every scenario I can find, and stops the default route
deletion issues. Ticket #3941
2014-11-10 21:37:20 -06:00
Ermal
7cdfe39e4e Strengthen check 2014-11-10 23:45:29 +01:00
Ermal
f4443dce54 Compare the right things here. 2014-11-10 23:32:27 +01:00
Ermal
d87fcac96b Do not require the default sysctl items to be set on the config.xml but rather extract the definitions from the sysctl tree. Also to reduce config.xml size 2014-11-10 21:47:14 +01:00
Ermal
24d728bb4f Retire flowtable_configure as a useless code since its not in kernel 2014-11-10 20:36:10 +01:00
Ermal
c46f9695ec Actually make default sysctls reside on globals.inc and use those by default this allows to trim down the config.xml sysctl and also fixes #3666 by setting set source interface on reply of icmp 2014-11-10 20:32:05 +01:00
Ermal
d3c36b1d8d Put the new sysctl on the config as needed. 2014-11-10 20:29:22 +01:00
Ermal
894a0159a0 Tighten checks here to avoid overriding the default gw with garbage 2014-11-10 17:03:43 +01:00
Ermal
d3c269d393 Make some more useful checks here 2014-11-10 16:15:08 +01:00
Ermal
6704590b35 Be sure the same gateway is not processed for v4 and v6 2014-11-10 16:09:58 +01:00
Ermal
c87d89ae9f Lets put a logging to see what is bing passed to the rtsold script on calling. Helps with Ticket #3361 2014-11-10 15:38:37 +01:00
Ermal
6f55af1c25 Ticket 3967, revert upgrade code. Existing 2.2 installs might be impacted 2014-11-10 15:20:18 +01:00
Ermal
b0d054ca3b Fixes #3967, configure ip alias on top of carp by joining them to the same vhid as its parent 2014-11-10 15:18:55 +01:00
Ermal
5063f1df93 Ticket #3967. Allow to have carp as parent of ipaliases - continued 2014-11-10 15:00:30 +01:00
Ermal
9c97df267f Ticket #3967. Allow to have carp as parent of ipaliases 2014-11-10 14:34:35 +01:00
Ermal
80be089f05 Fixes #3995. Do not set rightsourceip on site-to-site VPNs but only on mobile users ones otherwise nothing works. 2014-11-07 19:28:56 +01:00
Ermal
20a9590486 Make ipsec_starter log go to ipsec.log rather than system one 2014-11-07 14:37:09 +01:00
Ermal
e82a1d11d6 Reload also the configuration not only the secrets before trying to apply existing configuration. Ticket #3981 2014-11-07 14:14:50 +01:00
Chris Buechler
a838048088 fix text 2014-11-06 22:11:28 -06:00
Chris Buechler
6859f88157 show interface name, not identifier 2014-11-06 22:09:47 -06:00
Chris Buechler
d3d237548f fix text, PPPoE Server, not VPN 2014-11-06 22:03:50 -06:00
Chris Buechler
7bd413ebc6 add a route debug option to log info about route commands executed (where those aren't already logged) to help with troubleshooting various routing scenarios. 2014-11-06 20:19:24 -06:00
Chris Buechler
708af6349c remove unnecessary is_array check, thanks Renato 2014-11-06 17:16:27 -06:00
Chris Buechler
6c3be36500 Don't allow P2 local+remote network combinations that overlap with
interface+remote-gateway of the P1. Fixes #3812
2014-11-06 16:36:35 -06:00
Chris Buechler
dbb95f387b set install_routes=no for charon to avoid the issues noted in ticket 2014-11-06 12:49:06 -06:00
Renato Botelho
27c2e32e28 Pass zone id to pfSense_ipfw_getTablestats(), should fix #3990 2014-11-06 16:38:00 -02:00
Renato Botelho
118218cb69 Make sure target has scope when it's a link-local. Fixes #3969 2014-11-06 11:54:11 -02:00
Renato Botelho
049c74ecbf Check if array is set 2014-11-06 11:40:25 -02:00
jim-p
10435fa9f7 Merge pull request #1330 from phil-davis/patch-1 2014-11-06 08:07:32 -05:00
Renato Botelho
3f6525c1ab Make sure srcip has scope when it's link-local. Should fix #3969 2014-11-06 08:30:50 -02:00
Renato Botelho
e7752fc4ee Remove extra ; and space 2014-11-06 07:57:21 -02:00
Renato Botelho
e7a0051400 Process obsolete files in shell script instead of php 2014-11-06 07:57:21 -02:00
Renato Botelho
48f77cef06 Simplify post_upgrade_command logic and obsolete /usr/local/sbin/cvs_sync.sh instead of removing it on post_upgrade_command 2014-11-06 07:57:21 -02:00
Phil Davis
a68c678580 Fix to SMART disk matching
preg_match returns 0 when the string does not match the regex.
0 does not "===" FALSE
So this check is not always working.
preg_match returns 1 when the string matches the regex.
IMO it is better to check for !== 1 - then anything that is not success (0 or false or...) will be unset.
2014-11-06 15:14:38 +05:45
Chris Buechler
a012464eb4 fix captive portal status page display 2014-11-05 22:58:19 -06:00
Chris Buechler
bb18cfcb3b fix up text 2014-11-05 22:45:06 -06:00
Chris Buechler
e8fa9843b5 Pass friendlyifname to handle_argument_group, not realifname. Fixes #3984. clean up some text while here. 2014-11-05 20:45:13 -06:00
Chris Buechler
e55e4b748c isset($_GET) seems to always evaluate to true, use something more specific. Fixes use of rc.linkup when run from CLI. Others likely fix similar circumstances, though maybe not ones that are used anywhere. 2014-11-05 19:47:22 -06:00
Chris Buechler
c75e8aed2f Disable delete_old_states in dhclient-script. rc.newwanip handles this correctly in 2.2, and this killed states in multiple circumstances where that isn't necessary nor desirable. 2014-11-05 19:33:46 -06:00
Chris Buechler
9aec47b7d5 don't duplicate $message in CP log entries 2014-11-05 17:18:51 -06:00