Projet

Général

Profil

Statistiques
| Branche: | Tag: | Révision:

univnautes / etc / inc @ 340ce958

# Date Auteur Commentaire
340ce958 13 novembre 2014 12:10 Renato Botelho

Add an extra protection to avoid having an empty group created

21cd92ac 12 novembre 2014 21:41 Ermal

Oops wrong choice the checkbox is only for javascript

c9b70c0a 12 novembre 2014 21:41 Ermal

Remove redundant code and check for dpd_enable checkbox to be set

aa5acb42 12 novembre 2014 14:57 Ermal

Use route command directly rather than trying to make a route search on php thorugh netstat. It Fixes #4000

39f93e00 12 novembre 2014 12:42 Ermal

Revert "Make phase1_status function wok whnever there is a smp dump. This should unbreak Ticket #3955"

This reverts commit 694d368d818508a40bdef4f1a3f64b414b11c442.

4de91fda 12 novembre 2014 02:13 Chris Buechler

hn(4) is ALTQ-capable, mark as such.

694d368d 11 novembre 2014 23:18 Ermal

Make phase1_status function wok whnever there is a smp dump. This should unbreak Ticket #3955

c7f5b55a 11 novembre 2014 21:36 Ermal

Actually require group name!

baca968c 11 novembre 2014 21:35 Ermal

Do not do operations for empty group members

e16f6d03 11 novembre 2014 21:28 Ermal

Do not do this during boot

63ba4729 11 novembre 2014 20:57 Ermal

Use leftcert for more options on IPsec authentication

94115b93 11 novembre 2014 20:08 Ermal

Fixes #3967, properly resolve interface

992f60d0 11 novembre 2014 14:57 Renato Botelho

Set proxy env vars on interactive shell and also on crontab to make all scripts be able to use it. Ticket #3789

0b7dbebe 11 novembre 2014 07:03 Chris Buechler

touch up text

29aef6c4 11 novembre 2014 06:36 Jim Thompson

Change copyright statement to reflect reality

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

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

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

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.

dbb95f38 06 novembre 2014 19:49 Chris Buechler

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

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

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

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.

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

cbc6a13f 05 novembre 2014 05:01 Chris Buechler

Fix updating of hosts file on host override updates by bringing back the same behavior from previous releases.

531686c1 05 novembre 2014 02:09 Chris Buechler

use tabs rather than spaces, as most of this already did.

41367b9c 05 novembre 2014 01:34 Chris Buechler

remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.

276efd64 05 novembre 2014 01:24 Chris Buechler

touch up text

32171e59 05 novembre 2014 01:18 Chris Buechler

fix invalid ipsec.conf

ea20169a 04 novembre 2014 21:49 jim-p

Use a better method of finding disks for SMART.
Old code was inaccurate and also listed entries that were symlinks to other disks

0810a719 04 novembre 2014 21:21 Ermal

Restore 3 values back on NAT-T settings Just Enable now its Auto as per strongswan default. and off disabled mobike. Ticket #3979

756d867a 04 novembre 2014 20:31 Chris Buechler

fix comment

fe9d4894 03 novembre 2014 13:54 Renato Botelho

Fix indent

46a989ce 03 novembre 2014 11:08 Warren Baker

Indent here as well

8cb7d3e3 01 novembre 2014 23:41 Ermal

Properly configure NAT Tranversal setting.

6af85718 01 novembre 2014 20:54 Ermal

Remove debugging code

d338018f 01 novembre 2014 18:49 Ermal

Fixes #3938. Do more error checking.

d35dfaae 01 novembre 2014 18:43 Ermal

Fixes #3941. When optimizations of the loops were made this brought the problems of overriding default gateway by dynamic interfaces. Try to stick to the first found for now!

8560c756 31 octobre 2014 15:26 jim-p

Fix two more instances of rrd.tgz renaming.

737b18f2 30 octobre 2014 21:35 Ermal

Allow accept_unencrypted_mainmode_messages to be enabled if needed

5274102e 29 octobre 2014 21:39 Chris Buechler

Hide burst for limiters, since it doesn't do anything. more details in
ticket #3933

eea2ad5d 28 octobre 2014 22:33 Chris Buechler

FreeBSD fails to set advskew back to 0 after you set it to any other
value. That's a separate issue that needs fixing upstream, but in the mean
time, we can work around it by removing all CARP VIPs in the same way we
do when "Temporarily Disable CARP" is chosen before adding them all back....

0a8dd27b 28 octobre 2014 17:55 Renato Botelho

Remove redundancy as pointed out by phil-davis

7c199791 28 octobre 2014 17:26 Renato Botelho

Merge pull request #1297 from phil-davis/patch-23

143c22f7 28 octobre 2014 13:17 Renato Botelho

Decode recently created cert and key. It fixes #3964. While here, fix logical condition to create a new cert if crt or key is not present

e8b5f724 26 octobre 2014 04:11 Chris Buechler

domain and search should not both be defined in resolv.conf per FreeBSD man page and handbook (only the latter is actually used). Change this to just not use domain, and set the search to the system's domain where not using the function that generates the search list for dynamic WANs.

23ed5b78 24 octobre 2014 19:18 Ermal

Enable unity plugin as per request from https://forum.pfsense.org/index.php?topic=79737.msg452808#msg452808

bb67ac32 24 octobre 2014 16:32 Phil Davis

Support converting an IP range to an array of addresses

so that it can be used for expanding ranges in host alias input.

99ba943a 21 octobre 2014 11:32 Phil Davis

Prevent Internal Server Error if range is backwards

Fixes redmine #3950 - ip_range_to_subnet_array can easily swap the input parameters if the caller has passed/entered them the wrong way around. That is both friendly to the caller and ensures that a hostile caller can't blow up the routine....

