Project

General

Profile

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

# Date Author Comment
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.