storj/pkg
Natalie Villasana c3d3f41d30 removes some SignedMessage use (#1258)
Removes most instances of pb.SignedMessage (there's more to take out but they shouldn't hurt anyone as is).

There used to be places in psserver where a PieceID was hmac'd with the SatelliteID, which was gotten from a SignedMessage. This PR makes it so some functions access the SatelliteID from the Payer Bandwidth Allocation instead.

This requires passing a SatelliteID into psserver functions where they weren't before, so the following proto messages have been changed:

 * PieceId - satellite_id field added
   This is so the psserver.Piece function has access to the SatelliteID when it needs to get the namespaced pieceID.
   This proto message should probably be renamed to PieceRequest, or a new PieceRequest message should be created so this isn't misnamed.

 * PieceDelete - satellite_id field added
   This is so the psserver.Delete function has access to the SatelliteID when receiving a request to Delete.
2019-02-19 23:36:08 -06:00
..
accounting Ensure everyone sees everyone else (#1275) 2019-02-08 11:25:13 +02:00
audit removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
auth removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
bwagreement Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
certdb Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
certificates add certificates claim delete & refactor (#1317) 2019-02-14 20:17:26 +01:00
cfgstruct Use lower bcrypt cost for console.Service when running tests and disable flaky tests (#1236) 2019-02-05 19:31:53 +02:00
datarepair Repair checker is checking the same 1000 elements all the time (#1297) 2019-02-14 13:33:41 +01:00
dht kad.FindNear fix (#1320) 2019-02-15 22:23:35 -05:00
discovery Adds tests to discovery/graveyard (#1272) 2019-02-08 13:56:24 -07:00
eestream Improve logic for cutting the long tail during upload (#909) 2019-02-05 12:54:25 +02:00
encryption updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
identity Move SplitConnstr to a nicer place (#1308) 2019-02-13 23:54:59 +02:00
kademlia handle server termination in kademlia tests (#1323) 2019-02-19 20:41:32 +02:00
metainfo/kvmetainfo pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
miniogw pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
overlay Node selection method name change (#1296) 2019-02-11 14:24:51 -05:00
pb removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
peertls pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
piecestore removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
pkcrypto Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
pointerdb removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
process Fix invalid config key msg for dashbord (#1314) 2019-02-14 14:06:15 +01:00
ranger psserver: swallow io.EOF when getting full content in FileRanger (#1238) 2019-02-06 07:41:41 +02:00
server pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
statdb updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
storage removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00
storj Removed ReverseList from KeyValueStore interfaces (#1306) 2019-02-13 12:27:03 -05:00
stream updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
telemetry Cleanup repository a bit (#1203) 2019-02-01 20:21:00 +02:00
transport pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
utils Move SplitConnstr to a nicer place (#1308) 2019-02-13 23:54:59 +02:00