summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlrpc.inc
Commit message (Collapse)AuthorAgeFilesLines
* Test for value present before using.Ermal2011-03-301-2/+2
|
* Test for value present before using.Ermal2011-03-301-1/+1
|
* Unset xmlrpcauth and not the first member of the array.Ermal2011-03-301-2/+2
|
* Do not rely on first user being admin as this breaks in certain cases the ↵Ermal2011-03-301-18/+20
| | | | XMLRPC authentication. TODO: pass username as argument too. This now can use the local system authentication settings as well.
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
|
* Correct error messages.Ermal2010-12-101-4/+4
|
* Log on the host the errors so we can use the sshlockout software for ↵Ermal2010-12-101-0/+3
| | | | protection against abusal.
* Be consistent on shifting array during authentication. Also check for array ↵Ermal2010-12-101-3/+12
| | | | to avoid strange errors.
* Tighten checks a bit also when check_firmware_version is called return the ↵Ermal2010-12-071-3/+10
| | | | config version too.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+5
|
* Allow user manager to work with XMLRPC.Scott Ullrich2008-05-271-1/+1
|
* Remove logging on target nodes, the primary is keeping track.Scott Ullrich2006-05-021-1/+2
|
* Log bad XMLRPC login attempts on target sync node.Scott Ullrich2006-05-021-7/+7
|
* We're in 2006 now, totoScott Ullrich2006-04-081-1/+1
|
* Back out untested 9999Scott Ullrich2006-02-111-2/+2
|
* MFC 9998Scott Ullrich2006-02-101-3/+3
| | | | Fix an unsettling logic error.
* Add closing ?>Scott Ullrich2005-12-211-0/+1
|
* Fix silly typo.Colin Smith2005-09-181-1/+1
|
* Use documented XML_RPC functions if available.Colin Smith2005-09-181-2/+8
|
* * Minor cleanup, almost entirely of bootup messages.Colin Smith2005-05-181-0/+1
|
* xmlrpc_array_to_php -> xmlrpc_value_to_php.Colin Smith2005-04-231-1/+1
|
* Move XMLRPC helper functions (for auth and type conversion) to an include file.Colin Smith2005-04-201-0/+109
|
* Remove Incutio XMLRPC library - it doesn't support https or authentication. ↵Colin Smith2005-03-211-815/+0
| | | | So close, yet so far!
* Add pure PHP XMLRPC library from incutio.com. Using this (as opposed to the ↵Colin Smith2005-03-211-0/+815
official XMLRPC-epi extension) means we will not need to include libiconv and expat with only a minor speed hit.
OpenPOWER on IntegriCloud