summaryrefslogtreecommitdiff
path: root/src/mongo/db/client_basic.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-3/+3
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-25/+1
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-17/+0
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-2/+3
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkitKaloian Manassiev2014-07-071-0/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-9/+9
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+2
* Fix assertion when setting a ClientBasic's AuthorizationManagerSpencer T Brody2012-12-181-1/+1
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-181-0/+62