summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/xmlparse.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparisons for CDATA tags in configPhil Davis2017-04-271-3/+3
| | | | | | | | | | | | | | | Some length numbers here do not match the strings they are comparing with. That looks very odd. Note that: ``` substr($ent, 0, 5) == "text" ``` will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc. So it depends what the intention was. If it was intended to match just "text" then I could be just: ``` $ent == "text" ``` If it was intended to match "text" "text1" "texta" etc, then it needs to be fixed like I suggest here.
* Fixed #6893Steve Beaver2016-11-081-4/+4
| | | | Null configuration settings are now written as <tag></tag> instead of <tag /> for consistency
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-55/+54
|
* Merge pull request #3037 from NOYB/Check_IP_ServicesChris Buechler2016-07-081-0/+1
|\
| * Check IP ServicesNOYB2016-07-021-0/+1
| | | | | | | | | | | | | | | | Configurable check IP services. Used by Dynamic DNS services to check IP addresses. Configure as many check IP services as desired. The first (highest in the list) that is enabled will be used as the default. A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service. Addresses bug #6493 by allowing additional check IP service to be added and selected as the default.
* | Remove duplicate listtags() entry 'member'.NOYB2016-06-181-1/+1
|/
* Fixed #6174Stephen Beaver2016-04-151-1/+2
|
* Update license on files from /etc/incRenato Botelho2016-01-151-14/+41
|
* etc inc delete $Id commentsPhil Davis2015-11-101-1/+0
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+334
OpenPOWER on IntegriCloud