Project

General

Profile

Download (5.36 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
56a8bbf3 03/30/2011 10:21 PM Ermal LUÇI

Test for value present before using.

d5b45feb 03/30/2011 10:13 PM Ermal LUÇI

Test for value present before using.

ccf46756 03/30/2011 09:49 PM Ermal LUÇI

Unset xmlrpcauth and not the first member of the array.

b7d5a7ba 03/30/2011 08:34 PM Ermal LUÇI

Do not rely on first user being admin as this breaks in certain cases the XMLRPC authentication. TODO: pass username as argument too. This now can use the local system authentication settings as well.

673e8095 12/22/2010 03:39 PM Scott Ullrich

nuke trailing carriage returns

ca092d26 12/10/2010 10:51 PM Ermal LUÇI

Correct error messages.

d0f980d4 12/10/2010 07:38 PM Ermal LUÇI

Log on the host the errors so we can use the sshlockout software for protection against abusal.

4d775dd0 12/10/2010 07:35 PM Ermal LUÇI

Be consistent on shifting array during authentication. Also check for array to avoid strange errors.

d064a115 12/07/2010 11:32 AM Ermal LUÇI

Tighten checks a bit also when check_firmware_version is called return the config version too.

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

253d099e 05/27/2008 01:11 AM Scott Ullrich

Allow user manager to work with XMLRPC.

66752f24 05/02/2006 09:57 PM Scott Ullrich

Remove logging on target nodes, the primary is keeping track.

01ee0278 05/02/2006 08:42 PM Scott Ullrich

Log bad XMLRPC login attempts on target sync node.

0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

4d81dcc9 02/11/2006 11:02 PM Scott Ullrich

Back out untested 9999

b4883eed 02/10/2006 11:44 PM Scott Ullrich

MFC 9998
Fix an unsettling logic error.

ddaccd5d 12/21/2005 09:58 PM Scott Ullrich

Add closing ?>

597398c0 09/18/2005 07:41 AM Colin Smith

Fix silly typo.

13657e92 09/18/2005 05:19 AM Colin Smith

Use documented XML_RPC functions if available.

5c6d0f65 05/18/2005 01:03 AM Colin Smith
  • Minor cleanup, almost entirely of bootup messages.
970095a1 04/23/2005 03:20 AM Colin Smith

xmlrpc_array_to_php -> xmlrpc_value_to_php.

207abd84 04/20/2005 02:09 PM Colin Smith

Move XMLRPC helper functions (for auth and type conversion) to an include file.

8e8a75f8 03/21/2005 09:54 PM Colin Smith

Remove Incutio XMLRPC library - it doesn't support https or authentication. So close, yet so far!

89c50a2a 03/21/2005 09:10 PM Colin Smith

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.