Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
29f2f07a 03/19/2013 04:21 PM Ermal LUÇI

The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the configuration more consistent

7fd67662 03/19/2013 01:52 PM Ermal LUÇI

Do not run this during startup since it will be called anyhow

961a0fa5 03/19/2013 01:16 PM Ermal LUÇI

Use propper variable for is_ipaddrv6 test

64f89bfa 03/19/2013 01:14 PM Ermal LUÇI

Correct typo that prevents dhcpv6 to generate proper subnet info. Also use already caluclated variable

145cc518 03/19/2013 12:47 PM Seth Mos

Fix the Cellular strength indicator, rssi was always reporting 8 because we didn't use the variable.
The dBm values array was reversed, corrected

7488a9e0 03/19/2013 12:23 PM Renato Botelho

Fix whitespace and indent

a56d8b08 03/19/2013 11:56 AM Ermal LUÇI

Initialize array

f7f27780 03/19/2013 11:55 AM Ermal LUÇI

Remove not used call

c55a0f0c 03/19/2013 11:55 AM Ermal LUÇI

Do not do useless work before needed

deb39cf2 03/19/2013 11:15 AM Ermal LUÇI

When reconfiguring interfaces with dhcp types set try to kill any previous dhcp process of the interface already running

bd66cf32 03/19/2013 11:10 AM Ermal LUÇI

Do not cleanup states on this call

03bfe2ad 03/19/2013 09:59 AM Ermal LUÇI

Define bogon tables where they should be

24cdea2f 03/19/2013 09:53 AM Ermal LUÇI

Use proper interface for reply-to in case of 6rd/6to4

ff5674dc 03/18/2013 04:11 PM Ermal LUÇI

Remove useless function calls

da9dd1b4 03/18/2013 04:01 PM Ermal LUÇI

Unset the ip from the cache to retrieve the right ip

6fb66736 03/18/2013 03:54 PM Ermal LUÇI

Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config generation. Also initialize some arrays to avoid warnings

e9d156fd 03/18/2013 03:28 PM Ermal LUÇI

If gatway is dynamic the type cannot be determined, trim the code trying to do something impossible. While here optimize a bit

909de400 03/18/2013 02:55 PM Ermal LUÇI

Try to remove as much as possible _stf special case through the code

6e46ff86 03/18/2013 02:40 PM Ermal LUÇI

Do a check of interface existing

1b2f460a 03/18/2013 02:38 PM Ermal LUÇI

Use the new functionality on get_real_interface to get the _stf interface when needed

b6c1f22f 03/18/2013 02:36 PM Ermal LUÇI

Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache on optional parameter. Also teach get_real_interface about the tedios ipv6 tunnel interfaces and return them when ipv6 family is specified

f6461410 03/18/2013 01:32 PM Renato Botelho

Avoid trying to remove an invalid IP

67864df7 03/18/2013 11:18 AM Ermal LUÇI

Properly tune rc.linkup for dual stack

1d66a364 03/18/2013 10:41 AM Ermal LUÇI

Handle _stf interface in convertion from real to friendly. Also do no cal lpfSense_module function if not used

6a69bc65 03/16/2013 02:47 PM Renato Botelho

Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and cannot kill it

628a5dc9 03/15/2013 01:40 PM Jim Pingle

Merge pull request #483 from N0YB/System_Firewall_Logs_Filtering

System Firewall Log Filtering by Fields

74c6d36f 03/15/2013 09:17 AM N0YB

System Firewall Log Filtering by Fields

Previous filter form retained for raw logs view.

1bad1025 03/15/2013 09:13 AM Michele Di Maria

Fixes IPSec Status for natted tunnels

See http://redmine.pfsense.org/issues/2884 for details.

Thanks, Michele

d632dd5a 03/14/2013 05:08 PM Renato Botelho

Check if IP is already configured on console setup

08e9c732 03/14/2013 03:20 PM Ermal LUÇI

Use empty which is more strict

016f2459 03/13/2013 07:00 PM Jim Pingle

Merge pull request #481 from phil-davis/master

Enhance tmp and var size checks

8ad8b044 03/13/2013 06:56 PM Phil Davis

Enhance tmp and var size checks

