Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow user manager to work with XMLRPC. | Scott Ullrich | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | Remove logging on target nodes, the primary is keeping track. | Scott Ullrich | 2006-05-02 | 1 | -1/+2 |
| | |||||
* | Log bad XMLRPC login attempts on target sync node. | Scott Ullrich | 2006-05-02 | 1 | -7/+7 |
| | |||||
* | We're in 2006 now, toto | Scott Ullrich | 2006-04-08 | 1 | -1/+1 |
| | |||||
* | Back out untested 9999 | Scott Ullrich | 2006-02-11 | 1 | -2/+2 |
| | |||||
* | MFC 9998 | Scott Ullrich | 2006-02-10 | 1 | -3/+3 |
| | | | | Fix an unsettling logic error. | ||||
* | Add closing ?> | Scott Ullrich | 2005-12-21 | 1 | -0/+1 |
| | |||||
* | Fix silly typo. | Colin Smith | 2005-09-18 | 1 | -1/+1 |
| | |||||
* | Use documented XML_RPC functions if available. | Colin Smith | 2005-09-18 | 1 | -2/+8 |
| | |||||
* | * Minor cleanup, almost entirely of bootup messages. | Colin Smith | 2005-05-18 | 1 | -0/+1 |
| | |||||
* | xmlrpc_array_to_php -> xmlrpc_value_to_php. | Colin Smith | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | Move XMLRPC helper functions (for auth and type conversion) to an include file. | Colin Smith | 2005-04-20 | 1 | -0/+109 |
| | |||||
* | Remove Incutio XMLRPC library - it doesn't support https or authentication. ↵ | Colin Smith | 2005-03-21 | 1 | -815/+0 |
| | | | | So close, yet so far! | ||||
* | Add pure PHP XMLRPC library from incutio.com. Using this (as opposed to the ↵ | Colin Smith | 2005-03-21 | 1 | -0/+815 |
official XMLRPC-epi extension) means we will not need to include libiconv and expat with only a minor speed hit. |