summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbwebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-9518 SERVER-10323 Fix access control in the web serverSpencer T Brody2013-08-191-18/+11
* SERVER-8364 removed excess #IFDEF directivesEric Daniels2013-08-161-3/+1
* SERVER-8364 added OpenSSL version information to mongod SERVER-8364 fixed a typoEric Daniels2013-08-021-0/+3
* SERVER-10323 Temporarily disable user managment in the web server until it ca...Spencer T Brody2013-07-301-9/+10
* SERVER-9518 Separate cases that want to automatically acquire privileges when...Spencer T Brody2013-07-241-1/+1
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-11/+3
* SERVER-10172 Appenders must be added to global log domain during single threa...Andy Schwerin2013-07-111-4/+6
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+9
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-3/+2
* SERVER-9518 Move static methods from AuthorizationSession into AuthorizationM...Spencer T Brody2013-06-041-1/+3
* Revert "Move static methods from AuthorizationSession into AuthorizationManag...Spencer T Brody2013-06-041-3/+1
* Move static methods from AuthorizationSession into AuthorizationManager - INC...Spencer T Brody2013-06-041-1/+3
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-5/+5
* normalize #includes in many filesEric Milkie2013-04-181-15/+19
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-8/+0
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-7/+1
* SERVER-7934 Eliminate AcquiredPrivilege type.Andy Schwerin2012-12-141-3/+2
* SERVER-7572 Introduce PrincipalName type, instead of using a pair of strings ...Andy Schwerin2012-12-111-1/+1
* Support logging out of a database in AuthorizationManager SERVER-7572Spencer T Brody2012-12-051-1/+1
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-031-2/+1
* SERVER-7572 Set up AuthorizationManager for webserver threadSpencer T Brody2012-11-271-1/+2
* SERVER-7572 SERVER-7126 Maintain auth information in AuthorizationManager as ...Spencer T Brody2012-11-261-1/+30
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-4/+4
* SERVER-5890 do not require space after comma in Digest HTTP headerTad Marshall2012-08-201-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-6/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+539