summaryrefslogtreecommitdiff
path: root/db/security.cpp
AgeCommit message (Expand)Author
2011-08-23don't allow access to internal user when running with --auth SERVER-3666Kristina
2011-08-12SERVER-3572 write lock for authenticatedwight
2011-07-27change command api to allow command options SERVER-3405gregs
2011-06-22split security into s-only, d-only, and common SERVER-921Kristina
2011-05-10store authed username in AuthenticationInfo SERVER-3074Eliot Horowitz
2011-05-10cleaning AuthentiationInfoEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-27rs authKristina
2010-11-04move include to top of file from bottomDwight
2010-04-27stdafx->pchDwight
2010-04-20rsDwight
2010-02-25fix auth recursive lock issueEliot Horowitz
2010-02-08SERVER-258 removing --authWriteOnly mode at Eliot's requestAaron
2010-02-04cleaning up security - moving to centralized locationEliot Horowitz
2010-01-26SERVER-258 add authWriteOnly modeAaron
2009-10-25security cleanup / segault fix in currentOp SERVER-384Eliot Horowitz
2009-10-16move CurOp into Client and make inprog handle multiple in progressDwight
2009-10-16replace cerr with cout for all server filesEliot Horowitz
2009-10-14setClientEliot Horowitz
2009-10-14move the var 'database' inside Client objectDwight
2009-10-14dblockEliot Horowitz
2009-10-14clean up MR temp tables SERVER-327Eliot Horowitz
2009-10-13spamEliot Horowitz
2009-10-13move curNs to Client objectDwight
2009-10-12make lasterror threadsafeDwight
2009-10-09add Connection classDwight
2009-01-23md5 function no longer necessaryAaron
2009-01-23Fix dependency problemAaron
2009-01-21if no admin.system.users, allow access to everything from localhostdwight
2009-01-21getnonce now returns a prettier nonce string -- hex digits as a string instea...dwight
2009-01-18basic securityunknown
2009-01-18suppress a couple compiler warningsunknown
2009-01-18authenticate command workdwight
2009-01-18better randoms on OS Xdwight
2009-01-17moving some stuff to header fileEliot Horowitz
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Replace tab indentation with spacesAaron
2009-01-14Put our code in 'mongo' namespaceAaron
2009-01-09a little work on securitDwight
2009-01-07security beginningsDwight