0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
Commit Graph

1047 Commits

Author SHA1 Message Date
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
Aaron
0f586a5a11 Add negative element size test 2009-01-21 10:58:53 -05:00
Aaron
2af86d3d5e Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-21 10:49:04 -05:00
Aaron
a816e54816 Add 'fields' spec to cmd run count 2009-01-21 10:36:40 -05:00
Eliot Horowitz
90d35cded7 Merge branch 'master' into temp_auth
Conflicts:

	db/security_commands.cpp
2009-01-21 10:26:37 -05:00
Aaron
da79a09df9 Don't print chars as ints 2009-01-20 17:21:47 -05:00
Aaron
cea25bf080 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-20 17:07:29 -05:00
Aaron
c777160f0f Fix simple match spec for encapsulating elements and numbers 2009-01-20 16:54:57 -05:00
Aaron
201734cfa7 Matcher only reject incompatible types if not numbers 2009-01-20 15:44:40 -05:00
Eliot Horowitz
ba8668940e Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-20 14:31:51 -05:00
Eliot Horowitz
3e7985c5d6 changed verbose to logLevel and added log(int) 2009-01-20 14:30:59 -05:00
Aaron
fb962ebc9c Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-20 13:08:48 -05:00
Aaron
50ad828ec1 Better validation for element size 2009-01-20 13:04:18 -05:00
Eliot Horowitz
43b39dc755 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-20 11:38:17 -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
Aaron
12c600c9b5 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-20 11:19:26 -05:00
Eliot Horowitz
337f3ca3cf security commands only in server 2009-01-20 11:19:09 -05:00
Aaron
d8291b3377 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-20 11:07:33 -05:00