Project

General

Profile

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

# Date Author Comment
e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

03d89831 11/30/2005 03:43 AM Scott Ullrich

Sync w/ head

171966c9 11/25/2005 09:18 PM Scott Ullrich

MFC 8018
backup_config_section doesn't take a hash.

985e98ee 09/30/2005 09:19 PM Scott Ullrich

Bring up interfaces after sycning

19aeae7f 09/24/2005 08:47 PM Scott Ullrich

Adjust carp bootup sequence. Do not down the interfaces and later up them.

8da3de34 09/18/2005 11:15 PM Colin Smith

Clean up and bring to spec. * Make signatures prettier. * Define $XML_RPC_erruser = 200 * Make $xmlrpc_g array with handy objects.

be88414a 09/18/2005 04:54 AM Colin Smith

Clean up TODO.

728d393d 09/18/2005 04:51 AM Colin Smith

Require valid authorization to reload CARP interfaces.

73c6bb99 09/18/2005 04:29 AM Scott Ullrich

Correct doc comment for cap configure

52c3baf5 09/18/2005 03:44 AM Scott Ullrich

Expose interfaces_carp_configure_xmlrpc()

1cdca133 07/24/2005 11:17 PM Colin Smith

Update our XMLRPC server to work with the new security update. This cleans up several hacks resulting from poor documentation ;)

d9064267 07/15/2005 10:03 PM Colin Smith

Add pfsense.get_notices.

a3539850 07/10/2005 06:37 PM Colin Smith

Remove weird mwexec().

ea9deedc 07/05/2005 04:59 PM Scott Ullrich

Remove /tmp/config.cache to force a resync of configuraiton

c6ab761d 06/20/2005 02:50 AM Colin Smith

No more xmlparse_pkg.

53cf5533 06/07/2005 03:26 AM Colin Smith

Fix reboot method.

bd0fe65b 06/07/2005 03:22 AM Colin Smith

Add RPC wrapper to rc.reboot. This method requires password authentication.

f977ac60 05/16/2005 03:31 AM Bill Marquette

Include guiconfig.inc so we can use auth.inc

81d8a9ad 04/20/2005 05:02 PM Colin Smith

Minor cleanup.

6fe6b916 04/20/2005 02:10 PM Colin Smith

Include XMLRPC helper functions and remove unnecessary code.

186359bf 04/07/2005 05:07 PM Colin Smith

Remove pfsense.auto_upgrade until fixed.

44488c3c 04/02/2005 07:01 AM Colin Smith

Expose pfsense.auto_update and pfsense.check_firmware_version.

af2ecddf 04/02/2005 06:27 AM Colin Smith
  • Add signature handling for arrays.
  • Fix pfsense.filter_configure.
  • Fix multicallish pfsense.restore_config_section.
99bc7cc2 04/01/2005 11:08 PM Colin Smith

Whoops, forgot to increment the array counter.

a52c8ce2 04/01/2005 11:07 PM Colin Smith

Allow multicallish functionality in pfsense.restore_config_section.

009eee4b 03/31/2005 11:59 PM Colin Smith

Include XML parser functions.

62918596 03/31/2005 11:29 PM Colin Smith

Fix array offset (first param starts at 0 after auth).

97bde338 03/28/2005 03:23 PM Colin Smith

Add (basic) authentication handler and clean up a bit.

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

780dbd56 03/26/2005 07:13 AM Colin Smith

Add TODO.

07a7b08f 03/26/2005 07:09 AM Colin Smith

Expose filter_configure().

0148e152 03/25/2005 06:36 AM Colin Smith

Properly handle signatures and docstrings for method introspection.

57e6d4c9 03/25/2005 05:12 AM Colin Smith

Fix XMLRPC server.

21dc3a7d 03/25/2005 04:34 AM Colin Smith

Update XMLRPC server. * Stub in docstrings and signatures (still fixing the latter). * Add xmlrpc_params_to_php and xmlrpc_array_to_php to convert
XMLRPC_Value objects into a PHP array. * Still missing: struct handling, more functions!

b7b2cca1 03/24/2005 11:00 PM Colin Smith
  • Comment out signatures.
  • Switch to crypt() auth.
50d49018 03/24/2005 10:36 PM Colin Smith

Stub in XMLRPC support (basic md5 authentication, signatures, and wrapper for backup_config_section and restore_config_section). Methods currently exposed are pfsense.backup_config_section and pfsense.restore_config_section.