summaryrefslogtreecommitdiff
path: root/db/security.cpp
Commit message (Expand)AuthorAgeFilesLines
* stdafx->pchDwight2010-04-271-1/+1
* rsDwight2010-04-201-2/+2
* fix auth recursive lock issueEliot Horowitz2010-02-251-1/+1
* SERVER-258 removing --authWriteOnly mode at Eliot's requestAaron2010-02-081-1/+0
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-1/+33
* SERVER-258 add authWriteOnly modeAaron2010-01-261-0/+1
* security cleanup / segault fix in currentOp SERVER-384Eliot Horowitz2009-10-251-1/+1
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-40/+1
* replace cerr with cout for all server filesEliot Horowitz2009-10-161-1/+1
* setClientEliot Horowitz2009-10-141-0/+1
* move the var 'database' inside Client objectDwight2009-10-141-1/+1
* dblockEliot Horowitz2009-10-141-0/+1
* clean up MR temp tables SERVER-327Eliot Horowitz2009-10-141-0/+29
* spamEliot Horowitz2009-10-131-1/+0
* move curNs to Client objectDwight2009-10-131-0/+9
* make lasterror threadsafeDwight2009-10-121-2/+2
* add Connection classDwight2009-10-091-1/+2
* md5 function no longer necessaryAaron2009-01-231-2/+0
* Fix dependency problemAaron2009-01-231-36/+16
* if no admin.system.users, allow access to everything from localhostdwight2009-01-211-0/+2
* getnonce now returns a prettier nonce string -- hex digits as a string instea...dwight2009-01-211-2/+2
* basic securityunknown2009-01-181-0/+2
* suppress a couple compiler warningsunknown2009-01-181-49/+49
* authenticate command workdwight2009-01-181-37/+5
* better randoms on OS Xdwight2009-01-181-1/+7
* moving some stuff to header fileEliot Horowitz2009-01-171-23/+19
* Indent all lines within namespaces one levelAaron2009-01-151-49/+49
* Replace tab indentation with spacesAaron2009-01-141-38/+46
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+8
* a little work on securitDwight2009-01-091-0/+14
* security beginningsDwight2009-01-071-0/+49