summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* move relayd to after all gateways are configured - it'll be happier, trust meBill Marquette2008-07-081-1/+1
|
* Setup gateways monitor after a rpc syncSeth Mos2008-07-081-0/+1
|
* s/slbd/relayd/ move to after filter is configuredBill Marquette2008-07-081-2/+2
|
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-071-1/+0
|
* PHP5 fixes. Allow XMLRPC sync to work.Scott Ullrich2008-05-271-3/+5
|
* * Add xmlrpc declarations missed in last commitScott Ullrich2008-02-141-0/+57
| | | | | * MFC exec_shell() package related function * MFC exec_php() package related function
* * Add merge_installedpackages_section_xmlrpc() call used for mergingScott Ullrich2008-02-141-0/+24
| | | | | | | | specific <installedpackages><AREANAME> sub items without replacing the entire <installedpackages> area with just this item * Adjust TinyDNS sync to use this new method to avoid replacing the entire destination <installedpackages> area which also whipes out all other installd package information.
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* sync from RELENG_1_2Bill Marquette2007-10-141-1/+0
|
* Fix check_firmware_version descriptionBill Marquette2007-10-141-3/+7
| | | | | All XMLRPC functions should be authenticated MFC: ASAP
* 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 ↵Scott Ullrich2007-01-241-2/+27
| | | | XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example.
* Restart pool after XMLRPC sync.Scott Ullrich2006-04-211-0/+2
| | | | Ticket #924
* 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
| | | | backup_config_section doesn't take a hash.
* 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
|
OpenPOWER on IntegriCloud