Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
29aef6c4 11 novembre 2014 06:36 Jim Thompson

Change copyright statement to reflect reality

dd447bde 11 novembre 2014 05:49 Jim Thompson

modify copyright statement to reflect reality

e7896fc8 11 novembre 2014 05:24 Jim Thompson

Change copyright statement to reflect reality

e120d5ce 11 novembre 2014 05:13 Chris Buechler

Fix syntax error in CARP status page. Ticket #3967

a1b66bec 11 novembre 2014 05:07 Chris Buechler

Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967

a9b305a8 11 novembre 2014 04:52 Chris Buechler

Set this to /8 instead since that's how it's done in stock FreeBSD 10.1. Ticket #3941

b0533f16 11 novembre 2014 04:37 Chris Buechler

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...

7cdfe39e 10 novembre 2014 23:45 Ermal

Strengthen check

f4443dce 10 novembre 2014 23:32 Ermal

Compare the right things here.

d87fcac9 10 novembre 2014 21:47 Ermal

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

24d728bb 10 novembre 2014 20:36 Ermal

Retire flowtable_configure as a useless code since its not in kernel

c46f9695 10 novembre 2014 20:32 Ermal

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

d3c36b1d 10 novembre 2014 20:29 Ermal

Put the new sysctl on the config as needed.

894a0159 10 novembre 2014 17:03 Ermal

Tighten checks here to avoid overriding the default gw with garbage

d3c269d3 10 novembre 2014 16:15 Ermal

Make some more useful checks here

6704590b 10 novembre 2014 16:09 Ermal

Be sure the same gateway is not processed for v4 and v6

c87d89ae 10 novembre 2014 15:38 Ermal

Lets put a logging to see what is bing passed to the rtsold script on calling. Helps with Ticket #3361

6f55af1c 10 novembre 2014 15:20 Ermal

Ticket 3967, revert upgrade code. Existing 2.2 installs might be impacted

b0d054ca 10 novembre 2014 15:18 Ermal

Fixes #3967, configure ip alias on top of carp by joining them to the same vhid as its parent

5063f1df 10 novembre 2014 15:00 Ermal

Ticket #3967. Allow to have carp as parent of ipaliases - continued

9c97df26 10 novembre 2014 14:34 Ermal

Ticket #3967. Allow to have carp as parent of ipaliases

80be089f 07 novembre 2014 19:28 Ermal

Fixes #3995. Do not set rightsourceip on site-to-site VPNs but only on mobile users ones otherwise nothing works.

20a95904 07 novembre 2014 14:37 Ermal

Make ipsec_starter log go to ipsec.log rather than system one

e82a1d11 07 novembre 2014 14:14 Ermal

Reload also the configuration not only the secrets before trying to apply existing configuration. Ticket #3981

a8380480 07 novembre 2014 05:11 Chris Buechler

fix text

6859f881 07 novembre 2014 05:09 Chris Buechler

show interface name, not identifier

d3d23754 07 novembre 2014 05:03 Chris Buechler

fix text, PPPoE Server, not VPN

7bd413eb 07 novembre 2014 03:19 Chris Buechler

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.

708af634 07 novembre 2014 00:16 Chris Buechler

remove unnecessary is_array check, thanks Renato

6c3be365 06 novembre 2014 23:36 Chris Buechler

Don't allow P2 local+remote network combinations that overlap with
interface+remote-gateway of the P1. Fixes #3812

dbb95f38 06 novembre 2014 19:49 Chris Buechler

set install_routes=no for charon to avoid the issues noted in ticket

459e95a3 06 novembre 2014 19:39 Thomas Noël

Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1

27c2e32e 06 novembre 2014 19:38 Renato Botelho

Pass zone id to pfSense_ipfw_getTablestats(), should fix #3990

118218cb 06 novembre 2014 14:54 Renato Botelho

Make sure target has scope when it's a link-local. Fixes #3969

049c74ec 06 novembre 2014 14:40 Renato Botelho

Check if array is set

10435fa9 06 novembre 2014 14:07 jim-p

Merge pull request #1330 from phil-davis/patch-1

3f6525c1 06 novembre 2014 11:30 Renato Botelho

Make sure srcip has scope when it's link-local. Should fix #3969

e7752fc4 06 novembre 2014 10:57 Renato Botelho

Remove extra ; and space

e7a00514 06 novembre 2014 10:57 Renato Botelho

Process obsolete files in shell script instead of php

48f77cef 06 novembre 2014 10:57 Renato Botelho

Simplify post_upgrade_command logic and obsolete /usr/local/sbin/cvs_sync.sh instead of removing it on post_upgrade_command

a68c6785 06 novembre 2014 10:29 Phil Davis

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.

a012464e 06 novembre 2014 05:58 Chris Buechler

fix captive portal status page display

bb18cfcb 06 novembre 2014 05:45 Chris Buechler

fix up text

e8fa9843 06 novembre 2014 03:45 Chris Buechler

Pass friendlyifname to handle_argument_group, not realifname. Fixes #3984. clean up some text while here.

e55e4b74 06 novembre 2014 02:47 Chris Buechler

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.

c75e8aed 06 novembre 2014 02:33 Chris Buechler

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.

9aec47b7 06 novembre 2014 00:18 Chris Buechler

don't duplicate $message in CP log entries

d9b05eb4 05 novembre 2014 18:31 Renato Botelho

When an alias contain hosts, add IPs and networks to filterdns too, otherwise you end up with a pre-defined and non-persistent table. Fixes #3939

fcfa23da 05 novembre 2014 10:12 Renato Botelho

Merge pull request #1319 from phil-davis/patch-1

87d4456c 05 novembre 2014 10:07 Renato Botelho

Merge pull request #1323 from derelict-pf/master

(51-100/25468) Par page : 25, 50, 100, 500, 1000

Formats disponibles : Atom