summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Coding style fixes in interface_mtu_wanted_for_pppoe()David Wood2015-10-111-4/+8
|
* Limit interface MTU to 1500 if no explicit MTU configuredDavid Wood2015-10-111-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 clientDavid Wood2015-10-111-1/+15
|
* Adjust interface MTUs for PPPoE but do not override explicitly configured MTUsDavid Wood2015-10-111-17/+60
|
* Add interface_mtu_wanted_for_pppoe()David Wood2015-10-111-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 Wood2015-10-111-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 Buechler2015-10-081-1/+2
| | | | it applies to all types.
* https://redmine.pfsense.org/issues/5207Matt Smith2015-10-071-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 Smith2015-10-071-3/+11
|
* Fixed #5277Stephen Beaver2015-10-071-0/+53
|
* improve spacing for non form panelsJared Dillard2015-10-061-1/+1
|
* Partial fix for #5263Stephen Beaver2015-10-061-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-5Renato Botelho2015-10-061-33/+19
|
* Page converted to POST operationStephen Beaver2015-10-051-9/+13
|
* Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. ↵Chris Buechler2015-10-031-0/+4
| | | | Ticket #3858
* Fix typoChris Buechler2015-10-021-1/+1
|
* Specify PSK for mobile configurations without the leading ID selectors. ↵Chris Buechler2015-10-021-0/+3
| | | | Fixes PSK mismatches from iOS clients.
* When using eap-radius, if the virtual address pool is left blank, pull the ↵jim-p2015-10-011-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 pagesChris Buechler2015-10-011-0/+3
| | | | actually works.
* Only need to check 'vip' here.Chris Buechler2015-09-301-1/+1
|
* fix comment typo Phil Davis notedChris Buechler2015-09-301-1/+1
|
* Can't use continue here as it continues the foreach, which skips the "ipfw ↵Chris Buechler2015-09-301-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 #4726Renato Botelho2015-09-302-22/+18
|
* Use product_name global variable in more placesRenato Botelho2015-09-305-11/+11
|
* Use the appropriate parent interface with gateway groups using CARP VIPs.Chris Buechler2015-09-291-1/+8
| | | | Ticket #4990
* Disable DHS as a dynamic DNS provider option. It's never worked, andChris Buechler2015-09-292-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 preventChris Buechler2015-09-281-8/+8
| | | | over-matching. Ticket #5211
* Redmine #5200 be less aggressive about DHCP Pool Notice V2Phil Davis2015-09-281-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 languagedoktornotor2015-09-281-1/+1
|
* Remove syslog.conf entries on package uninstall (Bug #5210)doktornotor2015-09-271-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-mimetypeRenato Botelho2015-09-241-0/+1
|\
| * Add SVG MIME typeJose Luis Duran2015-08-291-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 Botelho2015-09-221-1/+1
| | | | | | | | without printing anything
* | We do not need a blank line on consoleRenato Botelho2015-09-221-4/+0
| |
* | Take internal_name into consideration when looking for package idRenato Botelho2015-09-221-1/+2
| |
* | Unfinished (but better) versions of hte pkg pages and utilitiesStephen Beaver2015-09-221-2/+5
| |
* | Do not pass vouchers shorter than 5 characters to voucher application, theyLuiz Otavio O Souza2015-09-221-2/+3
| | | | | | | | | | | | | | are too short to be a valid voucher. Discussed with: Jim P Issue: #4985
* | Fixed #4978Jared Dillard2015-09-211-3/+2
| |
* | Merge pull request #1902 from dachande/feature/certmanager_san_wildcard_hostnameRenato Botelho2015-09-211-4/+9
|\ \
| * | Fixed is_domain method callDaniel Seebald2015-09-171-2/+1
| | |
| * | Added the possibility to use wildcard hostnames in certificate manager SAN ↵Daniel Seebald2015-09-171-4/+10
| | | | | | | | | | | | fields
* | | GratisDNS support for hosts without subdomainsmortencombat2015-09-211-2/+9
| | | | | | | | | | | | Resubmit of #1793
* | | Merge pull request #1750 from TarasSavchuk/patch-1Renato Botelho2015-09-211-0/+7
| | |
* | | Fix Cloudflare support for Dynamic DNS Updates doktornotor2015-09-211-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/masterRenato Botelho2015-09-211-0/+9
| | |
* | | Merge pull request #1905 from doktornotor/patch-2Renato Botelho2015-09-211-1/+1
|\ \ \
| * | | pkg-utils.inc typo fixdoktornotor2015-09-191-1/+1
| | | | | | | | | | | | Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct).
* | | | fix interface assignment menus running off VGA screendoktornotor2015-09-211-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 placeRenato Botelho2015-09-181-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-9Renato Botelho2015-09-171-6/+4
|\ \ \
OpenPOWER on IntegriCloud