Projet

Général

Profil

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

univnautes / etc @ master

# Date Auteur Commentaire
89cf3dc0 13 novembre 2014 13:09 Renato Botelho

Fix logic to find available next number for limiters and queues. It fixes #3998

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

2951a06a 12 novembre 2014 15:27 Renato Botelho

Only create missing ssh keys, do not overwrite existing ones. It fixes #4003

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.

5823df59 12 novembre 2014 07:32 Chris Buechler

remove this log, it's never logged anything useful that I've seen, and unnecessarily spams the secondary's system log on every config sync.

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

1f2f38f5 11 novembre 2014 20:49 Ermal

Ticket #3967 also sync other vip types that can be synched.

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

eacdbc4d 11 novembre 2014 14:33 Renato Botelho

Revert "Ticket #3789. Put a start at using the proxyurl/proxyport from system configured settings for bogons. It still does not consider the user/pass configured"

This reverts commit 664adf3845cf1df89769bb0ed5fc113048e0912e.

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

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.

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.

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

a3fad592 03 novembre 2014 17:43 Phil Davis

Fixup dhcpd interface enabled check

ba667cc6 03 novembre 2014 16:04 Phil Davis

Fix console set interface IP address

Problem as per forum https://forum.pfsense.org/index.php?topic=83651.0
The problem comes whenever services_dhcpd_configure is called - the global $config gets reset from the actual current config, and any pending changes in the current process are lost....

fe9d4894 03 novembre 2014 13:54 Renato Botelho

Fix indent

46a989ce 03 novembre 2014 11:08 Warren Baker

Indent here as well

8727b3c8 03 novembre 2014 07:04 Phil Davis

Set interface address from consol tidy output

While trying to see why this is not working for me (forum https://forum.pfsense.org/index.php?topic=83651.0 ) I have fixed some little things:
1) Get the new-lines right so the output of the restarting looks neat...

8cb7d3e3 01 novembre 2014 23:41 Ermal

Properly configure NAT Tranversal setting.

6af85718 01 novembre 2014 20:54 Ermal

Remove debugging code

f3dd7e8c 01 novembre 2014 18:56 Ermal

Properly test if FCGI is calling or are being triggered from shell. Normally Fixes #3361

9fdc167f 01 novembre 2014 18:55 Ermal

Properly test if FCGI is calling or are being triggered from shell. Normally Fixes #3361

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!

038f6e96 01 novembre 2014 07:42 Chris Buechler

clarify logs generated by newwanip(v6) when restarting packages, it's not only IP changes that end up here (by design).

8560c756 31 octobre 2014 15:26 jim-p

Fix two more instances of rrd.tgz renaming.

1ae41bfe 30 octobre 2014 22:37 Chris Buechler

Kill states associated with the old WAN IP when WAN IP has changed. Retain
hidden config option to wipe all states on IP change, as there seemed to
be circumstances where the 'pfctl -k $oldip' didn't suffice for others
(much of history in redmine ticket, some on forum and elsewhere). ticket

737b18f2 30 octobre 2014 21:35 Ermal

Allow accept_unencrypted_mainmode_messages to be enabled if needed

461eac09 30 octobre 2014 19:15 Chris Buechler

only kill all states if the IP changed. ticket #1629

5274102e 29 octobre 2014 21:39 Chris Buechler

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

002d286c 29 octobre 2014 07:08 Chris Buechler

fix up text

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

569e2fdf 28 octobre 2014 19:31 Chris Buechler

Add option to kill all states on IP change, currently a hidden option for more testing. ticket #1629

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.

095707fe 23 octobre 2014 16:24 Renato Botelho

Merge pull request #1313 from phil-davis/patch-9

687d0a6d 21 octobre 2014 19:46 Chris Buechler

remove the command number shown in the shell prompt, it's a pointless
waste of screen space

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

6d951458 20 octobre 2014 17:41 Renato Botelho

Let user decide if he wants to proceed to the upgrade when sha256 fails to download. Fixes #3576

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

b6dbbebc 15 octobre 2014 20:01 jim-p

Add command line script to generate and activate a new GUI certificate.

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.

664adf38 15 octobre 2014 00:55 Ermal

Ticket #3789. Put a start at using the proxyurl/proxyport from system configured settings for bogons. It still does not consider the user/pass configured

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