summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-06-192-8/+8
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-06-192-22/+13
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-021-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-021-0/+2
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-04-073-56/+94
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+0
* SERVER-28155 Remove usages of BSONSerializable outside of shardingKaloian Manassiev2017-03-021-4/+3
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-186-31/+473
* SERVER-26734 indexStats action is not sufficient for $indexStatsJames Wahlin2017-01-181-3/+2
* SERVER-27194 must specify both viewOn and pipeline if modifying view when aut...Kyle Suarez2016-12-062-33/+41
* SERVER-26839: Improve readWriteDatabase role coverageSpencer Jackson2016-11-143-20/+44
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-6/+6
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-181-38/+243
* SERVER-26509: Add SCRAM-SHA-1 C++ integration testSpencer Jackson2016-10-072-0/+240
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-263-20/+38
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-083-5/+5
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-025-17/+16
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-16/+8
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-252-0/+176
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+6
* SERVER-25505 Improve LDAP authz bootstrap role creation error messageAndreas Nilsson2016-08-191-0/+3
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-8/+8
* SERVER-25592 Remove unused writeConcern parsing done by auth commandsKaloian Manassiev2016-08-132-43/+4
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-1114-128/+480
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-1014-477/+128
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-0914-128/+477
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-086-29/+27
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-043-0/+29
* SERVER-25340 Remove MONGODB-CR cluster authentication fallbackAndreas Nilsson2016-08-012-17/+3
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-295-19/+51
* SERVER-16668 Make SASL PLAIN consistent between community and enterpriseAndreas Nilsson2016-07-293-4/+6
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-3/+4
* SERVER-13480 Sort output of usersInfo commandHai-Kinh Hoang2016-07-261-0/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-2/+2
* 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