Remove logging on target nodes, the primary is keeping track.
Log bad XMLRPC login attempts on target sync node.
We're in 2006 now, toto
Back out untested 9999
MFC 9998Fix an unsettling logic error.
Add closing ?>
Fix silly typo.
Use documented XML_RPC functions if available.
xmlrpc_array_to_php -> xmlrpc_value_to_php.
Move XMLRPC helper functions (for auth and type conversion) to an include file.
Remove Incutio XMLRPC library - it doesn't support https or authentication. So close, yet so far!
Add pure PHP XMLRPC library from incutio.com. Using this (as opposed to the official XMLRPC-epi extension) means we will not need to include libiconv and expat with only a minor speed hit.