summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include boot/modules and also kernel.debug in kernel-debug packageRenato Botelho2017-09-191-1/+1
|
* Fix #7834: Delete IPFW pipes when disable Captive Portal zoneRenato Botelho2017-09-191-3/+13
|
* Remove correct fileRenato Botelho2017-09-191-1/+1
|
* Ticket #7834: Add missing global declarationsRenato Botelho2017-09-191-2/+2
|
* Setup wizard revisionsSteve Beaver2017-09-191-3/+3
|
* Populate more default values in the OpenVPN configuration generated by the ↵jim-p2017-09-181-11/+13
| | | | | | wizard and rearrange some options so there is less of a difference when editing the configuration for the first time. Fixes #7864 (cherry picked from commit 95a8ebeb5b7d73e7e72eba27c22d2b2b312f92de)
* Do not show group privilege controls unless the user is editing an existing ↵jim-p2017-09-181-1/+1
| | | | group. Fixes #7865
* Path must be relative hereRenato Botelho2017-09-181-1/+1
|
* Fix the kern-debug package. The debug modules are now in ↵Luiz Souza2017-09-152-3/+4
| | | | | | /usr/lib/debug/boot/kernel. Include /boot/modules in the kernel package.
* Remove debug code.Luiz Souza2017-09-151-8/+2
|
* Do not remove the temporary files (debug only).Luiz Souza2017-09-151-1/+1
|
* Set a default when findroot is not set.Luiz Souza2017-09-151-1/+3
|
* Add some debug output.Luiz Souza2017-09-151-1/+7
|
* Fix the build, add the new getopt option.Luiz Souza2017-09-151-1/+1
| | | | | Reported by: garga Pointy-hat to: loos
* Remove the previous 'no_dad' workaround now that if_stf is fixed.Luiz Souza2017-09-151-1/+1
| | | | Partly revert b76e0baebb70775b192507ec18f523141800ce95.
* Switch FreeBSD branch to RELENG_2_4 -> RELENG_11_1Luiz Souza2017-09-151-1/+1
|
* Pass the search path to create_core_package.sh.Luiz Souza2017-09-152-7/+16
| | | | This allows the use of more than one path to build the package.
* Implements PR170013 - Revise setup wizardwording and linksSteve Beaver2017-09-151-4/+15
|
* If /boot/loader.conf is not presetn check /boot/loader.conf.local.Luiz Souza2017-09-143-6/+19
|
* Move this file_exists test inside the dpinger status check loop and also ↵jim-p2017-09-141-5/+5
| | | | | | suppress PHP errors from stream_socket_client() Both are done to avoid a race where the status file can be missing and the status check fails, resulting in an alert/crash report.
* Fix incorrect function name/typo. Ticket #7719jim-p2017-09-141-2/+2
| | | | (cherry picked from commit 48c4a0ea0958c0820f6caab2bf5182967114ac58)
* Relax OpenVPN wizard cert validation to match that of the cert manager and ↵jim-p2017-09-123-21/+40
| | | | | | | encode values before using them. Fixes #7854 Also, CDATA escape these fields in config.xml since they will most likely contain characters which are invalid in XML. While here, fix a cert display issue where a SAN value could be reused from a previous entry in the cert list display.
* Fix #7719Renato Botelho2017-09-111-2/+12
| | | | | | | When Dynamic DNS entry uses a gateway group as interface, return_gateway_groups_array() will be called and it returns real interface instead of friendly name, as expected. Take both friendly and real interface name into consideration.
* Merge pull request #3763 from PiBa-NL/20170624-apinger-initializeRenato Botelho2017-09-111-19/+37
|\
| * gateway monitoring, give apinger some time to properly 'initialize' before ↵PiBa-NL2017-06-241-19/+37
| | | | | | | | using its results
* | Update translation filesRenato Botelho2017-09-1188-10600/+47444
| |
* | Regenerate potRenato Botelho2017-09-111-226/+242
| |
* | Add a field to pick a digest algo when signing a CSR, otherwise it ends up ↵jim-p2017-09-112-3/+47
| | | | | | | | | | | | with SHA1. Fixes #7853 While here, add the cert serial number and sig digest type to the info block for each cert.
* | Make sure pkg, pfSense, pfSense-base, pfSense-rc and kernel are set as vitalRenato Botelho2017-09-061-2/+8
| |
* | Remove /root/force_growfs after use itRenato Botelho2017-09-041-0/+1
| |
* | Revert "Add the AWS ena module to MODULES_OVERRIDE list."Renato Botelho2017-09-011-1/+1
| | | | | | | | This reverts commit 5ba35b98a3726ab206931cdfa51e3dd23227b7b2.
* | Use RELENG_2_4_0 for nowRenato Botelho2017-09-011-1/+1
| |
* | Enable upload mode when rsync'ing snaps or packagesRenato Botelho2017-08-311-0/+2
| |
* | Merge pull request #3809 from doktornotor/patch-5jim-p2017-08-311-3/+3
|\ \
| * | Use spaces in the write_config() message to prevent text wrapping issues in ↵doktornotor2017-08-281-3/+3
| | | | | | | | | | | | | | | webGUI See https://redmine.pfsense.org/issues/6363
* | | Use the full CA chain when sending an LDAP SSL query. Fixes #7830jim-p2017-08-301-4/+6
| | | | | | | | | | | | While here, fix a couple more ldap_start_tls() calls that need a preceding @.
* | | Restore bad username or password messageSteve Beaver2017-08-302-2/+16
| | |
* | | Fixed #7827Steve Beaver2017-08-291-14/+18
| | |
* | | Don't print a PHP error if LDAP STARTTLS fails.jim-p2017-08-291-1/+1
| | |
* | | Update translation filesRenato Botelho2017-08-2886-7762/+11594
| | |
* | | Regenerate potRenato Botelho2017-08-281-9/+3
| | |
* | | Partially addresses #7805Steve Beaver2017-08-281-2/+2
|/ / | | | | | | Bios date and version check date formats now match other timestamps on the dashboard
* | Fixed #7811Steve Beaver2017-08-241-2/+2
| |
* | Bump config revision, fix comment. Ticket #7809jim-p2017-08-242-2/+2
| |
* | Setup upgrade code for wireless interfaces to the new format needed for 2.4, ↵jim-p2017-08-242-5/+35
| | | | | | | | and switch rc.bootup so the config upgrade happens before a mismatch test, otherwise we can't fix this type of situation. Fixes #7809
* | Fixed #7804 Replace Math.trunc with Math.floor to make IE happySteve Beaver2017-08-241-1/+1
| |
* | Fix -U optionRenato Botelho2017-08-231-3/+3
| |
* | Change default to never upload files and add a new option to do itRenato Botelho2017-08-233-17/+17
| |
* | Merge pull request #3804 from plumbeo/fix-details-popupRenato Botelho2017-08-231-2/+2
|\ \
| * | Captive portal: fix idle times in details popupplumbeo2017-08-231-2/+2
| | | | | | | | | | | | Explicitly cast $idle_time to integer.
OpenPOWER on IntegriCloud