2fb66948 21 octobre 2014 07:40 Chris Buechler

hostnames can end with a . (and actually always do, it's just usually implied), so allow that here. Fixes wrong input validation in parts of nsupdate GUI, among other things.

a23adfba 20 octobre 2014 19:00 Renato Botelho

Merge pull request #1306 from phil-davis/patch-3

bc12ae8a 20 octobre 2014 01:38 Chris Buechler

Underscores are valid characters in domains. Fixes #3219

621fed0e 18 octobre 2014 01:33 Ermal

Ticket #3932 For more than 100 entries create pipes in line with the rules file to speedup the process

2cf2c62b 15 octobre 2014 20:01 jim-p

Fix descriptions and cn on generated GUI cert to be consistent.

2f5488df 15 octobre 2014 16:23 Ermal

Reintroduce the vfs.forcesync systl

29fb23d4 15 octobre 2014 15:49 Renato Botelho

Merge pull request #1309 from phil-davis/patch-5

5ff7f58e 15 octobre 2014 14:40 jim-p

Tame the poodle. Disable SSLv3.

5d49ceac 15 octobre 2014 06:19 Phil Davis

Fix #3935 Properly allow WAN without LAN

Was broken by https://github.com/pfsense/pfsense/commit/bd0b5d2dc7a279d3473a65a11d67efb5e39392be

8ff85c39 15 octobre 2014 01:39 Ermal

rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.

e02ea742 15 octobre 2014 00:36 Ermal

Fixes #3213. Allow up to 2900 limiters. This was set to 30 since limiters are to be controlled by mask and not created manually!

febe0112 14 octobre 2014 23:21 Ermal

Make proper check here

7c4c77ee 14 octobre 2014 21:30 jim-p

Teach the certificate generation code how to make a self-signed certificate, and change the GUI cert generation code to use it. Also, move the GUI cert generation code to its own function so we can add a GUI option to regenerate it later.
Also use some more sane defaults for the contents of the default self-signed certificate's fields so it will be more unique and less likely to trigger problems in browser certificate storage handling.

1f4ad8f4 14 octobre 2014 20:44 Chris Buechler

update comment to reflect breakage caused here and reference associated redmine ticket, not high priority, can be fixed later

eb71461c 14 octobre 2014 20:21 Chris Buechler

block IPv4 link-local. Per RFC 3927, hosts "MUST NOT send the packet to
any router for forwarding", and "any network device receiving such a
packet MUST NOT forward it". FreeBSD won't route it (route-to can override in
some circumstances), so it can't be in use as a real network anywhere with...

71c26c22 13 octobre 2014 19:36 Renato Botelho

Properly set MTU for lagg interface, it fixes #3922

b22f436a 11 octobre 2014 02:09 Chris Buechler

s/removing/omitting/g for gateway monitor log entires. "Removing" is not necessarily correct, there are many circumstances where this runs where it wasn't there to begin with, and is potentially misleading.

1f237bb4 10 octobre 2014 16:17 Renato Botelho

Fix pf syntax s/divert/divert-to/. It should fix #3921

9da083fc 08 octobre 2014 13:54 Renato Botelho

Fix an error introduced in bd0b5d2dc7 that makes system believe interfaces always mismatch

bd0b5d2d 08 octobre 2014 06:33 Chris Buechler

Remove the minimum NIC warning, this dates back to when minimum 2 NICs were supported and it made sense to throw this message at people. It's obvious a network appliance requires at least one NIC.

b4bd9c56 07 octobre 2014 20:17 Ermal

Update the URL for snapshots update

86ce2df7 07 octobre 2014 19:44 Renato Botelho

Be more strict when checking if olsrd is enabled, otherwise when package is deinstalled and configuration is kept dhcpd will consider it's always as enabled

8cbb140a 07 octobre 2014 03:52 Phil Davis

Support up to 4 DNS Servers in DHCP

2d5fd3c2 06 octobre 2014 10:22 Ermal

Remove function that is not implemented properly. Nothing seems to use it.

4aa7f542 06 octobre 2014 10:21 Ermal

Merge pull request #1303 from PiBa-NL/carp_without_matching_subnet

042f0d12 06 octobre 2014 10:16 Ermal

Merge pull request #1304 from sselph/powerd_normal_mode

fb0a4e7a 06 octobre 2014 06:48 Phil Davis

Fix not rules for OPTn network case

Reported in forum https://forum.pfsense.org/index.php?topic=82319.0
The "if (is_subnet($src)) ... filter_address_add_vips_subnets" code needs to go outside all of the if that checks for opt interfaces (not just in the else part). That makes filter_address_add_vips_subnets get called in all cases, including when optn network is specified. (line 2264, 2265)...

3d77cc35 06 octobre 2014 00:35 Steven Selph

Add powerd normal mode flag (-n)

4665dbdd 03 octobre 2014 17:15 Renato Botelho

Make proper check if IP address is configured on another interfaces and ignore current one. It fixes #3807

3c4fc30b 02 octobre 2014 23:19 Chris Buechler

get back to our standard RFC-defined capitalization of IPsec

80a261a2 02 octobre 2014 22:56 PiBa-NL

CARP, allow carp ip to be outside interface and alias subnets (FreeBSD10 feature)

e45e3bf4 25 septembre 2014 13:18 Renato Botelho

Merge pull request #1290 from jean-m-cyr/master

b4db2d0e 25 septembre 2014 13:13 Renato Botelho

Remove also old unbound startup script

31377265 25 septembre 2014 03:26 Jean Cyr

Support IPV6 in unbound.conf

IPv6 addresses are not included in unbound config and access list

78244277 25 septembre 2014 01:58 Renato Botelho

Merge pull request #1289 from jean-m-cyr/master