index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
security.cpp
Age
Commit message (
Expand
)
Author
2011-08-23
don't allow access to internal user when running with --auth SERVER-3666
Kristina
2011-08-12
SERVER-3572 write lock for authenticate
dwight
2011-07-27
change command api to allow command options SERVER-3405
gregs
2011-06-22
split security into s-only, d-only, and common SERVER-921
Kristina
2011-05-10
store authed username in AuthenticationInfo SERVER-3074
Eliot Horowitz
2011-05-10
cleaning AuthentiationInfo
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-27
rs auth
Kristina
2010-11-04
move include to top of file from bottom
Dwight
2010-04-27
stdafx->pch
Dwight
2010-04-20
rs
Dwight
2010-02-25
fix auth recursive lock issue
Eliot Horowitz
2010-02-08
SERVER-258 removing --authWriteOnly mode at Eliot's request
Aaron
2010-02-04
cleaning up security - moving to centralized location
Eliot Horowitz
2010-01-26
SERVER-258 add authWriteOnly mode
Aaron
2009-10-25
security cleanup / segault fix in currentOp SERVER-384
Eliot Horowitz
2009-10-16
move CurOp into Client and make inprog handle multiple in progress
Dwight
2009-10-16
replace cerr with cout for all server files
Eliot Horowitz
2009-10-14
setClient
Eliot Horowitz
2009-10-14
move the var 'database' inside Client object
Dwight
2009-10-14
dblock
Eliot Horowitz
2009-10-14
clean up MR temp tables SERVER-327
Eliot Horowitz
2009-10-13
spam
Eliot Horowitz
2009-10-13
move curNs to Client object
Dwight
2009-10-12
make lasterror threadsafe
Dwight
2009-10-09
add Connection class
Dwight
2009-01-23
md5 function no longer necessary
Aaron
2009-01-23
Fix dependency problem
Aaron
2009-01-21
if no admin.system.users, allow access to everything from localhost
dwight
2009-01-21
getnonce now returns a prettier nonce string -- hex digits as a string instea...
dwight
2009-01-18
basic security
unknown
2009-01-18
suppress a couple compiler warnings
unknown
2009-01-18
authenticate command work
dwight
2009-01-18
better randoms on OS X
dwight
2009-01-17
moving some stuff to header file
Eliot Horowitz
2009-01-15
Indent all lines within namespaces one level
Aaron
2009-01-14
Replace tab indentation with spaces
Aaron
2009-01-14
Put our code in 'mongo' namespace
Aaron
2009-01-09
a little work on securit
Dwight
2009-01-07
security beginnings
Dwight