0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/client/examples
Eliot Horowitz 120f859704 change password digest
from md5( "mongo" + pwd )
to md5( username + ":mongo:" + pwd )
2009-01-30 15:06:12 -05:00
..
authTest.cpp change password digest 2009-01-30 15:06:12 -05:00
clientTest.cpp implement resetError 2009-01-30 14:49:28 -05:00
first.cpp sort() for c++ client 2009-01-29 18:38:35 -05:00
second.cpp sort() for c++ client 2009-01-29 18:38:35 -05:00
whereExample.cpp complain if hint index not found. should we? 2009-01-30 12:32:58 -05:00