summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add a workaround on pfSense-upgrade to prevent breaking strongswan port due ↵Renato Botelho2015-11-161-0/+18
| | | | to the symlinks we create
* Fixed #5425Stephen Beaver2015-11-161-12/+21
|
* Fixed #5123Stephen Beaver2015-11-162-11/+0
|
* Webgui restarted only if webgui-redirect is changed (Was causing it to ↵Stephen Beaver2015-11-161-2/+13
| | | | always reset)
* Add strongswan.d as well, just to be sure no symlinks are thereRenato Botelho2015-11-161-0/+3
|
* Fixed #5123Stephen Beaver2015-11-162-152/+17
|
* Fix typo in variable nameRenato Botelho2015-11-161-1/+1
|
* Completed #5458Stephen Beaver2015-11-163-46/+82
| | | | | | Cosmetic changes to system information widget Cosmetic changes to pkg_mgr_install.php Removed 'Cancel' buttons
* Minor cosmetic/text changesStephen Beaver2015-11-162-13/+15
|
* Make sure ipsec symlinks are removed to avoid breaking strongswan pkg upgradeRenato Botelho2015-11-161-0/+13
|
* Use pkgid = firmware for firmware upgrade, and call pfSense-upgrade without ↵Renato Botelho2015-11-161-7/+10
| | | | -u parameter in this case
* Remove -R from pfSense-upgrade call, it's used only for testing purposes. ↵Renato Botelho2015-11-161-1/+1
| | | | While here, add -y to make sure it won't be interactive
* Unduplicate pkgid definitionRenato Botelho2015-11-161-3/+3
|
* We don't need to go to rw or close fd_log hereRenato Botelho2015-11-161-10/+0
|
* Change system information widget to be able to find system updates when it's ↵Renato Botelho2015-11-161-39/+32
| | | | available
* Fix spacesRenato Botelho2015-11-161-14/+14
|
* Remove old code, already commented outRenato Botelho2015-11-161-7/+0
|
* Fix spacesRenato Botelho2015-11-161-6/+4
|
* Merge pull request #2067 from phil-davis/patch-9Stephen Beaver2015-11-151-4/+4
|\
| * Alternate way to correct rules for ticket #5451Phil Davis2015-11-151-4/+4
| | | | | | | | The code here build up each clause in $tmprule and always adds a space at the end of the clause, in case there is another clause to come. The only place that did not do this was "from any" at line 131. Fixing that should fix the issue and keep it all consistent. There should be no need to add a space before all of the "to..." clauses. Actually the first fix by @cbuechler https://github.com/pfsense/pfsense/commit/8e81f6a88180c5c9a280d78fd77788f7160b0d1a will work fine, but IMHO this is a little cleaner and will be easier for future maintainers to understand.
* | Improve diag_authentication.php redmine #5440Phil Davis2015-11-151-6/+7
|/ | | | Move the code to select the default auth server so that it only happens the first time into the page. Now if the user selects a different auth server to test, and presses test, the results come back and the selected auth server is re-displayed (rather than the system default auth server being re-chosen every time). Do not use address-of "&" when referring to the $config value - we do not ever intend to modify the config in here, so there seems no point in risking it by using a pointer.
* Correct AVPair rules. Ticket #5451Chris Buechler2015-11-151-3/+3
|
* Merge pull request #2063 from heper/patch-1Stephen Beaver2015-11-142-1/+12
|\
| * fix Bug #5440heper2015-11-141-0/+6
| |
| * fix Bug #5440heper2015-11-141-1/+6
| |
* | Fixed #5443Stephen Beaver2015-11-141-16/+12
|/
* Clock gif used in reboot.php and pkg_mgr_install.phpStephen Beaver2015-11-131-0/+0
|
* Remove debugStephen Beaver2015-11-131-1/+0
|
* Revised base firmware updateStephen Beaver2015-11-133-37/+127
|
* StagingStephen Beaver2015-11-132-7/+25
|
* Improve languageRenato Botelho2015-11-131-1/+1
|
* Fix copyright yearRenato Botelho2015-11-131-1/+1
|
* Improve languageRenato Botelho2015-11-131-1/+1
|
* Fix spell issue spotted by JimRenato Botelho2015-11-131-1/+1
|
* Add a new option to force upgrade script to don't rebootRenato Botelho2015-11-131-13/+18
|
* Wait 10 seconds before reboot, also notify adminRenato Botelho2015-11-131-5/+12
|
* Added changelog links to package versionsStephen Beaver2015-11-131-1/+7
|
* Consider broken packages on widgetRenato Botelho2015-11-131-2/+7
|
* Use recently added broken item from get_pkg_infoRenato Botelho2015-11-131-24/+20
|
* Add broken information on get_pkg_info(), it means config.xml contain ↵Renato Botelho2015-11-131-0/+2
| | | | package but binary pkg is not installed
* Merge pull request #2062 from heper/patch-1Stephen Beaver2015-11-131-1/+1
|\
| * proposed fix Bug #5433heper2015-11-131-1/+1
| |
* | Completed #5438Stephen Beaver2015-11-132-62/+94
| |
* | Fix spell, thanks @phil-davisRenato Botelho2015-11-131-1/+1
| |
* | Add get_system_pkg_version(), that return main pkg name, version and ↵Renato Botelho2015-11-131-1/+71
| | | | | | | | installed_version
* | Stop forcing pkg_prefix on is_pkg_installed() and pkg_install()Renato Botelho2015-11-131-11/+16
| |
* | Remove unused functions install_package() and delete_package()Renato Botelho2015-11-131-27/+0
| |
* | Remove pfSense_BUILDER_BINARIESRenato Botelho2015-11-131-2/+0
| |
* | Fixes upgrade of config file on already upgraded 2.3 Alpha systemsStephen Beaver2015-11-131-0/+2
| |
* | Rework installed packages widget to use current pkg functions. It should fix ↵Renato Botelho2015-11-131-31/+36
| | | | | | | | #5263
OpenPOWER on IntegriCloud