summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #8910: Restore older versions behaviour and consider 'wan' interface as ↵Renato Botelho2018-09-181-0/+7
| | | | primary default gateway
* Don't allow deletion when spoofing another userkeySteve Beaver2018-09-181-5/+5
| | | | (cherry picked from commit 3fd4f32c344573addea1dbb44dddef63b0e793e3)
* Fixed #8901Steve Beaver2018-09-181-3/+8
| | | | (cherry picked from commit d33560e8dcba496a553f33c50113877778c3274b)
* Fix dashboard update check & gitsync settings. Fixes #8913jim-p2018-09-181-0/+8
| | | | (cherry picked from commit 26e1525c153a672457a92d65f9c05d45b43a204d)
* Fix #8911: Keep configured pkg repository when restoring configRenato Botelho2018-09-182-0/+41
|
* small change to fixup https://redmine.pfsense.org/issues/8851luckman2122018-09-181-0/+1
| | | | | | | without this, clicking edit on existing CA goes to wrong screen and breaks Save button (cherry picked from commit 3319f34dfdec8e09c7b561a0689610c9a4ca3ee2)
* Init syslog settings before using the array. Fixes #8905jim-p2018-09-181-0/+1
| | | | (cherry picked from commit 508c66ace779a6021b217d055b53587fdb021fec)
* Revise async_crypto settingSteve Beaver2018-09-171-1/+1
|
* Fixed #8880Steve Beaver2018-09-171-0/+4
|
* Fix an obvious mistake.Luiz Souza2018-09-171-1/+1
| | | | | | | | Reported by: stevew Ticket: #8906 Pointy-hat to: loos (cherry picked from commit 0285d8e5c721491c7e8ae8dea0f0fdef95bb5cff)
* Always pass the $local variabled to load_loader_conf(), it makes the code ↵Luiz Souza2018-09-141-1/+1
| | | | | | easier to read. (cherry picked from commit 1ef4cbdbb03791f5c3541df44da5a61d00db6e46)
* Sync the know variables with factory.Luiz Souza2018-09-141-1/+1
| | | | (cherry picked from commit fe7523cbbdee119bf71abb93009f44a9f8e47963)
* Filter properly the know variables in loader.conf.Luiz Souza2018-09-141-1/+8
| | | | | | The know variables should be used as prefix not as literals. (cherry picked from commit 21bacf010021d34012f6869ce1d55268fad7b0ec)
* Fix #8895: Increase FD_SETSIZE to 3172 on lang/php72Renato Botelho2018-09-141-1/+1
|
* Initialize DHCP settings in setup wizard. Fixes #8889jim-p2018-09-121-0/+2
| | | | | | Rather than assume they are present, create the arrays before use. (cherry picked from commit 7c15c19d76eac725c42133012488cb97e4dcd885)
* Fix a PHP erorr when a CRL has no certificatesjim-p2018-09-121-0/+3
| | | | (cherry picked from commit d9064f0b92452daeaf0cb7f0a0e74561f246ed5b)
* Fix typojim-p2018-09-111-1/+1
| | | | (cherry picked from commit 3b55fc639cdea2be20d55113055fd511ba193866)
* Update translation filesRenato Botelho2018-09-11100-32198/+32744
|
* Regenerate potRenato Botelho2018-09-111-640/+650
|
* Revert "Default VTI remote to Address but allow it to change. Fixes #8859"jim-p2018-09-101-5/+3
| | | | This reverts commit da54e84ae79328a87b4a319239bb1b14d7ed2ce6.
* Prevent a user from selecting VTI for mobile IPsec. Fixes #8877jim-p2018-09-071-0/+4
| | | | (cherry picked from commit 885cf6a751f076f43fa89167ba2a79f779244f1b)
* IPsec VTI requires a manually specified network/address. Issue #8877jim-p2018-09-061-0/+5
| | | | | | | | Prevent a user from selecting an interface macro like "LAN Network" which cannot be used with VTI since it does not work like traditional IPsec Phase 2 definitions. (cherry picked from commit 02af14942872567362f1761f06a1d754080da074)
* Changes on the parent interfaces will create new interfaces and the existing ↵Luiz Souza2018-09-061-0/+5
| | | | | | | | VLANs needs to be redone. Ticket #8527 (cherry picked from commit 6fd6b8536b80316caf0f3b9221ed6af0b3453571)
* Fix a PHP error when upgrading gatewaysjim-p2018-09-061-2/+2
| | | | (cherry picked from commit bd670efef4c642ebb03b844ef0c38258740a37a1)
* Init gateway group array before use. Fixes #8876jim-p2018-09-051-4/+1
| | | | (cherry picked from commit b54a1af45c5add4e57253bfa0b562dadf3ae10f7)
* Fix default repoRenato Botelho2018-09-041-1/+1
|
* Use proper variables on pkg reposRenato Botelho2018-09-042-4/+4
|
* Rename 2.4.4-RC repo to pfSense-repo-244Renato Botelho2018-09-045-1/+1
|
* Fix branchesRenato Botelho2018-09-041-2/+2
|
* Welcome pfSense 2.4.4-RCRenato Botelho2018-09-049-7/+28
|
* Fix #8863: Add missing kernel module amdsmn, required by amdtempRenato Botelho2018-09-041-1/+1
|
* Fix #8806: Configure captive portal on secondary identical as master HA nodeRenato Botelho2018-09-041-7/+33
|
* Fix #8721: Call proper filter_configure function from this classRenato Botelho2018-09-031-1/+1
|
* Revert "Attempt to re-enable Telegraf for armv6"Renato Botelho2018-08-311-0/+1
| | | | This reverts commit 46043cbc5a1dd205bcbe53cc31341d27ac06276e.
* Attempt to re-enable Telegraf for armv6Renato Botelho2018-08-311-1/+0
|
* Change status.php to use "ifconfig -v". Implements #8860jim-p2018-08-311-1/+1
|
* Default VTI remote to Address but allow it to change. Fixes #8859jim-p2018-08-311-3/+5
|
* Make async_crypto explicit enabled/disabled rather than current issetSteve Beaver2018-08-312-6/+11
|
* Move IPsec VTI interface cleanup list. Fixes #8858jim-p2018-08-311-6/+6
| | | | | Generate the cleanup list before the P1 loop but after the initial interface configuration.
* Use safe_mkdir() for IPsec dirs. Fixes #8856jim-p2018-08-311-30/+12
| | | | | | Simplifies the process of making IPsec dirs, though it may not correct the original reported issue since that appears to be a disk problem, it's still better/safer than what was done here before.
* Initialize IPsec logging array before use. Fixes #8857jim-p2018-08-311-0/+1
|
* Remove sshguard and fail2banRenato Botelho2018-08-301-2/+0
|
* Fix #7694: Replace sshlockout_pf by sshguardRenato Botelho2018-08-309-14/+41
|
* Missing line to fix #8850jim-p2018-08-301-1/+1
|
* Set default new CA/Cert action to Create Internal. Implements #8851jim-p2018-08-292-2/+2
|
* Allow packages to opt out of a forced start. Fixes #8850jim-p2018-08-292-1/+6
| | | | | | | If a package performs its own service start during its sync process, then add <starts_on_sync/> to its service definition in the package XML file. Then when rc.start_packages is called, the forced start will not happen since the sync will have taken that action already.
* Fixes #8767 PHP7 syntax errorStephen Jones2018-08-291-0/+4
|
* Update translation filesRenato Botelho2018-08-28100-32085/+31851
|
* Regenerate potRenato Botelho2018-08-281-641/+634
|
* Fix Minnowboard Turbot model names. SG-2320 -> MBT-2220, SG-2340 -> MBT-4220Renato Botelho2018-08-281-2/+2
|
OpenPOWER on IntegriCloud