summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-1891 change maxsize to maxSize for addShard auditloggingmatt dannenberg2013-12-121-1/+1
|
* SERVER-11600 remove logRotate from auditloggingmatt dannenberg2013-11-131-3/+0
|
* SERVER-1891 Hookup audit logging for sharding events.matt dannenberg2013-11-051-0/+16
|
* SERVER-11504 hooked up auditLogging of dropAllRolesFromDatabasematt dannenberg2013-10-311-2/+2
|
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-2/+2
|
* SERVER-1891 Add audit logging hooks for user management and DDL events.matt dannenberg2013-10-111-4/+4
|
* SERVER-1891 Add audit logging hook for renameCollectionmatt dannenberg2013-10-091-0/+4
|
* SERVER-1891 Add audit logging hooks for user management and DDL events.matt dannenberg2013-10-091-0/+91
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-1891 Add hooks to audit authentications using MONGODB-CR and ↵Andy Schwerin2013-07-261-0/+5
| | | | MONGODB-X509.
* SERVER-1891 Add redactForLogging() to Command.Andy Schwerin2013-07-221-1/+1
| | | | | | | 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.
* SERVER-1891 Add audit logging hooks for authorization checks in mongod.Andy Schwerin2013-07-171-3/+60
|
* SERVER-1891 Add hook for auditing access control checks for commands.Andy Schwerin2013-07-171-0/+31