Remove #!/usr/local/bin/php
Sync w/ head
MFC 8018backup_config_section doesn't take a hash.
Bring up interfaces after sycning
Adjust carp bootup sequence. Do not down the interfaces and later up them.
Clean up and bring to spec. * Make signatures prettier. * Define $XML_RPC_erruser = 200 * Make $xmlrpc_g array with handy objects.
Clean up TODO.
Require valid authorization to reload CARP interfaces.
Correct doc comment for cap configure
Expose interfaces_carp_configure_xmlrpc()
Update our XMLRPC server to work with the new security update. This cleans up several hacks resulting from poor documentation ;)
Add pfsense.get_notices.
Remove weird mwexec().
Remove /tmp/config.cache to force a resync of configuraiton
No more xmlparse_pkg.
Fix reboot method.
Add RPC wrapper to rc.reboot. This method requires password authentication.
Include guiconfig.inc so we can use auth.inc
Minor cleanup.
Include XMLRPC helper functions and remove unnecessary code.
Remove pfsense.auto_upgrade until fixed.
Expose pfsense.auto_update and pfsense.check_firmware_version.
Whoops, forgot to increment the array counter.
Allow multicallish functionality in pfsense.restore_config_section.
Include XML parser functions.
Fix array offset (first param starts at 0 after auth).
Add (basic) authentication handler and clean up a bit.
Add $Id$ tag
Add TODO.
Expose filter_configure().
Properly handle signatures and docstrings for method introspection.
Fix XMLRPC server.
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!
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.