Commit Graph

24 Commits

Author SHA1 Message Date
Ermal
56a8bbf3af Test for value present before using. 2011-03-30 22:21:13 +00:00
Ermal
d5b45febd6 Test for value present before using. 2011-03-30 22:13:55 +00:00
Ermal
ccf46756fd Unset xmlrpcauth and not the first member of the array. 2011-03-30 21:49:51 +00:00
Ermal
b7d5a7bab8 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. 2011-03-30 20:34:13 +00:00
Scott Ullrich
673e809501 nuke trailing carriage returns 2010-12-22 10:39:12 -05:00
Ermal
ca092d2673 Correct error messages. 2010-12-10 22:51:44 +00:00
Ermal
d0f980d4b9 Log on the host the errors so we can use the sshlockout software for protection against abusal. 2010-12-10 19:38:13 +00:00
Ermal
4d775dd000 Be consistent on shifting array during authentication. Also check for array to avoid strange errors. 2010-12-10 19:35:59 +00:00
Ermal
d064a11535 Tighten checks a bit also when check_firmware_version is called return the config version too. 2010-12-07 11:32:16 +00:00
Scott Ullrich
523855b02b Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
Scott Ullrich
253d099e69 Allow user manager to work with XMLRPC. 2008-05-27 01:11:04 +00:00
Scott Ullrich
66752f2423 Remove logging on target nodes, the primary is keeping track. 2006-05-02 21:57:40 +00:00
Scott Ullrich
01ee027855 Log bad XMLRPC login attempts on target sync node. 2006-05-02 20:42:02 +00:00
Scott Ullrich
0e16b9cacd We're in 2006 now, toto 2006-04-08 02:04:26 +00:00
Scott Ullrich
4d81dcc970 Back out untested 9999 2006-02-11 23:02:05 +00:00
Scott Ullrich
b4883eedb6 MFC 9998
Fix an unsettling logic error.
2006-02-10 23:44:11 +00:00
Scott Ullrich
ddaccd5d92 Add closing ?> 2005-12-21 21:58:59 +00:00
Colin Smith
597398c059 Fix silly typo. 2005-09-18 07:41:12 +00:00
Colin Smith
13657e92e6 Use documented XML_RPC functions if available. 2005-09-18 05:19:48 +00:00
Colin Smith
5c6d0f658d * Minor cleanup, almost entirely of bootup messages. 2005-05-18 01:03:13 +00:00
Colin Smith
970095a198 xmlrpc_array_to_php -> xmlrpc_value_to_php. 2005-04-23 03:20:06 +00:00
Colin Smith
207abd8486 Move XMLRPC helper functions (for auth and type conversion) to an include file. 2005-04-20 14:09:05 +00:00
Colin Smith
8e8a75f8a4 Remove Incutio XMLRPC library - it doesn't support https or authentication. So close, yet so far! 2005-03-21 21:54:07 +00:00
Colin Smith
89c50a2a78 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. 2005-03-21 21:10:29 +00:00