Project

General

Profile

Download (6.69 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0d57f5f3 10/18/2005 07:50 PM Scott Ullrich

If a value is marked as "false" simply do not write its contents out.

This will fix 71 occurances of true : false in the code w/o having
to touch each case. And frankly, a item should not be in the xml
unless its set.

b37aa8ca 10/09/2005 11:20 PM Scott Ullrich

Add back pipe array item. We will need this when users upgrade from m0n0wall to avoid getting a PIPE is not a array error

e20f1e2c 10/05/2005 06:52 PM Scott Ullrich

Treat earlyshellcmd as an xml array

2e5ebf5d 08/27/2005 01:44 AM Scott Ullrich
  • Add interface_array to config.xml array list
  • Clarify comment that this list is a array list
9f09f99a 08/08/2005 06:08 PM Bill Marquette

Ooops...need a space there

48ca2dc9 08/07/2005 03:53 PM Colin Smith

Add <file> listtag.

5be479de 08/06/2005 10:13 PM Bill Marquette

Move pool -> lbpool

b6d1659d 08/06/2005 09:53 PM Bill Marquette

Add virtual_server tag

6bddd0e4 08/06/2005 06:44 PM Bill Marquette

Add load balancer tags

f60e6259 08/06/2005 04:26 AM Bill Marquette

alphabetize listtags

1425e067 07/13/2005 03:09 AM Bill Marquette

Merge in virtual IP code
This changeset does the following:
merges proxy arp and carp setup menus
removes proxy arp menu from left side
upgrades config file from 1.7 to 1.8
moves existing carp virtual IP and proxy arp config to new <virtualip> tag...

d09f5292 07/13/2005 02:55 AM Scott Ullrich

remove trailing space

2fe045e5 06/27/2005 05:12 AM Bill Marquette

Add comments

eeb6c16e 06/27/2005 05:11 AM Bill Marquette

Stop duplicating work - use listtags() and listtags_pkg() instead of creating the list
twice (once for xmlparse, once for xmldump).

39cecbeb 06/27/2005 05:05 AM Bill Marquette

pipe no longer exists and hasn't for some time

c42c5e81 06/27/2005 05:01 AM Bill Marquette

Treat cacert as a list when we write XML files as well

7766ebb9 06/27/2005 04:06 AM Scott Ullrich

add cacert to xml array

ba6882bf 06/23/2005 04:22 AM Colin Smith

Add dump_xml_config() and dump_xml_config_pkg() to handle both sets of listtags.

7565fb31 06/23/2005 04:11 AM Colin Smith

Whoops, don't forget to remove restore_listtags.

cb980a2f 06/23/2005 03:11 AM Colin Smith
  • Move the old parse_xml_config() function to parse_xml_config_raw(). This function no longer sets its own listtags.
  • Add parse_xml_config() and parse_xml_config_pkg(), which both set the listtags to their proper values before parsing.
9aa2b028 06/22/2005 06:53 PM Colin Smith

Add function to restore global listtags.

0c2b5df7 06/14/2005 11:27 PM Scott Ullrich

Initial commit of dnsmasq domain overrides

Submitted-to-m0n0wall-dev-by: Joe Suhre

The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in
order to force queries for domain to a specific dns server rather then
doing a full recursive query

378bccb7 06/05/2005 10:10 PM Colin Smith

Add needed lisstag for menu items.

eba0b1d8 05/17/2005 01:27 AM Colin Smith

$parsed -> $parsedcfg

reported-by: billm

08c3872d 05/17/2005 01:05 AM Colin Smith

Make xmlrpc.inc cleaner. This needs to be followed up by a cleanup and integration of xmlparse_pkg.inc.

307cd525 03/27/2005 10:43 PM Bill Marquette

Add $Id$ tag

5412cd45 01/23/2005 03:50 AM Scott Ullrich

Add lowthroughtput items to magic shaper

36de9000 01/23/2005 03:10 AM Scott Ullrich

Add iptos support

5cebeccf 12/25/2004 04:05 AM Scott Ullrich

add config which is needed by pfstat.xml

420e12b3 12/23/2004 05:40 AM Scott Ullrich

add row as an array item

a7f908db 12/12/2004 08:05 PM Scott Ullrich
  • Add pkg.php which will parse the package xml file and present an interface (see http://www.pfsense.com/screens/pkg.JPG )
  • Correct behavior of pkg_mgr.php when multiple packages are included
  • Other minor cleanups
528ae96e 12/12/2004 04:59 AM Scott Ullrich

Add tem field as array xml markers

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision