0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

1015 Commits

Author SHA1 Message Date
Eliot Horowitz
fa4ccdb845 typo 2009-01-23 16:47:53 -05:00
Eliot Horowitz
17a8a84af9 spam 2009-01-23 15:52:53 -05:00
Aaron
acac27c87a Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 15:16:15 -05:00
dwight
cebc62161e log a little less 2009-01-23 15:15:07 -05:00
Aaron
d876749063 Add remove tests 2009-01-23 15:14:27 -05:00
Aaron
8b89b9f775 Add remove to interface, and fix implementation 2009-01-23 15:14:12 -05:00
Aaron
dc35137964 Specify parallel build 2009-01-23 14:55:23 -05:00
Aaron
cdeec1f881 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 14:26:21 -05:00
Aaron
3f0a199b79 Destroy cursor before connection 2009-01-23 14:25:16 -05:00
Eliot Horowitz
e880817e26 remove old dbshell to avoid confusion 2009-01-23 14:01:43 -05:00
Mike Dirolf
015ebd1407 add macports include/lib locations 2009-01-23 13:37:41 -05:00
Aaron
ed4ce395ad Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 11:52:52 -05:00
Aaron
0aeff762e7 Reinstate InsertTwo test 2009-01-23 11:52:31 -05:00
dwight
dbef4e3898 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-23 11:39:59 -05:00
Aaron
4b240b485a md5 function no longer necessary 2009-01-23 11:38:26 -05:00
dwight
7b69fc0656 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-23 11:35:42 -05:00
dwight
39ab3422b0 correct security on db eval's 2009-01-23 11:35:22 -05:00
Aaron
7487c76283 Rely on DBDirectClient dummy authorization instead 2009-01-23 11:33:26 -05:00
Aaron
4fd8be64c8 Fix dependency problem 2009-01-23 11:28:29 -05:00
Aaron
6d40919704 Typo 2009-01-23 10:30:15 -05:00
Aaron
1944722861 Typo 2009-01-23 10:28:07 -05:00
Aaron
29c383ae20 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 10:17:34 -05:00
Aaron
a3f927ffed Add idempotence tests for some oplog operations 2009-01-23 10:17:29 -05:00
Aaron
7a567fb59b Can inherit from auth 2009-01-23 10:16:36 -05:00
Aaron
2722c2f472 Convert to const 2009-01-23 10:15:36 -05:00
Aaron
9d3019ba30 Dummy authorization for DBDirectClient 2009-01-23 10:11:11 -05:00
Aaron
e591c7dcc5 Add multi-insert and update functions to client interface 2009-01-23 10:10:21 -05:00
dwight
2e6f4fc3da multi obj insert is ok - mistake with previous security checkin 2009-01-22 18:37:41 -05:00
Aaron
c1b8c2669b Parse both hex characters of each byte 2009-01-22 16:38:02 -05:00
Eliot Horowitz
64e1027072 track where the db was started from so easier to find jars 2009-01-22 11:15:51 -05:00
Eliot Horowitz
1d0fe75a92 32/64 bit changes 2009-01-22 10:14:03 -05:00
Eliot Horowitz
559e0057f0 32 bit choice 2009-01-22 09:12:58 -05:00
Eliot Horowitz
7e7fe8c153 Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p 2009-01-21 20:22:06 -05:00
Eliot Horowitz
c14ac3ac0e fix authTest
abstract out pssword digest
2009-01-21 18:58:03 -05:00
dwight
6728b807fa better version of sync checkpoint 2009-01-21 18:50:32 -05:00
dwight
821f43a268 checkpoint our replication progress periodically 2009-01-21 18:48:37 -05:00
dwight
ef08378ffe if you are authorized for admin, you can access all databases 2009-01-21 17:51:53 -05:00
dwight
273b3f8b38 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-21 17:26:34 -05:00
dwight
0f9f3648b0 if no admin.system.users, allow access to everything from localhost 2009-01-21 17:26:16 -05:00
Aaron
8b01c6621f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-21 16:04:37 -05:00
Aaron
046e7f9acf Add HostByName test 2009-01-21 15:50:49 -05:00
Aaron
9a36738d0c Don't convert an ip to another ip; only convert a hostname to an ip 2009-01-21 15:32:58 -05:00
dwight
92d7e087d3 make the c++ driver support digested & salted passwords in system.users 2009-01-21 15:31:14 -05:00
dwight
2e3589760e Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-21 15:06:42 -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
Aaron
6bb5ca74b8 Use ns string value for map key, rather than pointer location 2009-01-21 14:40:15 -05:00
Aaron
f6e8243d96 Better message if dbpath does not exist 2009-01-21 11:44:40 -05:00
Aaron
92368e6f00 Clean up object size check 2009-01-21 11:14:35 -05:00
Aaron
e6f024873d Set up authInfo for auto- repair/migration 2009-01-21 11:06:53 -05:00
Aaron
bc695f0f7e Check valid object size 2009-01-21 11:01:45 -05:00