alarmz / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

find should accept md5 hex digest as required parameter with session parameter optional #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes a user only has an md5 hash either from output presented by boar, or 
from obtaining the hash of a binary file and wants to find out if this file 
exists in their boar repo, and if so where.

Find should accept an md5 hex digest as a required parameter with the session 
parameter being optional (if provided, the session can restrict which bloblists 
are recursed, otherwise, find should default to searching thru all bloblists).

Original issue reported on code.google.com by cryptob...@gmail.com on 2 Mar 2012 at 1:35

GoogleCodeExporter commented 9 years ago
True. The session name should be optional.

Original comment by ekb...@gmail.com on 2 Mar 2012 at 5:05