Gets rid of the following console "unexpected operator" messages during boot:
Mounting filesystems...
[: -gt: unexpected operator
[: -gt: unexpected operator
Setting up memory disks... done.

7d88b426 03/13/2013 06:54 PM Renato Botelho

Re-enable admin user if it's disabled when 'Reset webConfigurator password' option is used. Fixes #2877

d06be1a7 03/13/2013 08:14 AM Ermal LUÇI

Do more strick checks for avoiding http://forum.pfsense.org/index.php/topic,59847.0.html

efc0e29a 03/12/2013 05:59 PM Jim Pingle

Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.

a1f735b3 03/12/2013 02:37 PM Renato Botelho

Do not route do default gw when rule gw is down

- Add a new advanced misc option to change the behaviour
- When it is set and rule has its own gateway, that is down, just
disable the rule instead of routing it to default gw

Fixes #2858

ac135e42 03/12/2013 06:48 AM Chris Buechler

use logging on the block all v6 rules if default is log

e92e83d4 03/12/2013 02:16 AM Jim Pingle

Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).

6db58224 03/11/2013 06:25 AM Chris Buechler

move the "block all v6" rules back to where they should be, fix comment

d5280de6 03/11/2013 01:44 AM Chris Buechler

update github repo location

76254caa 03/08/2013 01:54 PM Renato Botelho

Be consistent on vlan checks

f5c2bf1e 03/08/2013 01:48 PM Renato Botelho

Fix logic inversion from 126ff5b264

43c6c9af 03/08/2013 01:48 PM Renato Botelho

Check if MTU is already with correct value before change it

be2c39b6 03/08/2013 01:48 PM Renato Botelho

When parent is not assigned, reset it and all vlans without mtu set to default

3f3252f6 03/08/2013 01:48 PM Renato Botelho

When reset parent to default mtu, deal with all VLANs too

a976c633 03/08/2013 01:48 PM Renato Botelho

Set vlanifs early and use it on more places to simplify logic

20eb8203 03/08/2013 01:48 PM Renato Botelho

Consider parent mtu when it's set instead of default one

5ee6ce25 03/08/2013 01:47 PM Renato Botelho

Simplify a bit the logic

1f9ecbcd 03/08/2013 01:47 PM Renato Botelho

Pass parent interface to link_interface_to_vlans

8306b774 03/08/2013 01:47 PM Renato Botelho

Fix typo on var name

a1d36777 03/08/2013 01:47 PM Renato Botelho

Fix typo s/assgined/assigned/

7965c38f 03/08/2013 01:31 PM Ermal LUÇI

Be consistent on the check

a362a23a 03/08/2013 08:45 AM Ermal LUÇI

Solve the issue when changing vlan parent mtu and leaving its childs with older mtu.

1dedfdd1 03/07/2013 02:21 PM Ermal LUÇI

More fixes

2c07529a 03/07/2013 02:18 PM Ermal LUÇI

Remove debug code

6d1594eb 03/07/2013 02:17 PM Ermal LUÇI

Correct code to apply the mtu correctly

4ffa46bf 03/07/2013 01:59 PM Ermal LUÇI

Correctly handle mtu changing between vlans

6696d2cd 03/07/2013 01:18 PM Ermal LUÇI

Change parent only if its mtu is smaller

e17e1b8a 03/07/2013 12:04 PM Ermal LUÇI

Skip vlan checks for being configured vlan as well

694f2b72 03/07/2013 12:02 PM Ermal LUÇI

Only treat interesting interfaces

2fff3ba2 03/07/2013 12:00 PM Ermal LUÇI

Make this work better and not always go over things for setting mtu

1e08ce64 03/07/2013 11:46 AM Ermal LUÇI

Hopefully is correct now

b1939343 03/07/2013 11:45 AM Ermal LUÇI

Set mtu to the correct interface

672137f4 03/07/2013 11:43 AM Ermal LUÇI

Correct which mtu value is used to be correct

59297ade 03/07/2013 11:42 AM Ermal LUÇI

Sprinkle some XXX just for being consistent

d35233da 03/07/2013 11:40 AM Ermal LUÇI

Correct this behaviour of properly honoring the configured mtu

1befdbf8 03/07/2013 10:03 AM Ermal LUÇI

Tune up a bit dhclient-script and call the kill state command only once its enough

2379c48e 03/06/2013 06:29 PM Jim Pingle

IPsec status corrections, should fix #2861

ba6a4606 03/06/2013 05:58 PM Jim Pingle

Fix doubled $

3697adb2 03/06/2013 01:37 PM Jim Pingle

Print the error message from LDAP in the log for a bind failure.

b710a078 03/06/2013 01:06 PM Jim Pingle

Merge pull request #463 from phil-davis/master

Add DNS Forwarder option to not forward private reverse lookups

0a7985ba 03/06/2013 12:14 PM Phil Davis

Add DNS Forwarder option to not forward private reverse lookups

dcddb2fa 03/06/2013 12:10 PM Ermal LUÇI

You can have multiple 6rd tunnels now days

1fadb9d1 03/05/2013 07:57 PM Ermal LUÇI

Remove old ip information even from the tracking interface as well so that track6 config code does not get confused. Fixes #2627

afe4f2da 03/05/2013 07:53 PM Ermal LUÇI

Remove old ip information so that track6 config does not get confused. Fixes #2627

2686516d 03/05/2013 07:29 PM Jim Pingle

Merge pull request #459 from ExolonDX/branch_30

Tidy up "services" widget XHTML

7aff41fe 03/05/2013 07:07 PM Ermal LUÇI

Give the rules their own number and swap table numbers to correct statistics gathering.

bb877f44 03/05/2013 06:56 PM Colin Fleming

Tidy up "services" widget XHTML

Added ALT to img tags
Closed off IMG tags
Deprecated the ampersand in HREF tag
Added summary to table tags
Moved nowrap to class definition
Tidied up the CDATA section in scripts.

bcab1b07 03/05/2013 11:49 AM Ermal LUÇI

Make get_static routes behave correctly with aliases

46209e0b 03/05/2013 11:03 AM Ermal LUÇI

Make sure some value is present here during boot

6f8679af 03/05/2013 09:02 AM Phil Davis

DNS Forwarder allow null forwarding address

dnsmasq allows a blank forwarding IP address to be specified in --server parameters. In that case, dnsmasq will attempt a local lookup of the name (e.g. in hosts file), but will not forward the request on to the standard name servers....

e82e8700 03/04/2013 09:20 PM Jim Pingle

Merge pull request #446 from un0x/master

Added IE Mobile for WP8 to list of mobile browsers

e12ad49f 03/04/2013 12:57 PM Renato Botelho

Save ppp info and realif on interfaces.apply to be able to cleanup old configuration when changing interface type. Fixes #2758

4a735210 03/04/2013 12:50 PM Renato Botelho

Make parent interface and all VLANs use the same MTU. Fixes #2786

397bff13 03/04/2013 09:25 AM Chris Buechler

Merge pull request #436 from phil-davis/master

Add DynDNS No-IP Free account support

2cf899d3 03/02/2013 10:39 PM un0x

Added IE mobile for WP8

75f4d868 03/01/2013 02:16 PM Renato Botelho

Remove *_defaultgwv6 also

08c3810c 02/27/2013 03:47 PM Renato Botelho

Just set defaultgw after all gateways are processed, it fixes return_gateways_array()

5b0e0182 02/27/2013 02:26 PM Renato Botelho

Consider CP allowed IPs for both directions. It will help ticket #2780

9beebb5e 02/27/2013 11:06 AM Renato Botelho

Hide 'Perform full backup prior to upgrade' option on nano, also hide restore full backup. Fixes #2844

375136d9 02/26/2013 09:43 PM Jim Pingle

Add a pfSsh.php script to remove the shaper settings from the console if needed.

aea83400 02/26/2013 03:34 PM Thomas Rieschl

no IPv6 check when an easy rule: pass is created

The easyrule_pass_rule_add() now checks for an IPv6 address and sets the
netmask accordingly.
This is the fix for bug: http://redmine.pfsense.org/issues/2843

873e4b28 02/26/2013 12:07 PM phildd

Avoid DynDNS timeout delay when gateway is down

When a dynamic DNS entry is set on an interface that has a private IP, the code has to find the ultimate public IP of that interface by using checkip.dyndns.org. If the interface is currently down (e.g. ISP is down or the cable is unplugged...) then there is a timeout delay while waiting for checkip.dyndns.org to (not) respond....

ed5f7e9e 02/26/2013 11:41 AM Renato Botelho

When auth algorithm is hmac-sha512, it produces long lines and wrap them, what breaks the parser. Ignore lines that starts with a space to fix it. Fixes #2842

6d0b9fe9 02/25/2013 08:24 PM Jim Pingle

Better check for the right bits being set.

6ca938cf 02/25/2013 08:19 PM Jim Pingle

Always clear the OpenVPN route when using shared key, no matter what the tunnel network "CIDR" is set to, it still needs it.

2b333210 02/25/2013 07:58 PM Jim Pingle

Show cert start/end dates in list.

8e479c61 02/25/2013 07:38 PM Renato Botelho

Add VPNs and PPPoE rules before regular ones. Fixes #2837

06182467 02/25/2013 03:40 PM Renato Botelho

Create rules for grouped interfaces before regular ones. Fixes #2837

133d754e 02/25/2013 03:05 PM Renato Botelho

Fix indent and whitespaces