search for: xml_rpc

Displaying 6 results from an estimated 6 matches for "xml_rpc".

2005 Jul 06
0
CentOS-announce Digest, Vol 5, Issue 1
...Update Information: This update is considered critical by the CentOS Development Team, and exploitation of the vulnerability can lead to remote code execution. Anyone using php-5 from the centosplus repo is highly encouraged to upgrade their installation immediately. This update includes the PEAR XML_RPC 1.3.1 package, which fixes a security issue in the XML_RPC server implementation. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2005-1921 to this issue. The bundled version of shtool is also updated, to fix some temporary file handling races. The Co...
2005 Jul 05
0
CESA-2005:0705-001 Critical CentOS 4 x86_64 php - security update (CENTOSPLUS only)
...Update Information: This update is considered critical by the CentOS Development Team, and exploitation of the vulnerability can lead to remote code execution. Anyone using php-5 from the centosplus repo is highly encouraged to upgrade their installation immediately. This update includes the PEAR XML_RPC 1.3.1 package, which fixes a security issue in the XML_RPC server implementation. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2005-1921 to this issue. The bundled version of shtool is also updated, to fix some temporary file handling races. The Co...
2005 Jul 05
0
CESA-2005:0705-001 Critical CentOS 4 i386 php - security update (CENTOSPLUS only)
...Update Information: This update is considered critical by the CentOS Development Team, and exploitation of the vulnerability can lead to remote code execution. Anyone using php-5 from the centosplus repo is highly encouraged to upgrade their installation immediately. This update includes the PEAR XML_RPC 1.3.1 package, which fixes a security issue in the XML_RPC server implementation. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2005-1921 to this issue. The bundled version of shtool is also updated, to fix some temporary file handling races. The Comm...
2005 Dec 27
1
Rails/Ajax question from a newbie (to both)
...grid_updater''> <rows update_us=''true> <tr... The rest is the table and closing tags. Of course, if you''re experienced with this stuff, you''ve probably already seen that. :) What''s the best way to handle this issue? Should I modify the xml_rpc partial? Thanks! -Rakesh (The book recommened on the Rico site is on order and hasn''t shipped yet.) _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2009 Jul 27
6
Stuck with dovecot-sieve and horde-ingo ...
...Package Version State Archive_Tar 1.3.1 stable Console_Getopt 1.2 stable DB 1.7.12 stable Date 1.4.7 stable Log 1.9.11 stable Mail 1.1.14 stable Net_Sieve 1.1.6 stable Net_Socket 1.0.9 stable PEAR 1.4.6 stable XML_RPC 1.5.1 stable I would appreciate any input on this as this issue now already is unsolved for weeks now. And as always that is one of the features the customer wants first ;-) Aside from this dovecot is working great here, thanks ! Stefan
2011 Sep 07
3
Method get of ActionController::TestCase ignores routes.rb?
...e following RSpec2 test of my XmlRpcController#index action: it "should get nothing in response to GET request" do get :index response.response_code.should == 400 #bad_request end And the only line related to this route in routes.rb is: post ''rpc'', :to => "xml_rpc#index" ''rake routes'' also shows only this route defined. As a result when I run this test that action actually DOES get executed! I judge this by putting a simple puts inside it) and also a log contains: "Processing by XmlRpcController#index as HTML" Also if I...