Commit Graph

26 Commits

Author SHA1 Message Date
Colin Smith
1cdca133db Update our XMLRPC server to work with the new security update. This cleans up several hacks resulting from poor documentation ;) 2005-07-24 23:17:18 +00:00
Colin Smith
d906426767 Add pfsense.get_notices. 2005-07-15 22:03:17 +00:00
Colin Smith
a35398508a Remove weird mwexec(). 2005-07-10 18:37:39 +00:00
Scott Ullrich
ea9deedc5f Remove /tmp/config.cache to force a resync of configuraiton 2005-07-05 16:59:04 +00:00
Colin Smith
c6ab761de0 No more xmlparse_pkg. 2005-06-20 02:50:30 +00:00
Colin Smith
53cf553319 Fix reboot method. 2005-06-07 03:26:32 +00:00
Colin Smith
bd0fe65b1b Add RPC wrapper to rc.reboot. This method requires password authentication. 2005-06-07 03:22:43 +00:00
Bill Marquette
f977ac60e2 Include guiconfig.inc so we can use auth.inc 2005-05-16 03:31:55 +00:00
Colin Smith
81d8a9adf6 Minor cleanup. 2005-04-20 17:02:44 +00:00
Colin Smith
6fe6b9163a Include XMLRPC helper functions and remove unnecessary code. 2005-04-20 14:10:51 +00:00
Colin Smith
186359bf13 Remove pfsense.auto_upgrade until fixed. 2005-04-07 17:07:00 +00:00
Colin Smith
44488c3c04 Expose pfsense.auto_update and pfsense.check_firmware_version. 2005-04-02 07:01:28 +00:00
Colin Smith
af2ecddf90 * Add signature handling for arrays.
* Fix pfsense.filter_configure.
* Fix multicallish pfsense.restore_config_section.
2005-04-02 06:27:05 +00:00
Colin Smith
99bc7cc204 Whoops, forgot to increment the array counter. 2005-04-01 23:08:36 +00:00
Colin Smith
a52c8ce23c Allow multicallish functionality in pfsense.restore_config_section. 2005-04-01 23:07:51 +00:00
Colin Smith
009eee4b82 Include XML parser functions. 2005-03-31 23:59:02 +00:00
Colin Smith
629185969c Fix array offset (first param starts at 0 after auth). 2005-03-31 23:29:41 +00:00
Colin Smith
97bde33847 Add (basic) authentication handler and clean up a bit. 2005-03-28 15:23:00 +00:00
Bill Marquette
b46bfcf575 Add $Id$ tag 2005-03-27 22:31:32 +00:00
Colin Smith
780dbd5682 Add TODO. 2005-03-26 07:13:10 +00:00
Colin Smith
07a7b08f28 Expose filter_configure(). 2005-03-26 07:09:31 +00:00
Colin Smith
0148e15274 Properly handle signatures and docstrings for method introspection. 2005-03-25 06:36:26 +00:00
Colin Smith
57e6d4c90f Fix XMLRPC server. 2005-03-25 05:12:19 +00:00
Colin Smith
21dc3a7d47 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!
2005-03-25 04:34:30 +00:00
Colin Smith
b7b2cca16d * Comment out signatures.
* Switch to crypt() auth.
2005-03-24 23:00:59 +00:00
Colin Smith
50d4901819 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. 2005-03-24 22:36:48 +00:00