summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Collapse)AuthorAgeFilesLines
* Bring up interfaces after sycningScott Ullrich2005-09-301-0/+1
|
* Adjust carp bootup sequence. Do not down the interfaces and later up them.Scott Ullrich2005-09-241-1/+0
|
* Clean up and bring to spec.Colin Smith2005-09-181-44/+96
| | | | | | * Make signatures prettier. * Define $XML_RPC_erruser = 200 * Make $xmlrpc_g array with handy objects.
* Clean up TODO.Colin Smith2005-09-181-2/+0
|
* Require valid authorization to reload CARP interfaces.Colin Smith2005-09-181-1/+3
|
* Correct doc comment for cap configureScott Ullrich2005-09-181-1/+1
|
* Expose interfaces_carp_configure_xmlrpc()Scott Ullrich2005-09-181-1/+12
|
* Update our XMLRPC server to work with the new security update. This cleans ↵Colin Smith2005-07-241-7/+7
| | | | up several hacks resulting from poor documentation ;)
* Add pfsense.get_notices.Colin Smith2005-07-151-1/+18
|
* Remove weird mwexec().Colin Smith2005-07-101-4/+1
|
* Remove /tmp/config.cache to force a resync of configuraitonScott Ullrich2005-07-051-1/+4
|
* No more xmlparse_pkg.Colin Smith2005-06-201-1/+0
|
* Fix reboot method.Colin Smith2005-06-071-1/+2
|
* Add RPC wrapper to rc.reboot. This method requires password authentication.Colin Smith2005-06-071-2/+15
|
* Include guiconfig.inc so we can use auth.incBill Marquette2005-05-161-0/+1
|
* Minor cleanup.Colin Smith2005-04-201-1/+2
|
* Include XMLRPC helper functions and remove unnecessary code.Colin Smith2005-04-201-49/+1
|
* Remove pfsense.auto_upgrade until fixed.Colin Smith2005-04-071-10/+8
|
* Expose pfsense.auto_update and pfsense.check_firmware_version.Colin Smith2005-04-021-1/+27
|
* * Add signature handling for arrays.Colin Smith2005-04-021-2/+2
| | | | | * Fix pfsense.filter_configure. * Fix multicallish pfsense.restore_config_section.
* Whoops, forgot to increment the array counter.Colin Smith2005-04-011-0/+1
|
* Allow multicallish functionality in pfsense.restore_config_section.Colin Smith2005-04-011-1/+4
|
* Include XML parser functions.Colin Smith2005-03-311-0/+1
|
* Fix array offset (first param starts at 0 after auth).Colin Smith2005-03-311-1/+1
|
* Add (basic) authentication handler and clean up a bit.Colin Smith2005-03-281-10/+19
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Add TODO.Colin Smith2005-03-261-0/+5
|
* Expose filter_configure().Colin Smith2005-03-261-2/+16
|
* Properly handle signatures and docstrings for method introspection.Colin Smith2005-03-251-15/+4
|
* Fix XMLRPC server.Colin Smith2005-03-251-11/+12
|
* Update XMLRPC server.Colin Smith2005-03-251-31/+66
| | | | | | | * 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!
* * Comment out signatures.Colin Smith2005-03-241-13/+13
| | | | * Switch to crypt() auth.
* Stub in XMLRPC support (basic md5 authentication, signatures, and wrapper ↵Colin Smith2005-03-241-0/+82
for backup_config_section and restore_config_section). Methods currently exposed are pfsense.backup_config_section and pfsense.restore_config_section.
OpenPOWER on IntegriCloud