Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make get_static routes behave correctly with aliases | Ermal | 2013-03-05 | 1 | -13/+15 |
| | |||||
* | Make sure some value is present here during boot | Ermal | 2013-03-05 | 1 | -1/+2 |
| | |||||
* | Merge pull request #447 from phil-davis/master | Ermal Luçi | 2013-03-05 | 2 | -5/+7 |
|\ | | | | | DNS Forwarder allow blank forwarding IP address | ||||
| * | DNS Forwarder example text | Phil Davis | 2013-03-05 | 1 | -1/+1 |
| | | | | | | 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. | ||||
| * | DNS Forwarder allow null forwarding address | Phil Davis | 2013-03-05 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
| * | DNS Forwarder allow null forwarding address | Phil Davis | 2013-03-05 | 1 | -1/+3 |
|/ | | | | 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. | ||||
* | Merge pull request #446 from un0x/master | Jim P | 2013-03-04 | 1 | -1/+1 |
|\ | | | | | Added IE Mobile for WP8 to list of mobile browsers | ||||
| * | Added IE mobile for WP8 | un0x | 2013-03-02 | 1 | -1/+1 |
| | | |||||
* | | Use the correct interface number (old code broke for >= 10) | jim-p | 2013-03-04 | 1 | -1/+1 |
| | | |||||
* | | Save ppp info and realif on interfaces.apply to be able to cleanup old ↵ | Renato Botelho | 2013-03-04 | 2 | -11/+20 |
| | | | | | | | | configuration when changing interface type. Fixes #2758 | ||||
* | | Make parent interface and all VLANs use the same MTU. Fixes #2786 | Renato Botelho | 2013-03-04 | 2 | -9/+42 |
| | | |||||
* | | When adding a new static route, check if network address conflicts with ↵ | Renato Botelho | 2013-03-04 | 1 | -0/+18 |
| | | | | | | | | interfaces. It will complement ticket #2852 | ||||
* | | Fix validation of conflict between interface ip address and static routes. ↵ | Renato Botelho | 2013-03-04 | 1 | -2/+6 |
| | | | | | | | | Fixes #2852 | ||||
* | | Merge pull request #445 from phil-davis/master | rbgarga | 2013-03-04 | 1 | -2/+3 |
|\ \ | | | | | | | Services status widget display 1st sentence of description | ||||
| * | | Services status widget display 1st sentence of description | Phil Davis | 2013-03-04 | 1 | -2/+3 |
|/ / | | | | | 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"... | ||||
* | | Merge pull request #436 from phil-davis/master | Chris Buechler | 2013-03-04 | 2 | -5/+31 |
|\ \ | | | | | | | Add DynDNS No-IP Free account support | ||||
| * | | Add DynDNS No-IP Free account support | Phil Davis | 2013-02-24 | 1 | -3/+29 |
| | | | | | | | | | | | | | | | 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. To get this behavious, users have to select "No-IP (free)" as their DynDNS service type. | ||||
| * | | Add DynDNS No-IP Free account support | Phil Davis | 2013-02-24 | 1 | -2/+2 |
| | | | |||||
* | | | Fix GPS lat/lon code to properly convert to the format Google wants for the ↵ | jim-p | 2013-03-03 | 1 | -4/+10 |
| | | | | | | | | | | | | link. | ||||
* | | | Merge pull request #444 from mdima/master | Jim P | 2013-03-03 | 1 | -16/+17 |
|\ \ \ | |_|/ |/| | | Just make the page validate as XHTML | ||||
| * | | Just make the page validate as XHTML | Michele Di Maria | 2013-03-03 | 1 | -16/+17 |
| | | | | | | | | | The only XHTML errors remaining are the ones of the general includes. | ||||
* | | | Reconfigure routing when a new gateway is added | Renato Botelho | 2013-03-01 | 1 | -0/+3 |
| | | | |||||
* | | | Send ipprotocol parameter when adding new gateways from interfaces.php | Renato Botelho | 2013-03-01 | 1 | -2/+2 |
| | | | |||||
* | | | Fix extra curly that is breaking firewall rules | jim-p | 2013-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Remove *_defaultgwv6 also | Renato Botelho | 2013-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. ↵ | Renato Botelho | 2013-03-01 | 1 | -0/+16 |
| | | | | | | | | | | | | Fixes #2768 | ||||
* | | | Add check for ipv6 subnet when adding aliases with CARP parents | Renato Botelho | 2013-03-01 | 1 | -3/+10 |
| | | | |||||
* | | | Simplify code | Renato Botelho | 2013-03-01 | 1 | -12/+9 |
| | | | |||||
* | | | Silent php -l removing pass-by-reference | Renato Botelho | 2013-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Fix indent and whitespaces | Renato Botelho | 2013-02-28 | 1 | -402/+404 |
| | | | |||||
* | | | Update translatio files | Renato Botelho | 2013-02-28 | 2 | -3850/+17691 |
| | | | |||||
* | | | Unbreak the html table, this was missing a table cell close tag, also add ↵ | smos | 2013-02-28 | 1 | -2/+3 |
| | | | | | | | | | | | | trim() on the output. | ||||
* | | | Fix typo | jim-p | 2013-02-27 | 1 | -1/+1 |
| | | | |||||
* | | | Fix wording for VoIP address option in the shaper. Add rule going the other ↵ | jim-p | 2013-02-27 | 8 | -26/+77 |
| | | | | | | | | | | | | direction to catch connections initiated both ways. | ||||
* | | | Do not count active vouchers as used. Fixes #1550 | Renato Botelho | 2013-02-27 | 1 | -0/+2 |
| | | | |||||
* | | | Fix indent and whitespace | Renato Botelho | 2013-02-27 | 1 | -89/+90 |
| | | | |||||
* | | | Just set defaultgw after all gateways are processed, it fixes ↵ | Renato Botelho | 2013-02-27 | 1 | -18/+21 |
| | | | | | | | | | | | | return_gateways_array() | ||||
* | | | Consider CP allowed IPs for both directions. It will help ticket #2780 | Renato Botelho | 2013-02-27 | 1 | -0/+2 |
| | | | |||||
* | | | Hide 'Perform full backup prior to upgrade' option on nano, also hide ↵ | Renato Botelho | 2013-02-27 | 3 | -0/+7 |
| | | | | | | | | | | | | restore full backup. Fixes #2844 | ||||
* | | | Fix whitespaces, indent and unclosed html tags | Renato Botelho | 2013-02-27 | 4 | -140/+142 |
| | | | |||||
* | | | Fix response read for 'add new gateway' applet at interface configuration | Renato Botelho | 2013-02-26 | 1 | -4/+2 |
| | | | |||||
* | | | Add a pfSsh.php script to remove the shaper settings from the console if needed. | jim-p | 2013-02-26 | 1 | -0/+24 |
| | | | |||||
* | | | Merge pull request #442 from mdima/master | Jim P | 2013-02-26 | 1 | -7/+9 |
|\ \ \ | |/ / | | | | Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ | ||||
| * | | Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ | Michele Di Maria | 2013-02-26 | 1 | -7/+9 |
| | | | |||||
* | | | Merge pull request #429 from ExolonDX/master | Jim P | 2013-02-26 | 1 | -43/+40 |
|\ \ \ | | | | | | | | | Tidy up HTML errors in INDEX.PHP | ||||
| * | | | Tidy up HTML errors in INDEX.PHP | Colin Fleming | 2013-02-21 | 1 | -43/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Heading tags cannot contain DIV tags | ||||
* | | | | Merge pull request #441 from neo14/master | Jim P | 2013-02-26 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Set correct netmask for IPv6 addresses when creating an easy rule: pass | ||||
| * | | | | no IPv6 check when an easy rule: pass is created | Thomas Rieschl | 2013-02-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | Merge pull request #440 from neo14/master | Jim P | 2013-02-26 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | | | | trim ping host | ||||
| * | | | | trim whitespace from ping host | Thomas Rieschl | 2013-02-26 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | Added trim() function to the $host variable. If whitespace is in front of the host or IP address the ping command will fail. |