summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Expand)AuthorAgeFilesLines
* * Add xmlrpc declarations missed in last commitScott Ullrich2008-02-141-0/+58
* * Add merge_installedpackages_section_xmlrpc() call used for mergingScott Ullrich2008-02-141-0/+27
* No need to remove param[0] again :)Bill Marquette2007-10-141-1/+0
* MFC of [19699]Bill Marquette2007-10-141-3/+7
* Prevent a configuration sync loop from occuring when a cluster has two nodes.Scott Ullrich2007-05-011-0/+14
* Use array_merge_recursive_unique()Scott Ullrich2007-02-131-1/+1
* Use array_merge_recursiveScott Ullrich2007-01-251-1/+1
* Use array_combine()Scott Ullrich2007-01-241-1/+1
* Add pfsense.merge_config_section which can merge two keys together via XMLRPC...Scott Ullrich2007-01-241-2/+27
* Restart pool after XMLRPC sync.Scott Ullrich2006-04-211-0/+2
* Setup routes after loading filter on CARP sync hosts.Scott Ullrich2006-04-191-0/+1
* Add ajaxStarted which will tell if Ajax has started.Scott Ullrich2006-01-161-10/+5
* Correct errors found by eclipseScott Ullrich2006-01-151-1/+2
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
* Sync w/ headScott Ullrich2005-11-301-15/+13
* MFC 8018Scott Ullrich2005-11-251-1/+1
* 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
* 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 up...Colin Smith2005-07-241-7/+7
* 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
* 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
* * Comment out signatures.Colin Smith2005-03-241-13/+13
* Stub in XMLRPC support (basic md5 authentication, signatures, and wrapper for...Colin Smith2005-03-241-0/+82
OpenPOWER on IntegriCloud