summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build pecl-rrdRenato Botelho2015-12-311-0/+1
|
* Enable build of rrdtool 1.4Renato Botelho2015-12-311-0/+1
|
* Add options to build rrdtool 1.4Renato Botelho2015-12-311-0/+2
|
* Merge pull request #2341 from NOYB/HTML_Compliance_-_Interfaces_/_VLANStephen Beaver2015-12-311-0/+1
|\
| * HTML Compliance - Interfaces / VLANNOYB2015-12-311-0/+1
| | | | | | | | A table row was 5 columns wide and exceeded the column count established by the first row (4).
* | Merge pull request #2339 from BBcan177/patch-2Stephen Beaver2015-12-311-3/+2
|\ \
| * | pkg_mgr_installed - Fix disablepackagehistoryBBcan1772015-12-311-3/+2
| |/ | | | | * Improve if/else/endif
* | Merge pull request #2338 from BBcan177/patch-1Stephen Beaver2015-12-311-6/+6
|\ \ | |/ |/|
| * pkg_mgr - Fix disablepackagehistoryBBcan1772015-12-301-6/+6
|/ | | | * Version title should always print * $g['disablepackagehistory'] only disables the changelog hyperlink
* Fixed #5717Stephen Beaver2015-12-302-28/+27
|
* Merge pull request #2325 from stilez/patch-7Renato Botelho2015-12-301-5/+4
|\
| * Redundant logic tests in a range checkstilez2015-12-251-5/+4
| | | | | | | | | | | | | | The logic here is redundant. It tests IP1<START || IP2<START || IP1>END || IP2>END. *Then* it tests if IP1<IP2 unsigned. If the latter test succeeds (ie test that first) then IP1>=START *must imply* IP2>=START and IP2<=END *must imply* IP1<=END. In other words we only need to test: START <= IP1 <= IP2 <= END, ie 3 logic tests (IP1<=IP2 && IP1>=START && IP2<=END) not 5 logic tests.
* | Merge pull request #2337 from BBcan177/patch-1Stephen Beaver2015-12-301-54/+38
|\ \
| * | Update pkg_mgr.phpBBcan1772015-12-301-1/+1
| | | | | | | | | Update syntax to 4 space indent
| * | Update pkg_mgr.phpBBcan1772015-12-301-54/+38
| | | | | | | | | | | | | | | | | | | | | | | | * Note - There are two lines previously commented out at Lines! (L127-128) * Mods to if/else/elseif/endif statements for consistency. * Change package dependency href link icon from "paper-clip" to "globe". * Put package dependency links into a < ul > for a cleaner output when dependencies span over two lines. * Add missing gettext()
* | | Add password confirmation and change to Form_* frameworkStephen Beaver2015-12-301-53/+45
|/ /
* | Fixed #5714Stephen Beaver2015-12-303-2/+27
| |
* | Merge pull request #2335 from ↵Stephen Beaver2015-12-301-0/+1
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Interfaces_/_Assign_network_ports
| * | HTML Compliance - Interfaces / Assign network portsNOYB2015-12-301-0/+1
| | | | | | | | | | | | A table row was 3 columns wide and exceeded the column count established by the first row (2).
* | | Merge pull request #2334 from BBcan177/patch-2Stephen Beaver2015-12-301-21/+22
|\ \ \
| * | | Update pkg_mgr_installed.phpBBcan1772015-12-291-21/+22
| |/ / | | | | | | | | | | | | | | | | | | | | | * Mods to if/else/elseif/endif statements for consistency. * Change font red to span class. * Change package dependency href link icon from "paper-clip" to "globe". * Remove redundant <i> in package dependency href link * Put package dependency links into a <ul> for a cleaner output when dependencies span over two lines. * Add <div> to "Action" column as the "!" icon was previously printing on the next line.
* | | Merge pull request #2336 from heper/patch-1Renato Botelho2015-12-301-1/+1
|\ \ \
| * | | Fix typo password confirmheper2015-12-301-1/+1
|/ / / | | | | | | https://forum.pfsense.org/index.php?topic=104629.0
* | | Remove workaround to get dpinger running when interface is in tentative stateRenato Botelho2015-12-301-20/+2
|/ /
* | Add output validation here too. Ticket #5351Chris Buechler2015-12-291-2/+2
| |
* | complete breadcrumbs for each tabJared Dillard2015-12-292-2/+2
| |
* | Do not start dpinger processes due to rrdRenato Botelho2015-12-291-4/+0
| |
* | No need to restart dpinger to get new rrd data, it's not like apinger that ↵Renato Botelho2015-12-291-1/+0
| | | | | | | | send data to rrd
* | Fixed #5694Stephen Beaver2015-12-291-2/+10
| |
* | Final updates in support of hidden passwordsStephen Beaver2015-12-296-11/+23
| |
* | Restore default MTU when field is cleared. Fixes #3926Renato Botelho2015-12-291-36/+40
| |
* | Make sure source and target addresses have scope id when they are ↵Renato Botelho2015-12-291-23/+15
| | | | | | | | link-local. It should fix #5695
* | Add a seatbelt to prevent 2 dpinger instances for same GWRenato Botelho2015-12-291-0/+3
| |
* | Merge pull request #2333 from ↵Stephen Beaver2015-12-291-1/+3
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_System_/_User_Manager_/_Users
| * | HTML Compliance - System / User Manager / UsersNOYB2015-12-281-1/+3
| | | | | | | | | | | | | | | | | | | | | A table row was 6 columns wide and exceeded the column count established by the first row (5). End tag div seen, but there were open elements. Unclosed element form. Close php tag.
* | | Correction to #5710Stephen Beaver2015-12-291-1/+1
| | |
* | | Fixed #5710Stephen Beaver2015-12-291-2/+2
| | |
* | | Collect dpinger processes that failed to start and try again after 1 second, ↵Renato Botelho2015-12-291-2/+25
| | | | | | | | | | | | this should be enough to fix #5711
* | | No need to return 0 hereRenato Botelho2015-12-291-1/+1
| | |
* | | Change start_dpinger() to return dpinger return codeRenato Botelho2015-12-291-1/+2
| | |
* | | Do not overwrite $paramsRenato Botelho2015-12-291-1/+1
| | |
* | | Merge pull request #2332 from dennypage/masterRenato Botelho2015-12-291-0/+1
|\ \ \
| * | | Disable unused stdout reporting threadDenny Page2015-12-281-0/+1
| | | |
* | | | Follow dpinger and change default loss_interval to 4* send_intervalRenato Botelho2015-12-291-1/+1
| |/ / |/| |
* | | Fixed saving password when the ols password needs to be retainedStephen Beaver2015-12-281-0/+2
| | |
* | | Merge pull request #2331 from BBcan177/patch-1Stephen Beaver2015-12-281-2/+2
|\ \ \ | |/ / |/| |
| * | Add href for package dependencies (pkg_mgr_installed)BBcan1772015-12-281-2/+2
| | | | | | | | | | | | * Case typo * Change package dependency text to href link(s).
* | | FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-2811-27/+59
| | | | | | | | | | | | before updating
* | | Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-2810-46/+90
|/ / | | | | | | where required.
* | Merge pull request #2330 from ExolonDX/masterStephen Beaver2015-12-281-1/+8
|\ \
OpenPOWER on IntegriCloud