summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use proper IPsec enable test. Fixes #6351RELENG_2_3_0jim-p2016-05-121-1/+1
|
* Change the default output of pkg.php lists to be encoded before display. ↵jim-p2016-05-061-4/+9
| | | | Preserve the old behavior as an option in case a package needs it (I didn't see any current ones that appeared to rely on the behavior, however)
* Fix typojim-p2016-05-031-2/+2
|
* Reboot after upgrade when meta package version changedRenato Botelho2016-05-021-3/+10
|
* localip and gateway aren't used when type is PPP, remove here. Ticket #6264Chris Buechler2016-04-251-2/+0
|
* Allow 0 mask on Unbound ACLs. Ticket #6073Chris Buechler2016-04-151-1/+1
|
* Avoid implode error if no interfaces are selected.Chris Buechler2016-04-151-1/+4
|
* Fix #6142 validate and adjust dpinger params on upgradePhil Davis2016-04-151-1/+46
| | | | | | | | | | | | | | | | | | | | 1) The previous "down" value was being converted to msec and put into "loss_interval". It should go into "time_period". 2) loss_interval must always be at least latencyhigh - make it so if latencyhigh is big. 3) alert_interval must always be at least probe interval - make it so if the probe interval is high. 4) The time_period for averaging the results must be at least 2 probe intervals plus loss_interval (ensuring there should always be 2 probe results by the time_period expiry) - make it so. These various conditions taken from the validation code in system_gateways_edit.php Note: I have explicitly put the necessary default dpinger parameter values here, rather than calling return_dpinger_defaults() because at this point in any future conversion we want to use these particular numbers, not what the defaults happen to be in pfSense 2.4 or 3.0 or...
* Use RFC-defined capitalization IPsec.Chris Buechler2016-04-151-1/+1
|
* Unset dhcpdv6 on LAN here as well. Ticket #6152Chris Buechler2016-04-151-0/+3
|
* Allow to restore any ares of configPhil Davis2016-04-151-1/+1
| | | | | If the existing config does not have a particular area in it, then the user should still be able to restore it from another config. Redmine #6144
* Add lock in vpn_ipsec_configure. Ticket #6160Chris Buechler2016-04-141-0/+4
|
* Avoid PHP warning if no server selectedPhil Davis2016-04-071-1/+5
| | | | | | when saving a client specific override. Forum report https://forum.pfsense.org/index.php?topic=109431.msg0 Redmine issue 6089
* Do not try to register pre-installed packages on read-only mediaRenato Botelho2016-04-071-1/+3
|
* Redmine #6081 do not reuse index varPhil Davis2016-04-061-1/+1
| | | | The value of $i needs to be kept constant from the outer loop - do not reuse it here.
* It's time for 2.3-RELEASERenato Botelho2016-04-061-1/+1
|
* Add RELENG_2_3_0 to gitsync and set it as defaultRenato Botelho2016-04-061-1/+2
|
* Add fingerprint for RELEASE pkg sign keyRenato Botelho2016-04-061-0/+2
|
* Clarify log when skipping v6 bogons update.Chris Buechler2016-04-061-1/+1
|
* Fix typojim-p2016-04-061-1/+1
|
* services_ntpd_pps remove bonus fPhil Davis2016-04-061-1/+1
| | | | (cherry picked from commit 0f191478bab18158a70439f279d7232855928afe)
* Use PHP cli to silence output garbageRenato Botelho2016-04-061-1/+1
| | | | (cherry picked from commit 43cbe85544cf045db6e9f14b0ade547b239cbece)
* Silence /etc/rc.notify_message garbage outputRenato Botelho2016-04-061-2/+3
|
* Fix code used to read config repo pathRenato Botelho2016-04-061-2/+1
|
* Do all steps to replace repo package and make sure symlink is in placeRenato Botelho2016-04-061-22/+29
|
* Force update after reinstall repo pkgRenato Botelho2016-04-061-0/+1
|
* Only apply htmlentities() once on each data elementPhil Davis2016-04-061-3/+3
| | | | | Redmine #6079 (cherry picked from commit 82cde7f1067f527df5e902cf1bc7070612d039f4)
* Simplify logicRenato Botelho2016-04-061-6/+5
| | | | (cherry picked from commit 05bdceee8c8fd598cdf83dc57c4006e20612e26d)
* Make sure directory existsRenato Botelho2016-04-061-0/+1
|
* Add Unbound to license.php. Ticket #5903Chris Buechler2016-04-051-0/+4
|
* Make sure source file existsRenato Botelho2016-04-051-3/+6
| | | | (cherry picked from commit 75cdfae39bff2b5ccc523cc32df7dde99f04eeed)
* Add a workaround on pfSense-upgrade to make sure repo package is replaced by ↵Renato Botelho2016-04-051-0/+7
| | | | correct one
* Rework the way repo packages workRenato Botelho2016-04-054-33/+107
| | | | | | - Distribute only a single pfSense-repo package containing all templates - Create a symlink pointing to selected repo - Do not limit it only to pfSense-repo and pfSense-repo-devel
* Do not return -1, sh doesn't like itRenato Botelho2016-04-051-1/+1
|
* Merge pull request #2843 from jlduran/fix-missing-space-status-ipsecStephen Beaver2016-04-051-1/+1
| | | | (cherry picked from commit f332da5fbb0ca2018f1ff733208702bc5ad77b2d)
* Eliminate "onclick" from child SA buttonsStephen Beaver2016-04-051-19/+18
| | | | | | Revise recording of open children (cherry picked from commit 067551a44058656cd980bd95f55c59399c5c36af)
* 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
|
* 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. (cherry picked from commit 607b785f637e5b10f51174061242a8a599410796)
* Merge pull request #2841 from ↵Stephen Beaver2016-04-057-13/+14
| | | | | | NOYB/System_-_Miscellaneous_-_Remove_Personalizations (cherry picked from commit 3061702cce23fcc5259f7d6d119a6fe05de84149)
* Merge pull request #2840 from phil-davis/patch-7Stephen Beaver2016-04-051-20/+21
| | | | (cherry picked from commit 64c3e9a58d426637fa91996d3a30695f10e01e70)
* Merge pull request #2838 from phil-davis/patch-5Stephen Beaver2016-04-051-3/+3
| | | | (cherry picked from commit 4659cb1aad41c7b37f2c456ecd3ab665897e3a9a)
* Merge pull request #2837 from phil-davis/weStephen Beaver2016-04-056-32/+32
| | | | (cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)
* Merge pull request #2836 from phil-davis/patch-4Stephen Beaver2016-04-051-5/+9
| | | | (cherry picked from commit b102779f21ab50d3de3dc41a63ab5cffae378f78)
* 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
| | | | (cherry picked from commit 146684ee657f0f146afad5aa9d74b89884ee4c53)
* Merge pull request #2832 from NewEraCracker/lang-fixesStephen Beaver2016-04-042-3/+3
| | | | (cherry picked from commit c67308d9b8e36fc73cb3c4381861698aa73bee00)
* Merge pull request #2834 from phil-davis/patch-4Stephen Beaver2016-04-041-2/+2
| | | | (cherry picked from commit 2fdd07e9bbb5eda3c42c9d1cb4980d668f8dfcdf)
* Fixed #6068Stephen Beaver2016-04-042-4/+44
| | | | (cherry picked from commit 669343a2d37534fec4a41c3b2c6c8cd1bf4e1170)
* COrrected missing "<"Stephen Beaver2016-04-041-1/+1
| | | | (cherry picked from commit 9723b525a4ec62946248014747bfa1f4ed2ef8ae)
OpenPOWER on IntegriCloud