| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Add missing #include for mongo/bson/util/builder.h
|
|
|
|
| |
rpc/protocol
|
| |
|
|
|
|
| |
audit::CommandInterface.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This import is no longer necessary now that the downstream changes to implementations of the
audit interface have been completed.
|
|
|
|
| |
and audit implementations
|
|
|
|
|
|
| |
This commit is an automated rename of all whole word instances of txn,
_txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all
.cpp and .h files in src/mongo.
|
| |
|
| |
|
|
|
|
| |
This reverts commit a6fcab0cf4cad4bfee1d65ca2b9bfe0b69970a8f.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
mongod, for auditing
Also, add UserNameIterator as a parallel to RoleIterator.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
MONGODB-X509.
|
|
|
|
|
|
|
| |
Command::redactForLogging(mutablebson::Document* cmdObj) transforms "cmdObj"
into a form suitable for writing to logs. This patch provides a sample
implementation for the user management commands that censors password fields,
and updates the audit hook for commands, appropriately.
|
| |
|
|
|