summaryrefslogtreecommitdiff
path: root/db/security_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-28/+30
* rs authKristina2010-12-271-15/+22
* SERVER-779 don't use a write lockAaron2010-09-071-1/+1
* cleaningdwight2010-08-161-3/+1
* better auth debuggingEliot Horowitz2010-07-061-0/+2
* have read/write lock on all platforms/boost nowEliot Horowitz2010-06-291-7/+1
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-8/+7
* stdafx->pchDwight2010-04-271-1/+1
* more /_commandsDwight2010-04-231-0/+3
* /_commands in the http interfaceDwight2010-04-231-6/+6
* SERVER-762 flush logAaron2010-03-161-4/+4
* fix auth locking SERVER-724Eliot Horowitz2010-03-091-3/+2
* change Command locking configEliot Horowitz2010-02-261-0/+3
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* check for read lock and read only doesn't work on old versions of boostEliot Horowitz2010-02-051-1/+7
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-2/+2
* SERVER-258 add readOnly auth modeAaron2010-01-261-1/+6
* SERVER-469 don't crash when authenticate called before getnonceAaron2009-12-091-4/+10
* move the var 'database' inside Client objectDwight2009-10-141-6/+9
* make lasterror threadsafeDwight2009-10-121-3/+3
* add Connection classDwight2009-10-091-4/+3
* add 'unique' option to helpers' ensureIndexAaron2009-04-241-1/+1
* getnonce now returns a prettier nonce string -- hex digits as a string instea...dwight2009-01-211-13/+12
* Merge branch 'master' into temp_authEliot Horowitz2009-01-211-1/+3
|\
| * changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-2/+4
* | using stringsEliot Horowitz2009-01-201-18/+25
|/
* basic securityunknown2009-01-181-1/+8
* suppress a couple compiler warningsunknown2009-01-181-137/+137
* minor/saferdwight2009-01-181-1/+2
* authenticate command workdwight2009-01-181-0/+136