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

smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 58e1982  Merge branch 'cassandra-4.0' into trunk
     add f978bea  Obfuscate passwords in statements in QueryEvents
     add 6d21bd9  Merge branch 'cassandra-4.0.0' into cassandra-4.0
     new 5d3b698  Merge branch 'cassandra-4.0' into trunk

The 1 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                                        |   1 +
 doc/source/new/auditlogging.rst                    |  66 +++++----
 doc/source/new/fqllogging.rst                      |   4 +
 .../apache/cassandra/audit/AuditLogManager.java    |   2 +-
 .../{RoleName.java => PasswordObfuscator.java}     |  36 ++---
 .../org/apache/cassandra/cql3/QueryEvents.java     |  33 ++++-
 .../cassandra/audit/AuditLoggerAuthTest.java       |  37 ++++-
 .../cassandra/cql3/PasswordObfuscatorTest.java     | 162 +++++++++++++++++++++
 8 files changed, 273 insertions(+), 68 deletions(-)
 copy src/java/org/apache/cassandra/cql3/{RoleName.java => 
PasswordObfuscator.java} (59%)
 create mode 100644 
test/unit/org/apache/cassandra/cql3/PasswordObfuscatorTest.java

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

Reply via email to