Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9c07440e 03/05/2013 04:32 PM Colin Fleming

Tidy up widgets XHTML

Close BR tag
Add CDATA sections to scripts
HTML width paramter must be a whole number, not a decimal.

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

695aa325 03/05/2013 10:38 AM Ermal Luçi

Merge pull request #447 from phil-davis/master

DNS Forwarder allow blank forwarding IP address

5f5bd76b 03/05/2013 09:46 AM Phil Davis

DNS Forwarder example text

It was a bit silly putting the examples inside gettext() calls - they should not be translated to other languages in this context. And I made it a "localdomain" example, to match the pfSense wizard default name.

4560c2d1 03/05/2013 09:17 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....

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

7f078046 03/04/2013 07:55 PM Jim Pingle

Use the correct interface number (old code broke for >= 10)

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

74889b22 03/04/2013 12:37 PM Renato Botelho

When adding a new static route, check if network address conflicts with interfaces. It will complement ticket #2852

e480d64b 03/04/2013 12:08 PM Renato Botelho

Fix validation of conflict between interface ip address and static routes. Fixes #2852

b241b144 03/04/2013 11:30 AM rbgarga

Merge pull request #445 from phil-davis/master

Services status widget display 1st sentence of description

41af581e 03/04/2013 10:09 AM Phil Davis

Services status widget display 1st sentence of description

Some packages (e.g. bandwidthd, dansguardian, HAVP, nmap, squid3...) have a very verbose package description. This is displayed in the description column of the services status widget. That makes it take a lot of space on the dashboard. IMHO the first sentence gives a good concise description, so this change just displays the first sentence (text before a "."). Note: I purposely left the "." out of the string, I think it looks neater along with the descriptions of other built-in services - "DHCP Service" "DNS Forwarder"...

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

Merge pull request #436 from phil-davis/master

Add DynDNS No-IP Free account support

96a7ddb7 03/04/2013 01:02 AM Jim Pingle

Fix GPS lat/lon code to properly convert to the format Google wants for the link.

8588508a 03/03/2013 05:26 PM Jim Pingle

Merge pull request #444 from mdima/master

Just make the page validate as XHTML

84903059 03/03/2013 02:50 PM Michele Di Maria

Just make the page validate as XHTML

The only XHTML errors remaining are the ones of the general includes. 

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

Added IE mobile for WP8

244dee81 03/01/2013 06:03 PM Renato Botelho

Reconfigure routing when a new gateway is added

d09e69da 03/01/2013 03:23 PM Renato Botelho

Send ipprotocol parameter when adding new gateways from interfaces.php

f7344c52 03/01/2013 02:42 PM Jim Pingle

Fix extra curly that is breaking firewall rules

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

Remove *_defaultgwv6 also

6b23c19a 03/01/2013 01:44 PM Renato Botelho

Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. Fixes #2768

17ff2c46 03/01/2013 01:02 PM Renato Botelho

Add check for ipv6 subnet when adding aliases with CARP parents

0692dea8 03/01/2013 12:51 PM Renato Botelho

Simplify code

02421eca 03/01/2013 12:48 PM Renato Botelho

Silent php -l removing pass-by-reference

56dda8e0 02/28/2013 10:51 PM Renato Botelho

Fix indent and whitespaces

eb171d8f 02/28/2013 06:41 PM Renato Botelho

Update translatio files

34121b0c 02/28/2013 08:06 AM Seth Mos

Unbreak the html table, this was missing a table cell close tag, also add trim() on the output.

f2bd7b99 02/27/2013 08:50 PM Jim Pingle

Fix typo

da14f0cf 02/27/2013 08:37 PM Jim Pingle

Fix wording for VoIP address option in the shaper. Add rule going the other direction to catch connections initiated both ways.

5b13c47c 02/27/2013 07:24 PM Renato Botelho

Do not count active vouchers as used. Fixes #1550

d8fba822 02/27/2013 07:20 PM Renato Botelho

Fix indent and whitespace

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

4b805dbc 02/27/2013 10:55 AM Renato Botelho

Fix whitespaces, indent and unclosed html tags

