Dwight
|
5dd84d0638
|
on exit, wait for replication to finish up
|
2009-02-04 13:22:02 -05:00 |
|
Dwight
|
60fb155c50
|
comments
|
2009-02-03 18:28:21 -05:00 |
|
Dwight
|
c17fcf847c
|
comments
|
2009-02-03 18:24:55 -05:00 |
|
Eliot Horowitz
|
3aa74384ae
|
grid/message -> util/message
|
2009-02-03 13:30:28 -05:00 |
|
Aaron
|
0e2df92fbc
|
Use const reference to string to avoid extra copy when string passed explicitly
|
2009-02-03 11:54:51 -05:00 |
|
Eliot Horowitz
|
8e5a1a3edf
|
safety and better error message
|
2009-02-03 11:04:54 -05:00 |
|
Eliot Horowitz
|
e20f07a46e
|
list takes a filter
|
2009-02-02 22:16:39 -05:00 |
|
Eliot Horowitz
|
288d83370d
|
gridfs and some tools
|
2009-02-02 17:19:55 -05:00 |
|
Eliot Horowitz
|
04430b44cc
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
|
2009-02-02 17:13:03 -05:00 |
|
Eliot Horowitz
|
36ba844fe6
|
using string instead of char* in a couple o places
|
2009-02-02 17:12:56 -05:00 |
|
Aaron
|
e93fa6cf95
|
Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p
|
2009-02-02 16:18:56 -05:00 |
|
Aaron
|
99ad2eac76
|
Parse port suffix before calling hostbyname()
|
2009-02-02 16:18:44 -05:00 |
|
Eliot Horowitz
|
7d8e3c7296
|
Query(string)
|
2009-02-02 12:16:59 -05:00 |
|
Eliot Horowitz
|
940fb66363
|
correct string index type
|
2009-02-02 09:40:43 -05:00 |
|
Eliot Horowitz
|
165a4618ae
|
added validate to client
|
2009-02-02 09:36:01 -05:00 |
|
Eliot Horowitz
|
9bcacf16c0
|
pragma pack changes for solaris
slight change this will break other platforms, will test
|
2009-02-01 22:21:32 -05:00 |
|
Eliot Horowitz
|
c3d40664c6
|
solaris compile
|
2009-02-01 09:06:40 -05:00 |
|
Dwight
|
fcb6834a60
|
add _id when missing on an insert
OID generation by the server a little better
OID str form output straigth byte order now
|
2009-01-30 18:18:38 -05:00 |
|
Dwight
|
9fe4dc3ba1
|
Merge branch 'master' of git.10gen.com:/data/gitroot/p
|
2009-01-30 15:09:51 -05:00 |
|
Dwight
|
643b12e0ce
|
$where support in the driver Query object
|
2009-01-30 15:09:38 -05:00 |
|
Eliot Horowitz
|
120f859704
|
change password digest
from md5( "mongo" + pwd )
to md5( username + ":mongo:" + pwd )
|
2009-01-30 15:06:12 -05:00 |
|
Dwight
|
d3aa125d87
|
implement resetError
and make lasterror better
|
2009-01-30 14:49:28 -05:00 |
|
Dwight
|
790ef16736
|
getlasterror helper for c++ driver
|
2009-01-30 14:40:19 -05:00 |
|
Dwight
|
5ef85d1919
|
a few more client tests
and some syntactic sugar for c++ driver
|
2009-01-30 14:18:26 -05:00 |
|
Dwight
|
6e4efe880a
|
$hint takes keypattern objects now
|
2009-01-30 13:13:49 -05:00 |
|
Dwight
|
1ec09421ed
|
hint and explain
|
2009-01-30 12:46:49 -05:00 |
|
Dwight
|
2d3e942437
|
complain if hint index not found. should we?
|
2009-01-30 12:32:58 -05:00 |
|
Dwight
|
dcf90d4def
|
sort() for c++ client
|
2009-01-29 18:38:35 -05:00 |
|
Eliot Horowitz
|
59fd962a7f
|
dropCollection
|
2009-01-29 13:01:29 -05:00 |
|
Eliot Horowitz
|
026bd860c8
|
appendWhere and example
|
2009-01-29 10:30:25 -05:00 |
|
Eliot Horowitz
|
502a5e6e86
|
export to doxygen
|
2009-01-27 13:08:07 -05:00 |
|
unknown
|
b29806e4a1
|
comments
|
2009-01-26 21:15:08 -05:00 |
|
Eliot Horowitz
|
050600e04b
|
don't like these
Revert "more tests"
This reverts commit f49dba41b6 .
|
2009-01-26 07:41:47 -05:00 |
|
Eliot Horowitz
|
f49dba41b6
|
more tests
|
2009-01-26 07:29:33 -05:00 |
|
Eliot Horowitz
|
6745ae9693
|
dbexit needs to use real exit
|
2009-01-25 16:25:36 -05:00 |
|
dwight
|
76b6aac917
|
make security work with repl pairs
replicate system.users collection
|
2009-01-24 21:25:55 -05:00 |
|
dwight
|
84138952eb
|
c++ driver: cache authentications so that autoReconnect on a DBClientConnection will work
properly with security.
|
2009-01-24 17:36:39 -05:00 |
|
dwight
|
797fda0125
|
just comments
|
2009-01-24 16:31:36 -05:00 |
|
dwight
|
cc62027aee
|
replication with security on
|
2009-01-23 18:24:15 -05:00 |
|
Aaron
|
8b89b9f775
|
Add remove to interface, and fix implementation
|
2009-01-23 15:14:12 -05:00 |
|
Aaron
|
e591c7dcc5
|
Add multi-insert and update functions to client interface
|
2009-01-23 10:10:21 -05:00 |
|
Eliot Horowitz
|
c14ac3ac0e
|
fix authTest
abstract out pssword digest
|
2009-01-21 18:58:03 -05:00 |
|
dwight
|
92d7e087d3
|
make the c++ driver support digested & salted passwords in system.users
|
2009-01-21 15:31:14 -05:00 |
|
dwight
|
b97b97c3eb
|
getnonce now returns a prettier nonce string -- hex digits as a string instead of double as a string.
|
2009-01-21 15:06:13 -05:00 |
|
Eliot Horowitz
|
90d35cded7
|
Merge branch 'master' into temp_auth
Conflicts:
db/security_commands.cpp
|
2009-01-21 10:26:37 -05:00 |
|
Eliot Horowitz
|
bbb6744798
|
simple authTest
|
2009-01-20 11:38:12 -05:00 |
|
Eliot Horowitz
|
fbb8eb10ec
|
using strings
|
2009-01-20 11:37:15 -05:00 |
|
unknown
|
c0961eb637
|
suppress a couple compiler warnings
|
2009-01-18 19:13:12 -05:00 |
|
dwight
|
e1021ee8ab
|
authenticate command work
some dbhelpers additions
less verbose logging
|
2009-01-18 17:48:44 -05:00 |
|
Eliot Horowitz
|
61b0b78d75
|
paired connection doesn't implement all the methods yet
|
2009-01-16 11:13:18 -05:00 |
|