summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change the parser to xmlreader instead of the current parser. This brings ↵Ermal Luçi2009-08-121-96/+38
| | | | speed improvements and reduces some of the errors of the previous parser.
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-181-2/+1
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-181-1/+2
|
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-1/+1
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-281-1/+1
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-161-2/+3
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* Add GIT array type rrddatafileScott Ullrich2009-03-121-1/+1
|
* Unbreak igmpproxy by making known to the parser that we have IGMP too now.Ermal Luci2009-02-011-1/+1
|
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-2/+2
|
* Make it possible for pakages to insert additional tabbed pages into anMatthew Grooms2008-09-161-1/+1
| | | | | | | | existing tab group. This requires that each page in the tab group call add_package_tabs() with the tab group name before display_top_tabs() so pages can be inserted. While far from optimal, this system is really a stop-gap measure until a more intelligent menu/tab system can be implemented. Discussed with Scott on IRC.
* Correct a typo that could cause problems for openvpn if a client specificMatthew Grooms2008-08-301-1/+1
| | | | | override existed. A space was omitted in the listtags array which was causing the openvpn-csc tag to be merged with the following field.
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-11/+15
| | | | | More work pending, this seems to generate proper configs needs much more testing though
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-1/+2
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-5/+11
| | | | | | | | | | | | | | | | | | | | | to centrally manage this data. There are no consumers at this time. This interface allow for the following ... Certificate Authority Manager: - List certificates authorities - Import existing certificate authority - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
* Rename the bridge knob to bridged so that the upgrade code works correctly ↵Ermal Luçi2008-08-051-1/+1
| | | | and we play by the rules of the parser.
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-051-1/+1
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* Add an interface to manage external authentication servers. The two typesMatthew Grooms2008-08-051-1/+1
| | | | supported currently are LDAP and Radius.
* knob for lagg.Ermal Luçi2008-07-251-1/+1
|
* Teach parser about bridge knob.Ermal Luçi2008-07-251-1/+1
|
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-1/+1
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* Add the new knobs to the parserErmal Luçi2008-07-231-1/+1
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-1/+1
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is only half part of the changes the other half will come after
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-1/+1
| | | | | | | | | | | | | | a new file named /etc/ipsec.inc. Tunnel definitions have been split into phase1 and phase2. This allows any number of phase2 definitions to be created for a single phase1 definition. Several facets of configuration have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit.
* Don't forget that gateway_group is also a arraySeth Mos2008-06-201-1/+1
|
* Add missing ppp array item.Scott Ullrich2008-04-101-1/+1
|
* Add prelimenary Routing page.Seth Mos2007-10-191-2/+2
| | | | Allow multiple gateways on one (static) interface
* Improve the load balancing pool edit screen. Submitted-by: Chris DanielScott Ullrich2007-07-061-1/+1
|
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
|
* Add NTP server field to dhcp config.Seth Mos2007-05-081-2/+2
| | | | From: Alexander Schaber
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-1/+1
|
* When we iterate through the backup cache we call out to parse the ↵Scott Ullrich2007-04-211-1/+2
| | | | configuration file. This can be fatal if the xml contents is corrupted and the process will die out. Instead of dieing, return -1 and let the process continue since we have further logic to detect these issues and restore a previous configuration, etc.
* Kill trailing spaceScott Ullrich2007-03-251-1/+1
|
* s/timepart/timerangeScott Ullrich2007-03-251-1/+1
|
* Since we already have a "time" field convert the time day "time" to "timepart"Scott Ullrich2007-03-251-1/+1
|
* Make <time> an array so it can appear multiple timesScott Ullrich2007-03-231-1/+1
|
* Back out last commit, we are going to use <schedule>Scott Ullrich2007-03-231-1/+1
|
* Allow multiple timeday entries (set as an array)Scott Ullrich2007-03-231-1/+1
|
* Firewall Schedule GUI! ... and there was much rejoicing.Scott Dale2007-03-231-1/+1
|
* Allow priv to appear multiple times so that a person can downgrade from the ↵Scott Ullrich2006-11-101-1/+1
| | | | pile of SHIT we call -HEAD.
* MFC 13823Scott Ullrich2006-08-181-2/+2
| | | | freenas package makes disk and mount arrays
* This one adds support for custom array types for the functions ↵Scott Ullrich2006-08-171-0/+10
| | | | | | dump_xml_config* . Submitted-by: DanielS
* Allow packages to define array variables.Scott Ullrich2006-08-171-1/+11
| | | | Submitted-by: DanielH
* Add group to the array field so that importing recent m0n0wall ↵Scott Ullrich2006-06-191-1/+1
| | | | configurations do not go boom.
* Add pages to the array field so that importing recent m0n0wall ↵Scott Ullrich2006-06-191-1/+1
| | | | configurations do not go boom.
OpenPOWER on IntegriCloud