6e704f19 02/27/2013 01:11 AM Renato Botelho

Fix response read for 'add new gateway' applet at interface configuration

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

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

a3da3e42 02/26/2013 08:35 PM Jim Pingle

Merge pull request #442 from mdima/master

Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ

1679b68c 02/26/2013 08:25 PM Michele Di Maria

Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ

b4ac7250 02/26/2013 08:19 PM Jim Pingle

Merge pull request #429 from ExolonDX/master

Tidy up HTML errors in INDEX.PHP

ff13c4e5 02/26/2013 03:46 PM Jim Pingle

Merge pull request #441 from neo14/master

Set correct netmask for IPv6 addresses when creating an easy rule: pass

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

5e8eded5 02/26/2013 03:17 PM Jim Pingle

Merge pull request #440 from neo14/master

trim ping host

e700d2ee 02/26/2013 03:14 PM Thomas Rieschl

trim whitespace from ping host

Added trim() function to the $host variable. If whitespace is in front
of the host or IP address the ping command will fail.

91cf9401 02/26/2013 01:38 PM Jim Pingle

Merge pull request #439 from phildd/master

Avoid DynDNS timeout delay when gateway is down

0b844b73 02/26/2013 01:15 PM Renato Botelho

Fix indent, whitespaces and unbalanced <tr> and <td> tags

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

29d33eaa 02/25/2013 10:55 PM Jim Pingle

Merge pull request #438 from mdima/master

Status Queue page: Fixes the Drops issue and adds the Queue length information to the page. 

8e006931 02/25/2013 10:47 PM Michele Di Maria

Update usr/local/www/status_queues.php

Fixes the Drops issue and adds the Queue length information to the page. 

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

774aedf0 02/25/2013 01:38 PM Renato Botelho

Ignore swap partitions when looking for external config file

52034432 02/25/2013 12:32 PM Renato Botelho

Make sure captiveportal section of config is an array, reported on ticket #2838

0333f968 02/24/2013 05:28 PM Phil Davis

Add DynDNS No-IP Free account support

The free No-IP account requires the IP address to be changed within every 30 days. If there is no change, the "last updated" date at No-IP does not get updated and the account lapses.
This change implements a double-update when the cache age reaches 25 days, or the user does "Save & Force Update" on the GUI. It updates the IP to a dummy address (192.168.1.1) and then 10 seconds later puts it back the way it was. After this process, the "last updated" date on the No-IP site updates....

528d5f17 02/24/2013 05:22 PM Phil Davis

Add DynDNS No-IP Free account support

4cfd2390 02/24/2013 01:50 PM Renato Botelho

Encrypt backup after rrd data is added, it fixes #2836

73ed069b 02/24/2013 01:39 PM Renato Botelho

Fix indent and whitespaces

1970b50e 02/24/2013 10:16 AM Chris Buechler

Merge pull request #435 from phil-davis/master

Put common DynDNS code and constants into services.inc

94c872f7 02/24/2013 07:12 AM Phil Davis

Remove leading spaces from DYNDNS_PROVIDER_DESCRIPTIONS

Remove leading spaces to make the string consistent.

1ddae7c3 02/24/2013 07:03 AM Phil Davis

Use common code and constants from services.inc

to reduce code duplication

7a5fe50d 02/24/2013 07:01 AM Phil Davis

Use common code and constants from services.inc

to reduce code duplication

14aee2f4 02/24/2013 06:59 AM Phil Davis

Use common code and constants from services.inc

Reduce code duplication

0e3aeb6b 02/24/2013 06:57 AM Phil Davis

Add common DynDNS constants and code

to system.inc to remove code duplication

cfa845a9 02/24/2013 06:18 AM Luiz Gustavo Costa (gugabsd)

Add onchange tag to checkbox too

ecbf63f0 02/24/2013 04:14 AM Chris Buechler

Merge pull request #433 from phil-davis/master

Cleanup code handling 25 day dyndns update

f5e293e6 02/24/2013 03:24 AM Phil Davis

Cleanup code handling 25 day dyndns update

