summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
Commit message (Collapse)AuthorAgeFilesLines
* Use array_flip even for the package parsersErmal2014-03-201-1/+1
|
* Make the Additional tags that may be supplied compliant with new schemaErmal2014-03-141-4/+4
|
* Make the parser more efficient to test for keys rather than searching inside ↵Ermal2014-03-141-4/+4
| | | | the array
* Unbreak listtags(), it should return regular arrayRenato Botelho2014-03-141-1/+1
|
* Be more efficient, and ordered about thae tags and also syncrhonize tags ↵Ermal2014-03-121-19/+27
| | | | with xmlreader
* Add new xml arrayWarren Baker2014-01-291-1/+1
|
* Allow special chars to be used on IPSec mobile login banner. Fixes #3247Renato Botelho2013-10-111-0/+2
|
* Don't blow up the config if someone enters int'l chars in an LDAP ↵jim-p2013-07-171-2/+14
| | | | attribute/DN field. Ticket #2227
* Add support for multiple DHCP pools within the interface's subnet, and allow ↵jim-p2012-09-161-1/+1
| | | | most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools.
* add <radnsservers> to the list of things that are arraysDarren Embry2012-06-081-1/+1
| | | | for ticket #2361
* allow null to be passed as 2nd arg to parse_config_xml*Darren Embry2012-05-171-11/+14
| | | | in which case entire config is returned
* fix 'XML error: no Array object found!' errorsDarren Embry2012-05-171-1/+1
|
* Merge branch 'master' into incVinicius Coque2011-01-281-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/captiveportal.inc etc/inc/config.console.inc etc/inc/config.lib.inc etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/ipsec.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/system.inc etc/inc/voucher.inc
| * Make allowedhostname an array.Scott Ullrich2011-01-251-3/+3
| |
| * Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree.smos2011-01-241-2/+2
| | | | | | | | This prevents a config blowup when a ipv6 config loads on 2.0.
| * Also CDATA protect the detail field. Fixes #1168jim-p2011-01-061-2/+2
| |
* | Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-4/+11
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/gwlb.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/upgrade_config.inc etc/inc/xmlparse.inc usr/local/www/fbegin.inc
| * Print file name when logging an xml error.jim-p2010-11-301-2/+3
| |
| * Check for pfsense root object name in config.xml as a fallback if the ↵Erik Fonnesbeck2010-11-261-3/+9
| | | | | | | | configured name is not found.
| * Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
| |
* | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-2/+2
| |
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-09-081-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/pkg-utils.inc etc/inc/service-utils.inc etc/inc/system.inc etc/inc/vpn.inc
| * Make possible to run multiple instances of pppoe server. Not yet switched to ↵Ermal2010-09-021-1/+1
| | | | | | | | mpd4.
* | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-2/+2
| |
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-08-301-1/+1
|\ \ | |/ | | | | | | Conflicts: etc/inc/captiveportal.inc
| * Add crl as a listtagjim-p2010-08-301-1/+1
| |
* | Implement gettext() calls on xmlparse.incRenato Botelho2010-08-171-4/+4
|/
* Do not call die while parsing package xml files. Instead return an empty ↵Ermal2010-08-061-2/+2
| | | | array. This should avoid packages not uninstalling.
* Remove trailing newlineScott Ullrich2010-07-271-1/+1
|
* Adding build_port_pathScott Ullrich2010-07-181-2/+2
|
* Separate regdomain.xml parsing back to a separate file, so it can be used ↵Erik Fonnesbeck2010-07-101-40/+1
| | | | when xmlreader.inc is used instead of xmlparse.inc
* Ticket #612. Correctly show the number of users as 0 on a group with no ↵Ermal2010-05-241-9/+13
| | | | users. Also handle the case of empty arrays on the xmlparser.
* Do not aritificially add spaces around values on CDATA fields. Tested-by: JimErmal2010-05-201-2/+2
|
* Encode/decode special characters with htmlentities/html_entity_decode combo ↵Ermal2010-05-181-4/+9
| | | | to make the parser not bail on special characters.
* Make list the same. Remove whitespace at the end so it does not get ↵Ermal2010-05-071-1/+1
| | | | interpreted as special tag.
* Fix parsign of packages xml.Ermal2010-03-191-1/+4
|
* Ticket #434. Do not die when parsing config since we know how to recover. ↵Ermal2010-03-191-3/+6
| | | | Only die during packages.
* Restore attribute support, but with some extra checks in the function that ↵Erik Fonnesbeck2010-03-161-1/+40
| | | | uses it.
* Needs a little more testing; revert attribute support in xmlparse.inc for now.Erik Fonnesbeck2010-03-161-35/+1
| | | | This reverts commit 2843a3ec5d4a160646e496f3922266415151902a.
* Add optional support for reading attributes to xmlparse.inc and move ↵Erik Fonnesbeck2010-03-161-1/+35
| | | | regdomain.xml parsing from regdomain.inc to xmlparse.inc.
* Add skip white space. To avoid erroring out on accidental blank space.Ermal Luçi2010-03-081-0/+1
|
* Merge commit 'mainline/master'Erik Fonnesbeck2010-03-011-0/+4
|\
| * Prevent empty tags of creating <tag></tag> entries but instead just create ↵Ermal Luçi2010-02-241-0/+4
| | | | | | | | them as <tag/> to be consistent. This fixes some empty arrays problems on the code.
* | Add page for configuration of wireless clone interfaces.Erik Fonnesbeck2010-02-151-4/+4
|/
* Adding newer xmlreader code to it's own file so that it can be turned and ↵Scott Ullrich2009-11-061-52/+104
| | | | off until remaining bugs are fixed
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+4
|
* Seems we need even CDATA handling since it is used through packages.Ermal Luçi2009-09-091-0/+1
|
* If it is supposed to be an array then make sure it has the array type. This ↵Ermal Luçi2009-09-091-1/+4
| | | | fixes wireless configuration problems at least.
* Test if we actually succeeded in opening the requested xml file and log an ↵Ermal Luçi2009-08-241-5/+5
| | | | error in bad cases to avoid strange errors.
* Micro speedup improvements on the parser.Ermal Luçi2009-08-131-11/+9
|
OpenPOWER on IntegriCloud