summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Preserve /tmp permission, it fixes #5298Renato Botelho2015-10-131-0/+1
|
* Remove strongswan's cert directories and repopulate them, to ensure no ↵Chris Buechler2015-10-121-0/+5
| | | | removed CAs, certs, or CRLs remain. Ticket #5238
* Fix up strongswan logging levels. Remove charondebug since strongswan.conf ↵Chris Buechler2015-10-121-7/+11
| | | | settings take precedence. Set logging levels in strongswan.conf to match what's set on a running system via 'ipsec stroke loglevel', and remove log levels that were hard coded in strongswan.conf. Ticket #5242
* Add SVG MIME type - RELENG_2_2doktornotor2015-10-091-0/+1
| | | Because it breaks traffic graphs for people.https://forum.pfsense.org/index.php?topic=87390.0
* 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-4/+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
|
* Can't use continue here as it continues the foreach, which skips theChris Buechler2015-09-301-6/+5
| | | | | "ipfw zone" command, breaking CP for any system that doesn't have VIPs defined.
* Bring this back, I'll fix issues afterwards. Revert "Remove "auto", it's ↵Chris Buechler2015-09-291-1/+3
| | | | | | just a synonym for IKEv2. Ticket #4873" This reverts commit 47f802694a1e1dfbbd011d7ec431c0948358b5c3.
* Use the appropriate parent interface with gateway groups using CARP VIPs.Chris Buechler2015-09-291-2/+9
| | | | Ticket #4990
* Disable DHS as a dynamic DNS provider option. It's never worked, andChris Buechler2015-09-292-5/+6
| | | | | | | 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
* Merge pull request #1938 from phil-davis/patch-5Renato Botelho2015-09-281-2/+21
|\
| * Redmine #5200 be less aggressive about DHCP Pool Notice V2Phil Davis2015-09-261-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) - RELENG_2_2doktornotor2015-09-271-3/+10
|/ | | 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.
* Use get_interface rather than find_interface here. It'll work for VIPs on ↵Chris Buechler2015-09-231-2/+2
| | | | gateway groups this way, and cache doesn't really matter here. Partial fix for Ticket #4990
* Do not pass vouchers shorter than 5 characters to voucher application, theyLuiz Otavio O Souza2015-09-221-2/+4
| | | | | | | are too short to be a valid voucher. Discussed with: Jim P Issue: #4985
* Merge pull request #1790 from phil-davis/pkg-install-4884-RELENG_2_2Renato Botelho2015-09-211-6/+12
|\
| * Pkg install error handling and connect timeout RELENG_2_2Phil Davis2015-07-271-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Redmine #4884 1) Line 778-780 - If the fetch of any of the package additional files fails then bail out. This prevents half-installed packages that look like they had a successful install. 2) Line 1458 - use the return boolean value from download_file_with_progress_bar() to determine success or failure here, like is done in the other places in this file. I had a case of installing a package with an error (timeout) and the download (I presume it was the download code) had left an empty file /usr/local/pkg/autoconfigbackup.xml - it passed the file_exists() check and the rest of the code went on to happily install the "nothing" in the package and then claim the package was successfully installed :( After the above 2 changes I could get reliable indication of success/failure of the package install and the code would abort nicely if a download went wrong. 3) Package installs happen either: i) On the end of a boot after upgrade or config restore, or; ii) Online while the main system is running (happily) Therefore there is no need to rush to abort if the download of a package file is taking some time to get started. It seems better to me to wait a decent amount of time rather than abort. Thus I have increased the connect timeout for this from the default (5) to 30 seconds. This makes my crap sites load packages much better :)
* | GratisDNS support for hosts without subdomainsmortencombat2015-09-211-2/+9
| | | | | | | | Resubmit of #1793
* | Add L2TP server's interface to mpd.confTarasSavchuk2015-09-211-0/+7
| | | | | | | | | | https://redmine.pfsense.org/issues/4830 https://forum.pfsense.org/index.php?topic=95908.0
* | Merge pull request #1916 from doktornotor/patch-15Renato Botelho2015-09-211-32/+50
|\ \
| * | Fix Cloudflare support for Dynamic DNS Updatesdoktornotor2015-09-201-32/+50
| | | | | | | | | | | | | | | Backport of #1812 to RELENG_2_2 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 #1807 from miken32/RELENG_2_2Renato Botelho2015-09-211-0/+9
|\ \ \
| * | | Fix missing DH group 22-24Michael Newton2015-08-041-0/+9
| | | |
* | | | Merge pull request #1836 from phil-davis/patch-4Renato Botelho2015-09-211-1/+9
|\ \ \ \
| * | | | Ignore DHCP pools that are out of range RELENG_2_2Phil Davis2015-08-281-1/+9
| | | | | | | | | | | | | | | Backport of https://github.com/pfsense/pfsense/pull/1824
* | | | | Merge pull request #1913 from doktornotor/patch-11Renato Botelho2015-09-211-1/+1
|\ \ \ \ \
| * | | | | pkg-utils.inc typo fix - RELENG_2_2doktornotor2015-09-201-1/+1
| | |_|/ / | |/| | |
* | | | | 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.
* | | | Merge pull request #1894 from doktornotor/patch-6Renato Botelho2015-09-171-10/+8
|\ \ \ \
| * | | | Make the openvpn-server IP address consistent with CSC overrides behaviordoktornotor2015-09-171-1/+1
| | | | |
| * | | | Fix incorrect netmask sent to client with static IP set in RADIUS (Bug #5129)doktornotor2015-09-121-10/+8
| | | | |
* | | | | Merge pull request #1837 from phil-davis/patch-5Renato Botelho2015-09-171-0/+2
|\ \ \ \ \
| * | | | | Redmine #5046 UEFI network booting arch 00:09Phil Davis2015-08-281-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1811 from phil-davis/patch-10Chris Buechler2015-09-161-0/+60
|\ \ \ \ \
| * | | | | Ignore case when comparing package versionsPhil Davis2015-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that "versions" that probably are the same will be compared the same: "Utility-1.0" and "utility-1.0" "2.3.4_5 pkg v1.2" and "2.3.4_5 pkg V1.2" and "2.3.4_5 Pkg V1.2" and... This will allow people to modify the case of the version text however they like without making the istalled packages list look like there is an upgrade (or downgrade).
| * | | | | Provide compare_pkg_versionsPhil Davis2015-08-091-0/+60
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function parses and compares two strings to see which one seems to represent the greater "version". It splits the strings into pieces that are digits and pieces that are anything else. e.g. "utility-24.9_5 pkg v4.5" becomes "utility-" 24 "." 9 "_" 5 " pkg v" 4 "." 5 A new version might be: "utility-24.10_5 pkg v4.5" Each component is compared. If both corresponding components are "integer chunks" they are compared using "<" and ">" - that means that 10 becomes greater than 9. If either component is not "integer" then string comparison is done. This makes the ordinary string changes work as expected and also stuff like "1.05" and "1.1" - a change like this will be seen as an upgrade. Not that I have left the string comparison case-sensitive. If someone making their version string changes the "fixed text" they have put in the version string then anything is possible :) It is a bit difficult to guess all of that. Also if people use alphabetic versioning that does not follow strcmp() sort order then there is always trouble - it works by luck with "-BETA" then "-RELEASE" because the English words happen to sort as expected.
* | | | | Merge pull request #1887 from doktornotor/patch-8Chris Buechler2015-09-161-1/+1
|\ \ \ \ \
| * | | | | Fix identification of IPv6 interface with PPP-type ifaces and DHCP6 (2.2.x)doktornotor2015-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For RELENG_2_2 - same thing as #1886 This has been broken ever since commited in 420aa48 As noted on https://redmine.pfsense.org/issues/3670 - the get_interface_ipv6() function in /etc/inc/interfaces.php incorrectly identifies the interface as the physical hardware interface. As a result, no global IPv6 address can be found (empty $ifcfgipv6) - https://redmine.pfsense.org/issues/3556
* | | | | | Remove useless log spam. Ticket #4102Chris Buechler2015-09-161-4/+0
| | | | | |
* | | | | | Check if our version of roll data is valid and if necessary, initializeLuiz Otavio O Souza2015-09-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the database. This fix the case where the database is not initialized because the used field in backup file is empty. Fix the issue #5113.
* | | | | | Only add 6rd rules if there is an IPv4 IP defined for the gateway,Chris Buechler2015-09-141-1/+4
| |_|_|/ / |/| | | | | | | | | | | | | | otherwise ruleset ends up invalid. Ticket #4935
OpenPOWER on IntegriCloud