This is an automated email from the ASF dual-hosted git repository.

samt pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from b18a7064fd Merge branch 'cassandra-3.0' into cassandra-3.11
     new f33267c8fa Tighten up permissions on system keyspaces
     new 80e84fd722 Merge branch 'cassandra-3.0' into cassandra-3.11

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   2 +
 src/java/org/apache/cassandra/auth/Permission.java |   7 +
 src/java/org/apache/cassandra/auth/Resources.java  |  28 +-
 .../apache/cassandra/config/SchemaConstants.java   |   7 +
 .../cql3/statements/GrantPermissionsStatement.java |  21 ++
 .../org/apache/cassandra/service/ClientState.java  |  81 +++--
 .../apache/cassandra/auth/GrantAndRevokeTest.java  | 374 +++++++++++++++++++++
 test/unit/org/apache/cassandra/cql3/CQLTester.java |  19 +-
 8 files changed, 508 insertions(+), 31 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/auth/GrantAndRevokeTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to