The code that checks if an IP has not changed for 25 days has out-of-date comments and uses "25" in multiple places and the magic number for 25 days in seconds. Clean this up so that "25" is set once in a variable and used everywhere else for logging and calculating seconds. This makes the code easier to read and maintain, particularly if in future the max age needs to be changed for some/all providers.

a6b14d7e 02/23/2013 07:09 PM Jim Pingle

Merge pull request #432 from phil-davis/master

Whitespace and text typos dyndns.class

0c7bb880 02/23/2013 05:06 PM Phil Davis

Whitespace and text typos dyndns.class

Standardise tabbing and fix a few text typos, before making any real functional changes.

dcb63afe 02/23/2013 07:35 AM Chris Buechler

Merge pull request #431 from phildd/master

Fix is_altq_capable

2163ace9 02/23/2013 06:09 AM phildd

Fix is_altq_capable

Fixes traffic shaper determine which interfaces should be displayed and used.

d348160e 02/22/2013 06:10 PM Renato Botelho

Unset enable parameter instead of set its value to false. Fixes #1838

c4bd43cc 02/22/2013 05:22 PM Renato Botelho

Copy full dhcpd conf from master to slave. Fixes #2600

d026178f 02/22/2013 02:56 PM Renato Botelho

Make sure we create / delete SPDs and SADs on secondary node when it changes on primary. Fixes #2303

dc2e5552 02/22/2013 12:43 PM Renato Botelho

simplify logic a bit

fb6a3e7a 02/22/2013 12:40 PM Renato Botelho

Set pfsync0 as down when it's not being used

b32ea59d 02/22/2013 12:34 PM Renato Botelho

Fixes on HA setup:

- Configure pfsync when configuration is changed
- Disable pfsync when it's disabled on GUI
- Remove syncpeer and back it to default multicast address when it's
removed from conf

Fixes #2491

2ead5ea7 02/22/2013 01:18 AM Jim Pingle

Don't forget zones here too

506bca12 02/22/2013 01:03 AM Jim Pingle

Include zones on voucher expire page tabs.

5d764d64 02/21/2013 07:30 PM Renato Botelho

Insert new NAT rules on the top of the list when top plus icon is used. Fixes #1118

b779511e 02/21/2013 07:28 PM Colin Fleming

Tidy up HTML errors in INDEX.PHP

Without any "widgets" selected, INDEX.PHP (i.e. the "dashboard")
produces 230+ HTML errors, so:

Remove the "closehead" php variable
Close INPUT, BR and IMG tags
Add ALT parameter to IMG tags
Add CDATA sections to SCRIPT tags...

3202763c 02/21/2013 07:15 PM Renato Botelho

Add NAT rule based on NAT rule below it instead of at the bottom of the list. Fixes #1118

95540233 02/21/2013 06:18 PM Renato Botelho

Do not allow bridge members to be assigned to itself. Fixes #1153

ef88e1e1 02/21/2013 05:21 PM Renato Botelho

Fix indent and whitespaces

b030e035 02/21/2013 03:28 PM Renato Botelho

Allow deleting all aliases but the last one within the same subnet of a CARP IP. Fixes #2406

873e49ec 02/21/2013 02:16 PM Renato Botelho

Set if interface is enable before try to configure static arp. Fixes #1988

42fa2c01 02/21/2013 02:05 PM Renato Botelho

Avoid conflicting interface IP address with static routes. Fixes #2039

acc68ffa 02/21/2013 11:43 AM Renato Botelho

find_interface_ipv6 should return the first configured address, not the last one

8de7e180 02/21/2013 11:30 AM Renato Botelho

Improve error message since we can have ipv6 set here

6e828f98 02/21/2013 11:23 AM Renato Botelho

Add missing check for IPv6 overlap on interfaces, it complements the change made for ticket #1723

2c98a935 02/21/2013 11:19 AM Renato Botelho

Teach is_ipaddr_configured to check ipv6 for single IPs. While I'm here, reduce code duplication

8d8b1af7 02/21/2013 10:41 AM Renato Botelho

Remove unused function remove_numbers()