svn commit: r1245195 - in /qpid/trunk/qpid/cpp/src/qpid/sys/posix: Socket.cpp SocketAddress.cpp

2012-02-16 Thread nsantos
Author: nsantos Date: Thu Feb 16 21:43:35 2012 New Revision: 1245195 URL: http://svn.apache.org/viewvc?rev=1245195&view=rev Log: missing casts and include to be able to compile under fedora 18 Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Socket.cpp qpid/trunk/qpid/cpp/src/qpid/sys/pos

svn commit: r1244948 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/NavigationView.java

2012-02-16 Thread robbie
Author: robbie Date: Thu Feb 16 11:53:07 2012 New Revision: 1244948 URL: http://svn.apache.org/viewvc?rev=1244948&view=rev Log: QPID-3846: stop adding useless empty nodes for connections, exchanges, queues when no virtual hosts are accessable Applied patch from Oleksandr Rudyy Modified: q

svn commit: r1244947 - /qpid/trunk/qpid/java/broker-plugins/experimental/shutdown/src/main/java/org/apache/qpid/shutdown/ShutdownMBean.java

2012-02-16 Thread robbie
Author: robbie Date: Thu Feb 16 11:52:52 2012 New Revision: 1244947 URL: http://svn.apache.org/viewvc?rev=1244947&view=rev Log: QPID-3845: Change impact attribute for ShutdownMBean to ACTION Applied patch from Oleksandr Rudyy Modified: qpid/trunk/qpid/java/broker-plugins/experimental/shutd

svn commit: r1244946 - in /qpid/trunk/qpid/java/broker: etc/broker_example.acl src/main/java/org/apache/qpid/server/management/MBeanInvocationHandlerImpl.java

2012-02-16 Thread robbie
Author: robbie Date: Thu Feb 16 11:49:14 2012 New Revision: 1244946 URL: http://svn.apache.org/viewvc?rev=1244946&view=rev Log: QPID-3844: allow queryMBeans to succeed without ACL checking, tools like JConsole / Qpid MC need this to function at all Applied patch from Oleksandr Rudyy Modified:

svn commit: r1244934 - in /qpid/trunk/qpid/java: broker-plugins/access-control/src/main/java/org/apache/qpid/server/security/access/config/ broker-plugins/access-control/src/test/java/org/apache/qpid/

2012-02-16 Thread robbie
Author: robbie Date: Thu Feb 16 11:24:02 2012 New Revision: 1244934 URL: http://svn.apache.org/viewvc?rev=1244934&view=rev Log: QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the object type and properties. Fix length used for property wildcarding checks. Applied patch