summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
|
* SERVER-15459: Check new x509 names against _clusterIdMatchSpencer Jackson2015-10-011-1/+0
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-44/+45
|
* SERVER-15860 Switch replication metadata ops to be replication-specific, ↵matt dannenberg2015-04-171-2/+1
| | | | rather than using commands
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+6
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+2
| | | | This reverts commit 0672061deb58aac931912bed68d014247c581968.
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+4
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* SERVER-13945 Match x.509 cluster certs per attributeAndreas Nilsson2014-05-221-0/+1
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
|
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
|
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
| | | | | | | | | | | This is the result of the following seds and a few manual fixups, including removing the old run() and fixing the comments. git grep -l '\<run(const' | xargs sed -si -e 's/\brun(const/newRun(TransactionExperiment* txn, const/' git grep -l '\<run( const' | xargs sed -si -e 's/\brun( const/newRun(TransactionExperiment* txn, const/' git grep -l '\<newRun(' | xargs sed -si -e 's/\bnewRun(/run(/'
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-3/+0
| | | | | This is necessary to ensure that the lopOp is on the same Transaction as the operation.
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
| | | | | | This change removes all usages of LockStatus and pushes the lock acquisitions to be inside the respective commands. This is a refactoring on the way to per-document locking.
* SERVER-9476 Redact some potentially sensitive information when logging ↵Andy Schwerin2013-11-131-0/+2
| | | | authentications.
* SERVER-10353 Option to disable MONGODB-X509, server portionAndreas Nilsson2013-10-291-1/+1
|
* 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-2/+6
| | | | MONGODB-X509.
* SERVER-1891 Consolidate auth failure/success behavior in authenticate ↵Andy Schwerin2013-07-191-10/+24
| | | | command, for easier logging.
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-0/+10
| | | | | Basic support for x.509 authentication of clients and for internal x.509 authentication of cluster members.
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
|
* SERVER-7572 Restructure security filesSpencer T Brody2012-12-231-0/+46