summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65728: Audit cluster server parameters on startup, update, and retrievalVarun Ravichandran2022-05-271-0/+21
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1
* SERVER-60362 Implement KMIP-based Audit Log EncryptionGabriel Marks2021-11-011-0/+5
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-16/+0
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-28/+1
* SERVER-54974 Add service context initializer for auditingSara Golemon2021-04-291-0/+2
* SERVER-54972 Add ActionTypes, ErrorCodes, and OpObserver hook for Runtime Aud...Sara Golemon2021-04-231-0/+7
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-191-0/+5
* SERVER-54209: Audit index build lifecycle eventsVarun Ravichandran2021-03-111-1/+3
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-03-051-4/+53
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-7/+7
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+1
* SERVER-50990: Include usernames and roleNames in createIndex audit eventVarun Ravichandran2021-02-121-0/+16
* SERVER-53962 Move UMC audit hooks to OpObserverssergey.galtsev2021-02-121-1/+19
* SERVER-50993: Audit dropCollection for viewsVarun Ravichandran2021-02-031-1/+10
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-1/+1
* SERVER-53329: Create audit event for logoutVarun Ravichandran2021-01-041-0/+8
* SERVER-53278: Define and emit an audit event on system startupVarun Ravichandran2020-12-181-0/+5
* SERVER-51241: Audit importCollectionLingzhi Deng2020-10-091-0/+5
* SERVER-50992 Include viewOn and pipeline in createView auditSara Golemon2020-10-021-0/+9
* SERVER-42397 Log refineCollectionShardKey in the audit logJamie Heppenstall2019-07-311-0/+5
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-1/+3
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-141-8/+0
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-0/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34653 refactor audit's parseNs(..) to ns()Billy Donahue2018-04-251-2/+2
* SERVER-32138: Prune CommandInterface, rename parts of it audit::CommandInterf...Billy Donahue2018-01-081-1/+14
* SERVER-29187 Update the auditing framework for user and role restrictionsSara Golemon2017-07-271-4/+8
* SERVER-29731 command auth auditing should get access to document sequencesMathias Stearn2017-07-131-2/+2
* SERVER-29626 Remove code to upconvert and downconvert AuditMetadataMathias Stearn2017-06-191-34/+0
* SERVER-29314 removed CommandInterface importBenety Goh2017-05-251-6/+0
* SERVER-29314 add CommandInterface to break cyclic dependency between Command ...Benety Goh2017-05-251-2/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+0
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-42/+37
* Revert "SERVER-24780 Create audit log entry for setParameter command"Spencer T Brody2016-07-271-5/+0
* SERVER-24780 Create audit log entry for setParameter commandAndreas Nilsson2016-07-271-0/+5
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-326/+297
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-161-8/+2
* SERVER-18072 Pull ShardingConnectionHook into its own libraryKaloian Manassiev2015-04-161-4/+0
* SERVER-17800 remove dead auditing functions for pseudo-commandsAdam Midvidy2015-04-131-23/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-18/+18
* logCommandAuthzCheck doesn't need to allocate a NamespaceString when not neededEliot Horowitz2015-01-091-1/+1
* SERVER-16362: Defer audit doc creation and redaction until we have to log it.Amalia Hawkins2014-12-031-1/+3
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-10/+32
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+29