summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add repo pkg as dependency on base and base-nanobsdRenato Botelho2016-04-052-2/+4
| | | | (cherry picked from commit b884641b1caa3d99d7966cb367c1f6dbfc1687f2)
* Add repo pkg post-install scriptRenato Botelho2016-04-051-0/+19
| | | | (cherry picked from commit e1deaf759ab9eadcdc60565ca5af142069172f3a)
* Create repo pkg PLIST dynamicallyRenato Botelho2016-04-051-1/+0
| | | | (cherry picked from commit 81bcdf9695b13cb89c8a0dfa8700189baaaad6ff)
* Remove repo-devel package templateRenato Botelho2016-04-053-19/+0
| | | | (cherry picked from commit e450f488ebd0443466ec1bcfad48ba0148cc0310)
* Merge pull request #2843 from jlduran/fix-missing-space-status-ipsecStephen Beaver2016-04-051-1/+1
|\
| * Fix missing space in status_ipsec.phpJose Luis Duran2016-04-051-1/+1
|/ | | | Add a missing space before NAT-T
* Eliminate "onclick" from child SA buttonsStephen Beaver2016-04-051-19/+18
| | | | Revise recording of open children
* Fix wording on advanced IPsec settings titles.jim-p2016-04-051-3/+3
| | | | strongSwan doesn't get restarted in debug mode, it just changes the verbose level of log sections. Old terminology was leftover from racoon days.
* Correct logic for display of MAC address & vendor (if present). Fixes #6078jim-p2016-04-051-2/+2
|
* Merge pull request #2839 from phil-davis/patch-6Renato Botelho2016-04-051-1/+7
|\
| * Handle alias from CNAME in diag_dnsPhil Davis2016-04-051-1/+7
| | | | | | | | | | | | If I resolve a CNAME with diag_dns, it gives back the translated FQDNs - e.g. www.inf.org translates to inf.org. Then press "Add Alias". Problem: The existing code puts a "/32" CIDR after that in the alias "www_inf_org" in the config - "inf.org./32" - and if you then edit the "www_inf_org" alias it shows as "inf.org./32" in the Network or FQDN Address field. Normally when putting an FQDN into an alias, no CIDR is inserted. This change fixes it.
* | Merge pull request #2841 from ↵Stephen Beaver2016-04-057-13/+14
|\ \ | | | | | | | | | NOYB/System_-_Miscellaneous_-_Remove_Personalizations
| * | System - Miscellaneous - Remove PersonalizationsNOYB2016-04-057-13/+14
| | | | | | | | | | | | Remove "you" personalizations.
* | | Merge pull request #2840 from phil-davis/patch-7Stephen Beaver2016-04-051-20/+21
|\ \ \
| * | | Allow to update existing alias from diag DNSPhil Davis2016-04-051-20/+21
| | |/ | |/| | | | | | | See Redmine #6077 This seems the easy and reasonable thing to do. Make the button text reflect what is going to happen "Add alias" or "Update alias". Then the backend code can just either create a new alias or overwrite an existing one.
* | | Merge pull request #2838 from phil-davis/patch-5Stephen Beaver2016-04-051-3/+3
|\ \ \
| * | | Remove "we" personalizations from config.console.incPhil Davis2016-04-051-3/+3
| | |/ | |/| | | | | | | I changed "we" to "the system" - if someone thinks so, it could be changed to "pfSense" or $g["product_name"]\ If you want to do something different to what I did here, then feel free to close this and make the required changes.
* | | Merge pull request #2837 from phil-davis/weStephen Beaver2016-04-056-32/+32
|\ \ \
| * | | Remove "we" personalizationsPhil Davis2016-04-056-32/+32
| |/ /
* | | Merge pull request #2836 from phil-davis/patch-4Stephen Beaver2016-04-051-5/+9
|\ \ \ | |_|/ |/| |
| * | Status IPsec only show time if establishedPhil Davis2016-04-051-5/+9
| |/ | | | | | | | | When in the connecting state, this was showing "seconds (0:00:00) ago" - which seems odd. I also fixed up the gettext() calls so they do not enclose convert_seconds_to_hms(), because that would pose translation difficulties. And a little bit of indenting while I am here.
* | Truncate alias name at 31 characters to prevent creating an invalid ruleset. ↵Chris Buechler2016-04-041-1/+1
|/ | | | Ticket #6075
* Merge pull request #2835 from phil-davis/patch-5Stephen Beaver2016-04-041-69/+71
|\
| * Prevent foreach crash if no IPsecPhil Davis2016-04-051-69/+71
| | | | | | | | | | | | | | | | On a system with no IPsec defined, this would crash with: [04-Apr-2016 21:33:24 Etc/UTC] PHP Stack trace: [04-Apr-2016 21:33:24 Etc/UTC] PHP 1. {main}() /usr/local/www/status_ipsec.php:0 [04-Apr-2016 21:33:24 Etc/UTC] PHP 2. print_ipsec_body() /usr/local/www/status_ipsec.php:74 I did belts-and-braces here - moved the "if" up at line 72 and also added an if(is_array()) at line 394
* | Merge pull request #2832 from NewEraCracker/lang-fixesStephen Beaver2016-04-042-3/+3
|\ \
| * | Fixes to linguistic issues introduced by recent commitsNewEraCracker2016-04-042-3/+3
| | | | | | | | | | | | 1) encryption vs decryption typos. 2) unnecessary sprintf.
* | | Merge pull request #2834 from phil-davis/patch-4Stephen Beaver2016-04-041-2/+2
|\ \ \ | |_|/ |/| |
| * | Use ramdisk comment typosPhil Davis2016-04-051-2/+2
|/ /
* | COrrected missing "<"Stephen Beaver2016-04-041-1/+1
| |
* | Fixed #6068Stephen Beaver2016-04-042-4/+44
| |
* | Ticket #6053Renato Botelho2016-04-044-56/+4
| | | | | | | | | | | | | | | | - Do not call ntpdate before start ntpd, ntpd -g parameter is enough - Deprecate /usr/local/sbin/ntpdate_sync_once.sh - Remove system_ntp_configure parameter and always start ntpd (cherry picked from commit 5a758355ec9a20ff75c9191b6915df64255fb8be)
* | Remove unused function sync_system_time()Renato Botelho2016-04-041-18/+0
| | | | | | | | (cherry picked from commit 67c934440521e8081d90850f4a10a40e82603db3)
* | Set exec bit on gmirror_status_check.phpjim-p2016-04-041-0/+0
| |
* | Fixed #6049Stephen Beaver2016-04-041-380/+442
|/
* Make sure repo metadata is updated before any other package when repo conf ↵Renato Botelho2016-04-041-0/+23
| | | | | | changes. Fixes #6052 (cherry picked from commit 78aee67a9e8ddb40d10c965ee8ce1ad1389d25f6)
* Fixes corrupted display when special chars appear in the aliasStephen Beaver2016-04-041-2/+2
|
* Merge pull request #2808 from NOYB/Firewall_/_NAT_-_Remove_PersonalizationsStephen Beaver2016-04-048-32/+32
|\
| * A few corrections.NOYB2016-03-303-5/+5
| |
| * Firewall / NAT - Remove PersonalizationsNOYB2016-03-308-32/+32
| | | | | | | | Remove "you" personalizations.
* | Merge pull request #2831 from NOYB/Includes_-_Remove_PersonalizationsStephen Beaver2016-04-0411-38/+38
|\ \
| * | Includes - Remove PersonalizationsNOYB2016-04-0411-38/+38
| | | | | | | | | | | | Remove "you" personalizations.
* | | Merge pull request #2830 from NOYB/Diagnostics_-_Remove_PersonalizationsStephen Beaver2016-04-048-23/+23
|\ \ \
| * | | s/encryption/decryption/NOYB2016-04-031-1/+1
| | | |
| * | | Diagnostics - Remove PersonalizationsNOYB2016-04-038-23/+23
| |/ / | | | | | | | | | Remove "you" personalizations.
* | | Merge pull request #2829 from phil-davis/openvpn-widgetStephen Beaver2016-04-042-5/+0
|\ \ \
| * | | Remove dead note from OpenVPN widgetPhil Davis2016-04-022-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This note is never going to display, because $DisplayNote is only set in a function and is not global. In any case, I don't think the message is true (maybe it was true in the past?).
* | | | Merge pull request #2828 from phil-davis/widget-personalizationsStephen Beaver2016-04-044-5/+5
|\ \ \ \
| * | | | Remove widget personalizationsPhil Davis2016-04-024-5/+5
| |/ / /
* | | | Merge pull request #2827 from NOYB/Status_-_Remove_PersonalizationsStephen Beaver2016-04-0412-15/+15
|\ \ \ \
| * | | | Status - Remove PersonalizationsNOYB2016-04-0212-15/+15
| |/ / / | | | | | | | | | | | | Remove "you" personalizations.
OpenPOWER on IntegriCloud