Colin Fleming
94fbacaea0
Tidy up XHTML
...
Added ALT to img tag
2013-03-05 16:52:27 +00:00
Ermal
bcab1b076d
Make get_static routes behave correctly with aliases
2013-03-05 11:49:43 +00:00
Ermal
46209e0b79
Make sure some value is present here during boot
2013-03-05 11:03:00 +00:00
Ermal Luçi
695aa32565
Merge pull request #447 from phil-davis/master
...
DNS Forwarder allow blank forwarding IP address
2013-03-05 02:38:04 -08:00
Phil Davis
5f5bd76b19
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.
2013-03-05 15:31:14 +05:45
Phil Davis
4560c2d196
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.
This is a useful way to prevent internal name requests from being sent out to the real internet name servers.
2013-03-05 15:02:39 +05:45
Phil Davis
6f8679af81
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.
This is a useful way to prevent internal name requests from being sent out to the real internet name servers.
2013-03-05 14:47:09 +05:45
Jim P
e82e8700fd
Merge pull request #446 from un0x/master
...
Added IE Mobile for WP8 to list of mobile browsers
2013-03-04 13:20:54 -08:00
jim-p
7f07804662
Use the correct interface number (old code broke for >= 10)
2013-03-04 14:55:59 -05:00
Renato Botelho
e12ad49f46
Save ppp info and realif on interfaces.apply to be able to cleanup old configuration when changing interface type. Fixes #2758
2013-03-04 09:57:28 -03:00
Renato Botelho
4a7352101f
Make parent interface and all VLANs use the same MTU. Fixes #2786
2013-03-04 09:50:48 -03:00
Renato Botelho
74889b2232
When adding a new static route, check if network address conflicts with interfaces. It will complement ticket #2852
2013-03-04 09:37:24 -03:00
Renato Botelho
e480d64bc5
Fix validation of conflict between interface ip address and static routes. Fixes #2852
2013-03-04 09:08:06 -03:00
rbgarga
b241b1442b
Merge pull request #445 from phil-davis/master
...
Services status widget display 1st sentence of description
2013-03-04 03:30:02 -08:00
Phil Davis
41af581edd
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"...
2013-03-04 15:54:23 +05:45
Chris Buechler
397bff13a7
Merge pull request #436 from phil-davis/master
...
Add DynDNS No-IP Free account support
2013-03-04 01:25:37 -08:00
jim-p
96a7ddb760
Fix GPS lat/lon code to properly convert to the format Google wants for the link.
2013-03-03 20:02:34 -05:00
Jim P
8588508afb
Merge pull request #444 from mdima/master
...
Just make the page validate as XHTML
2013-03-03 09:26:28 -08:00
Michele Di Maria
8490305911
Just make the page validate as XHTML
...
The only XHTML errors remaining are the ones of the general includes.
2013-03-03 15:50:56 +01:00
un0x
2cf899d3ed
Added IE mobile for WP8
2013-03-02 23:39:08 +01:00
Renato Botelho
244dee8142
Reconfigure routing when a new gateway is added
2013-03-01 15:03:39 -03:00
Renato Botelho
d09e69da07
Send ipprotocol parameter when adding new gateways from interfaces.php
2013-03-01 12:23:47 -03:00
jim-p
f7344c521d
Fix extra curly that is breaking firewall rules
2013-03-01 09:42:22 -05:00
Renato Botelho
75f4d86867
Remove *_defaultgwv6 also
2013-03-01 11:16:42 -03:00
Renato Botelho
6b23c19a15
Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. Fixes #2768
2013-03-01 10:44:01 -03:00
Renato Botelho
17ff2c46c2
Add check for ipv6 subnet when adding aliases with CARP parents
2013-03-01 10:02:21 -03:00
Renato Botelho
0692dea873
Simplify code
2013-03-01 09:51:32 -03:00
Renato Botelho
02421eca47
Silent php -l removing pass-by-reference
2013-03-01 09:48:27 -03:00
Renato Botelho
56dda8e089
Fix indent and whitespaces
2013-02-28 19:51:43 -03:00
Renato Botelho
eb171d8f4e
Update translatio files
2013-02-28 15:41:24 -03:00
smos
34121b0c65
Unbreak the html table, this was missing a table cell close tag, also add trim() on the output.
2013-02-28 09:06:37 +01:00
jim-p
f2bd7b9995
Fix typo
2013-02-27 15:50:53 -05:00
jim-p
da14f0cf0b
Fix wording for VoIP address option in the shaper. Add rule going the other direction to catch connections initiated both ways.
2013-02-27 15:37:39 -05:00
Renato Botelho
5b13c47cb2
Do not count active vouchers as used. Fixes #1550
2013-02-27 16:24:13 -03:00
Renato Botelho
d8fba822bb
Fix indent and whitespace
2013-02-27 16:20:20 -03:00
Renato Botelho
08c3810ceb
Just set defaultgw after all gateways are processed, it fixes return_gateways_array()
2013-02-27 12:47:03 -03:00
Renato Botelho
5b0e0182c7
Consider CP allowed IPs for both directions. It will help ticket #2780
2013-02-27 11:26:47 -03:00
Renato Botelho
9beebb5e54
Hide 'Perform full backup prior to upgrade' option on nano, also hide restore full backup. Fixes #2844
2013-02-27 08:06:23 -03:00
Renato Botelho
4b805dbc93
Fix whitespaces, indent and unclosed html tags
2013-02-27 07:55:34 -03:00
Renato Botelho
6e704f1960
Fix response read for 'add new gateway' applet at interface configuration
2013-02-26 22:11:27 -03:00
jim-p
375136d94f
Add a pfSsh.php script to remove the shaper settings from the console if needed.
2013-02-26 16:43:54 -05:00
Jim P
a3da3e4200
Merge pull request #442 from mdima/master
...
Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ
2013-02-26 12:35:56 -08:00
Michele Di Maria
1679b68cf7
Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ
2013-02-26 21:25:49 +01:00
Jim P
b4ac7250d9
Merge pull request #429 from ExolonDX/master
...
Tidy up HTML errors in INDEX.PHP
2013-02-26 12:19:10 -08:00
Jim P
ff13c4e52c
Merge pull request #441 from neo14/master
...
Set correct netmask for IPv6 addresses when creating an easy rule: pass
2013-02-26 07:46:23 -08:00
Thomas Rieschl
aea834001c
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
2013-02-26 16:34:08 +01:00
Jim P
5e8eded5a3
Merge pull request #440 from neo14/master
...
trim ping host
2013-02-26 07:17:34 -08:00
Thomas Rieschl
e700d2ee1b
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.
2013-02-26 16:14:43 +01:00
Jim P
91cf9401c7
Merge pull request #439 from phildd/master
...
Avoid DynDNS timeout delay when gateway is down
2013-02-26 05:38:49 -08:00
Renato Botelho
0b844b73b5
Fix indent, whitespaces and unbalanced <tr> and <td> tags
2013-02-26 10:15:42 -03:00