Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style fixes in interface_mtu_wanted_for_pppoe() | David Wood | 2015-10-11 | 1 | -4/+8 |
| | |||||
* | Limit interface MTU to 1500 if no explicit MTU configured | David Wood | 2015-10-11 | 1 | -4/+9 |
| | | | | | | | | | Without this change, setting the MTU of a PPPoE interface with a VLAN parent interface above 1492 will result in the MTU of other VLANs on the same physical NIC that are not explicitly configured to rise above 1500. It seems unwise - and a Principle of Least Astonishment breach - for an MTU requiring Ethernet jumbo frames to come about without explicit configuration. | ||||
* | Add RFC4638 support (MTU > 1492) to the PPPoE client | David Wood | 2015-10-11 | 1 | -1/+15 |
| | |||||
* | Adjust interface MTUs for PPPoE but do not override explicitly configured MTUs | David Wood | 2015-10-11 | 1 | -17/+60 |
| | |||||
* | Add interface_mtu_wanted_for_pppoe() | David Wood | 2015-10-11 | 1 | -0/+38 |
| | | | | Returns the MTU wanted if an interface or vlan is used as a PPPoE port. | ||||
* | get_parent_interface() - add support for vlans configured as a vlan but not ↵ | David Wood | 2015-10-11 | 1 | -0/+14 |
| | | | | | | an interface One scenario when this happens is a vlan used solely as a PPPoE port. | ||||
* | Do curl_init above any curl_setopt, and take it out of that if block since ↵ | Chris Buechler | 2015-10-08 | 1 | -1/+2 |
| | | | | it applies to all types. | ||||
* | https://redmine.pfsense.org/issues/5207 | Matt Smith | 2015-10-07 | 1 | -2/+1 |
| | | | | change auth methods for both peers when using hybrid RSA + xauth with IKEv1 | ||||
* | Add support for an IPv6 pool for mobile clients. | Matt Smith | 2015-10-07 | 1 | -3/+11 |
| | |||||
* | Fixed #5277 | Stephen Beaver | 2015-10-07 | 1 | -0/+53 |
| | |||||
* | improve spacing for non form panels | Jared Dillard | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Partial fix for #5263 | Stephen Beaver | 2015-10-06 | 1 | -39/+84 |
| | | | | Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available | ||||
* | Merge pull request #1572 from stilez/patch-5 | Renato Botelho | 2015-10-06 | 1 | -33/+19 |
| | |||||
* | Page converted to POST operation | Stephen Beaver | 2015-10-05 | 1 | -9/+13 |
| | |||||
* | Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. ↵ | Chris Buechler | 2015-10-03 | 1 | -0/+4 |
| | | | | Ticket #3858 | ||||
* | Fix typo | Chris Buechler | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Specify PSK for mobile configurations without the leading ID selectors. ↵ | Chris Buechler | 2015-10-02 | 1 | -0/+3 |
| | | | | Fixes PSK mismatches from iOS clients. | ||||
* | When using eap-radius, if the virtual address pool is left blank, pull the ↵ | jim-p | 2015-10-01 | 1 | -2/+6 |
| | | | | | | IP addresses from RADIUS instead. (Will need an IP address defined for each account.) Doesn't seem to be possible to pull from either RADIUS *or* a local pool that I can see from experimenting and looking at strongSwan's docs. | ||||
* | Specify %any where identifier is "any", so the note on these pages | Chris Buechler | 2015-10-01 | 1 | -0/+3 |
| | | | | actually works. | ||||
* | Only need to check 'vip' here. | Chris Buechler | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | fix comment typo Phil Davis noted | Chris Buechler | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Can't use continue here as it continues the foreach, which skips the "ipfw ↵ | Chris Buechler | 2015-09-30 | 1 | -6/+5 |
| | | | | zone" command, breaking CP for any system that doesn't have VIPs defined. | ||||
* | Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726 | Renato Botelho | 2015-09-30 | 2 | -22/+18 |
| | |||||
* | Use product_name global variable in more places | Renato Botelho | 2015-09-30 | 5 | -11/+11 |
| | |||||
* | Use the appropriate parent interface with gateway groups using CARP VIPs. | Chris Buechler | 2015-09-29 | 1 | -1/+8 |
| | | | | Ticket #4990 | ||||
* | Disable DHS as a dynamic DNS provider option. It's never worked, and | Chris Buechler | 2015-09-29 | 2 | -4/+4 |
| | | | | | | | fixing is more complex than just fixing the variable screw up and disabling cert validation for their SSLLabs F-graded site. Updates made on their site even take quite some time to be reflected, seems to be a largely abandoned service. | ||||
* | Use self rather than any in auto-added IPsec rules to prevent | Chris Buechler | 2015-09-28 | 1 | -8/+8 |
| | | | | over-matching. Ticket #5211 | ||||
* | Redmine #5200 be less aggressive about DHCP Pool Notice V2 | Phil Davis | 2015-09-28 | 1 | -2/+21 |
| | | | | | | This one will log_error() the DHCP pool message when it detects the inconsistency at the end of the setup wizard during reload all. That way it can still be seen in the system log that this happened, and one day someone might chase down all the steps in the "reload all" process. Compare this with https://github.com/pfsense/pfsense/pull/1935 and choose which way you would like to go. | ||||
* | Fix comment language | doktornotor | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | Remove syslog.conf entries on package uninstall (Bug #5210) | doktornotor | 2015-09-27 | 1 | -2/+9 |
| | | | The remove_text_from_file() is not needed at all. However, system_syslogd_start() must be run after the package entries are gone from config.xml, otherwise system_syslogd_start() just re-adds the (now almost removed) package logging configuration from there. | ||||
* | Merge pull request #1799 from jlduran/svg-mimetype | Renato Botelho | 2015-09-24 | 1 | -0/+1 |
|\ | |||||
| * | Add SVG MIME type | Jose Luis Duran | 2015-08-29 | 1 | -0/+1 |
| | | | | | | | | SVG MIME type is `image/svg+xml`. | ||||
* | | Use pkg info -e to check if package is installed, it only returns 0/1 ↵ | Renato Botelho | 2015-09-22 | 1 | -1/+1 |
| | | | | | | | | without printing anything | ||||
* | | We do not need a blank line on console | Renato Botelho | 2015-09-22 | 1 | -4/+0 |
| | | |||||
* | | Take internal_name into consideration when looking for package id | Renato Botelho | 2015-09-22 | 1 | -1/+2 |
| | | |||||
* | | Unfinished (but better) versions of hte pkg pages and utilities | Stephen Beaver | 2015-09-22 | 1 | -2/+5 |
| | | |||||
* | | Do not pass vouchers shorter than 5 characters to voucher application, they | Luiz Otavio O Souza | 2015-09-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | are too short to be a valid voucher. Discussed with: Jim P Issue: #4985 | ||||
* | | Fixed #4978 | Jared Dillard | 2015-09-21 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #1902 from dachande/feature/certmanager_san_wildcard_hostname | Renato Botelho | 2015-09-21 | 1 | -4/+9 |
|\ \ | |||||
| * | | Fixed is_domain method call | Daniel Seebald | 2015-09-17 | 1 | -2/+1 |
| | | | |||||
| * | | Added the possibility to use wildcard hostnames in certificate manager SAN ↵ | Daniel Seebald | 2015-09-17 | 1 | -4/+10 |
| | | | | | | | | | | | | fields | ||||
* | | | GratisDNS support for hosts without subdomains | mortencombat | 2015-09-21 | 1 | -2/+9 |
| | | | | | | | | | | | | Resubmit of #1793 | ||||
* | | | Merge pull request #1750 from TarasSavchuk/patch-1 | Renato Botelho | 2015-09-21 | 1 | -0/+7 |
| | | | |||||
* | | | Fix Cloudflare support for Dynamic DNS Updates | doktornotor | 2015-09-21 | 1 | -33/+51 |
| | | | | | | | | | | | | | | | | | | Resubmit of #1812 The current implementation isn't working due to API change. Credits: det0nat3 @ https://forum.pfsense.org/index.php?topic=87436.msg534817#msg534817 | ||||
* | | | Merge pull request #1808 from miken32/master | Renato Botelho | 2015-09-21 | 1 | -0/+9 |
| | | | |||||
* | | | Merge pull request #1905 from doktornotor/patch-2 | Renato Botelho | 2015-09-21 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | pkg-utils.inc typo fix | doktornotor | 2015-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct). | ||||
* | | | | fix interface assignment menus running off VGA screen | doktornotor | 2015-09-21 | 1 | -4/+10 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using VGA console, interface assignment can be a real pain in the ass because of the standard 80 columns width. Dmesg reports the many interface description names in very long strings that don't fit in a row, this breaks the nice appearance of the interface list in the assignment menu. The aestethics is one thing, but the real pain is that the interface list goes off screen by the time the menu asks for the WAN interface name, if there are many interfaces present. It's a real problem to choose from a list which is not visible anymore. One fix is to maximize the length of the interface description to 48 chars. The second fix (and also improvement for better overlooking when the list really goes off) is to print a small list of the interface names at each question. This is necessary because when somebody wants to assign the first interface to the last Optional port, the big list will be way off screen by then, and the name of it won't be visible. This also makes it nice clean and straightforward. | ||||
* | | | Call conf_mount_ro() in better place | Renato Botelho | 2015-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Do not call conf_mount_ro just before call write_config(), write_config() calls conf_mount_(rw|ro), and if filesystem is already mounted in rw state, it'll only increase the refcounter | ||||
* | | | Merge pull request #1895 from doktornotor/patch-9 | Renato Botelho | 2015-09-17 | 1 | -6/+4 |
|\ \ \ |