summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up "gateways" widgets XHTMLColin Fleming2013-03-052-5/+11
| | | | | | Added summary to table tags Created new INC file to jump from the dashboard to the gateway status page
* Make get_static routes behave correctly with aliasesErmal2013-03-051-13/+15
|
* Make sure some value is present here during bootErmal2013-03-051-1/+2
|
* Merge pull request #447 from phil-davis/masterErmal Luçi2013-03-052-5/+7
|\ | | | | DNS Forwarder allow blank forwarding IP address
| * DNS Forwarder example textPhil Davis2013-03-051-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 addressPhil Davis2013-03-051-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 addressPhil Davis2013-03-051-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/masterJim P2013-03-041-1/+1
|\ | | | | Added IE Mobile for WP8 to list of mobile browsers
| * Added IE mobile for WP8un0x2013-03-021-1/+1
| |
* | Use the correct interface number (old code broke for >= 10)jim-p2013-03-041-1/+1
| |
* | Save ppp info and realif on interfaces.apply to be able to cleanup old ↵Renato Botelho2013-03-042-11/+20
| | | | | | | | configuration when changing interface type. Fixes #2758
* | Make parent interface and all VLANs use the same MTU. Fixes #2786Renato Botelho2013-03-042-9/+42
| |
* | When adding a new static route, check if network address conflicts with ↵Renato Botelho2013-03-041-0/+18
| | | | | | | | interfaces. It will complement ticket #2852
* | Fix validation of conflict between interface ip address and static routes. ↵Renato Botelho2013-03-041-2/+6
| | | | | | | | Fixes #2852
* | Merge pull request #445 from phil-davis/masterrbgarga2013-03-041-2/+3
|\ \ | | | | | | Services status widget display 1st sentence of description
| * | Services status widget display 1st sentence of descriptionPhil Davis2013-03-041-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/masterChris Buechler2013-03-042-5/+31
|\ \ | | | | | | Add DynDNS No-IP Free account support
| * | Add DynDNS No-IP Free account supportPhil Davis2013-02-241-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 supportPhil Davis2013-02-241-2/+2
| | |
* | | Fix GPS lat/lon code to properly convert to the format Google wants for the ↵jim-p2013-03-031-4/+10
| | | | | | | | | | | | link.
* | | Merge pull request #444 from mdima/masterJim P2013-03-031-16/+17
|\ \ \ | |_|/ |/| | Just make the page validate as XHTML
| * | Just make the page validate as XHTMLMichele Di Maria2013-03-031-16/+17
| | | | | | | | | The only XHTML errors remaining are the ones of the general includes. 
* | | Reconfigure routing when a new gateway is addedRenato Botelho2013-03-011-0/+3
| | |
* | | Send ipprotocol parameter when adding new gateways from interfaces.phpRenato Botelho2013-03-011-2/+2
| | |
* | | Fix extra curly that is breaking firewall rulesjim-p2013-03-011-1/+1
| | |
* | | Remove *_defaultgwv6 alsoRenato Botelho2013-03-011-1/+1
| | |
* | | Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. ↵Renato Botelho2013-03-011-0/+16
| | | | | | | | | | | | Fixes #2768
* | | Add check for ipv6 subnet when adding aliases with CARP parentsRenato Botelho2013-03-011-3/+10
| | |
* | | Simplify codeRenato Botelho2013-03-011-12/+9
| | |
* | | Silent php -l removing pass-by-referenceRenato Botelho2013-03-011-1/+1
| | |
* | | Fix indent and whitespacesRenato Botelho2013-02-281-402/+404
| | |
* | | Update translatio filesRenato Botelho2013-02-282-3850/+17691
| | |
* | | Unbreak the html table, this was missing a table cell close tag, also add ↵smos2013-02-281-2/+3
| | | | | | | | | | | | trim() on the output.
* | | Fix typojim-p2013-02-271-1/+1
| | |
* | | Fix wording for VoIP address option in the shaper. Add rule going the other ↵jim-p2013-02-278-26/+77
| | | | | | | | | | | | direction to catch connections initiated both ways.
* | | Do not count active vouchers as used. Fixes #1550Renato Botelho2013-02-271-0/+2
| | |
* | | Fix indent and whitespaceRenato Botelho2013-02-271-89/+90
| | |
* | | Just set defaultgw after all gateways are processed, it fixes ↵Renato Botelho2013-02-271-18/+21
| | | | | | | | | | | | return_gateways_array()
* | | Consider CP allowed IPs for both directions. It will help ticket #2780Renato Botelho2013-02-271-0/+2
| | |
* | | Hide 'Perform full backup prior to upgrade' option on nano, also hide ↵Renato Botelho2013-02-273-0/+7
| | | | | | | | | | | | restore full backup. Fixes #2844
* | | Fix whitespaces, indent and unclosed html tagsRenato Botelho2013-02-274-140/+142
| | |
* | | Fix response read for 'add new gateway' applet at interface configurationRenato Botelho2013-02-261-4/+2
| | |
* | | Add a pfSsh.php script to remove the shaper settings from the console if needed.jim-p2013-02-261-0/+24
| | |
* | | Merge pull request #442 from mdima/masterJim P2013-02-261-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 PRIQMichele Di Maria2013-02-261-7/+9
| | |
* | | Merge pull request #429 from ExolonDX/masterJim P2013-02-261-43/+40
|\ \ \ | | | | | | | | Tidy up HTML errors in INDEX.PHP
| * | | Tidy up HTML errors in INDEX.PHPColin Fleming2013-02-211-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/masterJim P2013-02-261-0/+4
|\ \ \ \ | | | | | | | | | | Set correct netmask for IPv6 addresses when creating an easy rule: pass
| * | | | no IPv6 check when an easy rule: pass is createdThomas Rieschl2013-02-261-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/masterJim P2013-02-261-1/+1
|\ \ \ \ \ | |/ / / / | | | | | trim ping host
OpenPOWER on IntegriCloud