summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-1/+2
* SERVER-26509: Add SCRAM-SHA-1 C++ integration testSpencer Jackson2016-10-071-0/+7
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-0/+1
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-3/+14
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-14/+3
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-3/+14
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-1/+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-071-0/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-9/+10
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-4/+0
* SERVER-21659 Move logic for redacting 'bypassDocumentValidation' privilege fo...Spencer T Brody2015-11-301-1/+0
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-191-0/+1
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-1/+1
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-15/+8
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-6/+26
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-2/+0
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-0/+1
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-7/+17
* SERVER-19345: refactor security key reading into two partsAmalia Hawkins2015-07-091-0/+4
* SERVER-19099 Add a target to build all generated sourcesAndrew Morrow2015-06-291-2/+5
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-231-0/+1
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-161-1/+3
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-4/+11
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-1/+0
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+8
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-0/+9
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+2
* SERVER-9666 Push lasterror and service_context into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push signal_handler libraries into util directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push server_parameters down into db directoryAndrew Morrow2015-04-291-1/+2
* SERVER-9666 Push namespace_string into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-18140: Allow getParameter to be executed locally against an arbiter in...Amalia Hawkins2015-04-281-1/+5
* SERVER-9666 Push network and hostandport into util/netAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push stringutils lib declaration into utilAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Move md5 library declaration into mongo/utilAndrew Morrow2015-04-241-2/+2
* SERVER-17894 moved CurOp into its own libraryBenety Goh2015-04-221-4/+23
* SERVER-17817 Rename client_auth_session.cpp to auth_decorations.cppAndy Schwerin2015-04-171-5/+7
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-0/+1
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-261-3/+5
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-0/+1
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+5
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-151-7/+16
* SERVER-7596 Make SCRAM mechanism code independent db/Andreas Nilsson2014-09-221-4/+1
* SERVER-7596 Native SCRAM-SHA-1 client/shell implementationAndreas Nilsson2014-09-101-5/+7
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-2/+12
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-0/+1
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-301-0/+1