summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-4/+3
* SERVER-24821 Use authcid instead of authzid in SASL PLAIN mechanismSpencer Jackson2016-07-072-8/+44
* SERVER-24900 Remove duplicated auth code of replset commandsSiyuan Zhou2016-07-063-0/+20
* SERVER-24379 Implement addShardToZone and _configsvrAddShardToZoneRandolph Tan2016-06-221-4/+9
* Server-10896 Prohibit embedded NULs in role namesHai-Kinh Hoang2016-06-201-0/+5
* SERVER-24651 Add and use string data literalsJason Carey2016-06-172-2/+2
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-132-11/+11
* SERVER-24432 Add find on local.sources to clusterMonitorAndreas Nilsson2016-06-131-0/+4
* SERVER-20365 Make UserName comparison consider split pointSpencer Jackson2016-06-131-12/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2827-346/+484
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-284-0/+7
* Revert "SERVER-24160 Add auth and auth test for lockInfo command"Vincent Do2016-05-272-2/+0
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-24160 Add auth and auth test for lockInfo commandVincent Do2016-05-262-0/+2
* SERVER-24104 Fix compile on OS X.Max Hirschhorn2016-05-182-0/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-174-3/+7
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-054-12/+20
* SERVER-19670 clang-format makes a mess of src/mongo/db/auth/role_graph_builti...Mark Benvenuto2016-05-051-47/+100
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-22604 remove dead writeConcern related codeJudah Schvimer2016-04-252-58/+17
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-224-7/+58
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-202-3/+128
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+4
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-182-19/+17
* SERVER-6823 Rename --tryClusterAuth to --transitionToAuthShane Harvey2016-04-181-1/+1
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-1/+3
* SERVER-23184 Reduce listCollections privilegesShane Harvey2016-04-131-3/+0
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-292-6/+7
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-293-3/+8
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-251-1/+2
* SERVER-22128 Make resolveUserRoles publically accessibleSpencer Jackson2016-03-222-12/+10
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-4/+0
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-22967 ensure UserCacheInvalidator stops before we destroy its stateAdam Midvidy2016-03-042-0/+7
* SERVER-22237 Fix unit test role_graph_testAndreas Nilsson2016-02-031-0/+5
* SERVER-22237 Add enableSharding role for CloudManagerAndreas Nilsson2016-02-031-0/+12
* SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov2016-01-151-1/+1
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-155-6/+9
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-131-0/+3
* SERVER-22054 Report client address in authentication failure errorSpencer Jackson2016-01-061-1/+1
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+2
* SERVER-21724 Let backup role read system.profileSpencer Jackson2015-12-151-0/+4
* SERVER-21535 Make mongos ignore unrecognized actions during privilege parsing...Spencer T Brody2015-12-098-39/+229
* SERVER-21659 Move logic for redacting 'bypassDocumentValidation' privilege fo...Spencer T Brody2015-11-303-35/+3
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-194-11/+45
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-1/+1