summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure IPsec P1 entries have a 'protocol' value. Fixes #9207jim-p2018-12-182-1/+14
| | | | (cherry picked from commit d188b7251a83b4a8a39ba50dfaf9a1cba35cad17)
* Welcome pfSense-2.4.4-p2Renato Botelho2018-12-121-1/+1
|
* Fix DigitalOcean DynDNS clientGrant Sheehan2018-12-112-3/+9
| | | | | | | | Fixes the check on the return value since it's been updated to use HTTP/2 syntax. Also adds logic to allow using `@` to denote updating the root domain A record as well. (cherry picked from commit 5878d529949aafef165acdce8e7daae234c9d2c4)
* Alternate swap device location tactics. Issue #9182jim-p2018-12-112-4/+19
| | | | (cherry picked from commit d36e5a49e6104c52bca2153eba45709d5af99599)
* Fix nginx resolver handling when a cert needs OCSP stapling. Fixes #9160jim-p2018-12-111-4/+10
| | | | (cherry picked from commit 4c6e3de40f56a1bd8d978a9dd4677d0ab025b8cb)
* Minor fixes related to #9121Steve Beaver2018-12-113-3/+3
| | | | (cherry picked from commit 6f9729c0a53be67ced6d52e6e33dba6b237083ab)
* Fixed regression where calling station id was removed from openvpnKacper2018-12-111-1/+2
| | | | (cherry picked from commit 95f3d049bfead1c6faf04c8a626a7ce868f8b6f8)
* Remove obsolete OLSRD code. Implements #9117jim-p2018-12-115-94/+5
| | | | (cherry picked from commit 592bec817f152a7536572a675079776138827cc8)
* Rework cert keylen/digest validation. Fixes #9180jim-p2018-12-071-15/+24
| | | | (cherry picked from commit ed76624bf01c0d1718d427919145bf4e5f949264)
* Fix array init in setup_wizard.xml. Fixes #9170jim-p2018-12-051-12/+3
| | | | (cherry picked from commit f5f79fcc24241f0a76f6a7fe9b32917bee64e393)
* Fix NPt validation to allow single addresses. Fixes #9163jim-p2018-12-041-1/+2
| | | | (cherry picked from commit e9446f537051c7b536d0b3fbb5ebd00c3766001a)
* Add Korean to the list of available languagesRenato Botelho2018-12-031-0/+1
|
* Update translation filesRenato Botelho2018-12-03102-335099/+337036
|
* Regenerate potRenato Botelho2018-12-031-6471/+6494
|
* Fix #6226: Add sysutils/usb_modeswitch to the list of packagesRenato Botelho2018-11-281-0/+1
|
* Do not call interfaces_vlan_configure() every time an interface is edited in ↵Luiz Souza2018-11-272-5/+73
| | | | | | | | | | GUI. This is just necessary when a parent interface is changed and we have to propagate the changes to all clones (MTU, FLAGS and others). Add a logic to detect when a parent interface is changed and only then call interfaces_vlan_configure(). Ticket #9115
* Welcome pfSense-2.4.4-p1Renato Botelho2018-11-221-1/+1
|
* Make the WF2Q+ the default scheduler for the dummynet limiters.Luiz Souza2018-11-222-8/+15
| | | | | | | | | | | | The WF2Q+ was the default scheduler in previous versions, it is well tested and support dynamic queues. Add a note for the FIFO scheduler to make clear that it does not support dynamic queues (by design) and as such, it is working as intended. Add the scheduler information to Diagnostics -> Limiter Info. Ticket #8973 (cherry picked from commit 25d029d1e31cc3874db82db352cd560a401558df)
* Allow no username for FreeDNS-v6stephenw102018-11-221-2/+2
| | | | | | Also include that and Digital Ocean in the help text. (cherry picked from commit 92c39e9b923792a58b56323a7e2fb46f608b447f)
* Fix #9144: Init array before useRenato Botelho2018-11-211-0/+1
|
* Fix #9121: Initialize arrays to prevent PHP 7 errorsjim-p2018-11-21139-1005/+345
|
* Fix #8937: Show hwaddr for LAGG membersRenato Botelho2018-11-211-1/+4
|
* Fix #8465: Preserve default gw when switch to BACKUPRenato Botelho2018-11-201-12/+14
| | | | | | | | | | interfaces_carp_set_maintenancemode() calls interface_carp_configure() to each configured CARP and it ends up reconfiguring completely the interface when it's not necessary. Add a new parameter $maintenancemode_only to interface_carp_configure() and use it to only change advskew to 254 when going to forced maintenance mode and move it back to configured value when leaving
* Break long linesRenato Botelho2018-11-201-6/+17
|
* Fix few spelling issuesAugustin-FL2018-11-202-5/+5
| | | | | | Ticket #9134 (cherry picked from commit 85a8f9b0ce0d0fac6f361bc5dfd09c67607020f1)
* Send MAC address as username if radmac is used for connecting an userAugustin-FL2018-11-201-1/+3
| | | | | | Ticket #9131 (cherry picked from commit f790565a7514662b1fe97fc7c79b56838597965c)
* Redirect Blocked MAC without requiring credentials if Blocked MAC URL has ↵Augustin FL2018-11-201-1/+1
| | | | | | | | been entered. Redmine #9114 (cherry picked from commit 83a6f504d6eb4d1925c4745a6457805fbbe308d9)
* Update src/usr/local/www/vendor/d3/d3.min.jsMarco Pannetto2018-11-201-2/+2
| | | | | | Restored d3.min.js (cherry picked from commit 2dd0ba04705396981dfc6d75ec6910799ba8846d)
* Update src/usr/local/www/vendor/d3/d3.min.jsMarco Pannetto2018-11-201-2/+2
| | | | | | make sure to only pass valid options when supported by the browser (cherry picked from commit 125ae17e59a54c2315c68336a02bf45a7820bf5b)
* Removed js warningsMarco Pannetto2018-11-202-1/+2
| | | | (cherry picked from commit 36742b464a1b4449e52cbd0b539fece507a3b23e)
* Init various arrays in easyrule before use with references. Fixes #9119jim-p2018-11-141-0/+5
| | | | (cherry picked from commit b55d94e80eeed57e39d33c643bf00be6565c1938)
* Fix #9071: Make sure pkg metadata is updated when repo config changesRenato Botelho2018-11-141-0/+2
|
* Remove unused variableRenato Botelho2018-11-141-3/+0
|
* Simplify logic to remove packages section from backupRenato Botelho2018-11-141-4/+1
|
* Always configure VTI routes when setting up the interface. Fixes #9116jim-p2018-11-131-3/+1
| | | | (cherry picked from commit ed104a182a95f0ce4e6df76a8c3f0698ff7ce092)
* Remove outdated 'Gold' reference from README.mdjim-p2018-11-121-1/+1
| | | | (cherry picked from commit 360737f6345e376f2de6d2810a1f345a018480e5)
* Add README.txt for issue #9104jim-p2018-11-121-0/+86
| | | | (cherry picked from commit eb6a022efaa19ce146990e0e4a57e421ddbad8bb)
* Fix previous regex. Issue #9106jim-p2018-11-121-1/+1
| | | | (cherry picked from commit 16b78f3879bdf658274caf750c9360ec97bb8f77)
* Replace '.' in radius name for strongSwan. Fixes #9106jim-p2018-11-121-1/+1
| | | | (cherry picked from commit cc955fe63ad44b5aac66721e54965d9bc13e990c)
* Initialize QinQ arrays before use. Fixes #9109jim-p2018-11-122-12/+2
| | | | (cherry picked from commit 439d9beba0213c96281d8ff6b09ccb8136b1a0aa)
* Fix #9102: Suppress stream_select() undesired warningsRenato Botelho2018-11-091-1/+1
|
* Fix change detection of GUI web server toggles. Fixes #9105jim-p2018-11-081-4/+4
| | | | (cherry picked from commit 8207fac69158ad4a56deab4a4b4f6f4c3c361b81)
* Add 0.0.0.0/0 to VTI left/rightsubnets. Fixes #8859jim-p2018-11-071-4/+12
| | | | | | | | | No negative feedback from testing, time for a wider push. This helps with third party devices that require 0.0.0.0/0 to route traffic on a VTI P2. (cherry picked from commit 5c4aa94a90256b13b19209f11e4c75b2d0e85ece)
* Add checkbox to disable SMTP SSL cert verification. Implements #9001jim-p2018-11-072-0/+23
| | | | | | | | | The default action is to validate the certificate. If the user knows the server does not have a valid certificate (e.g. self-signed), this option will allow encryption to be used without validating the identity of the server. (cherry picked from commit 7da466e1c4b6873b9fb80e862faf8f799a6d4531)
* If the cert date is negative, use DateTime instead of date. Fixes #9100jim-p2018-11-061-0/+10
| | | | (cherry picked from commit 3fec247042a91642a22a8761d3c8a1f9df119817)
* Prevent CRL from using too large a lifetime on ARM. Fixes #9098jim-p2018-11-062-6/+30
| | | | (cherry picked from commit 9aa8f6a864905c0e3738c337a51f0772b0c5eb93)
* Improve handling of empty cert tags. Fixes #9099jim-p2018-11-061-1/+7
| | | | (cherry picked from commit ca4456b95c53e89cf6b428a999ae15367b753073)
* Prevent log size from being too large, which breaks clog. Fixes #9081jim-p2018-11-053-0/+5
| | | | (cherry picked from commit 8bd36425b4bc46e5bbcc940a4d20bfbb2a0011ba)
* Prevent PHP error when saving log config. Fixes #9095jim-p2018-11-051-0/+1
| | | | (cherry picked from commit 4c4e294b0f1523827fa21066521674a435c8f670)
* Make MBT prefer video console. Fixes #9094jim-p2018-11-051-2/+1
| | | | | | Avoids foot-shooting by restoring a config with serial enabled. (cherry picked from commit 5e5df38fcd3116c4d0f3fc71622643e962f982a8)
OpenPOWER on IntegriCloud