summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlreader.inc
Commit message (Collapse)AuthorAgeFilesLines
* Code style etc inc vwx3Phil Davis2015-03-091-128/+139
| | | | | rebased version with conflicts resolved due to a bunch of recent changes in vpn.inc
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Be more efficient, and ordered about thae tags and also syncrhonize tags ↵Ermal2014-03-121-16/+24
| | | | with xmlreader
* Make this a bit more smart rather having the penalty going over explodeErmal2014-03-121-14/+21
|
* Make xmlreader parse any document and properly consider listtags specified ↵Ermal2014-02-261-7/+28
| | | | and attributes. Probably should be made the default due to its speed.
* Parse even attributes when presentErmal2014-02-261-0/+6
|
* 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.
* allow null to be passed as 2nd arg to parse_config_xml*Darren Embry2012-05-171-7/+11
| | | | in which case entire config is returned
* Merge branch 'master' into incVinicius Coque2011-01-281-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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.
* | Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Check for pfsense root object name in config.xml as a fallback if the ↵Erik Fonnesbeck2010-11-261-1/+7
| | | | | | | | configured name is not found.
| * Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
| |
* | 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.
* | 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
| |
* | Fix syntaxRenato Botelho2010-08-171-1/+1
| |
* | Implement gettext() on xmlreader.incRenato Botelho2010-08-171-1/+1
|/
* Make list the same. Remove whitespace at the end so it does not get ↵Ermal2010-05-071-13/+13
| | | | interpreted as special tag.
* Ticket #320. Use xmlreader and xmlwriter to read/write xml since it encodes ↵Ermal2010-05-061-71/+63
| | | | decodes itself special chars.
* 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-0/+222
off until remaining bugs are fixed
OpenPOWER on IntegriCloud