From: Jonathan McDowell Date: Mon, 27 Sep 2004 22:22:25 +0000 (+0000) Subject: Add key iteration functionality to keydb backends. X-Git-Tag: 0.3.1~13 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=f42ab5050f79833030453b21d69f4f3be9fcd0d0;hp=f42ab5050f79833030453b21d69f4f3be9fcd0d0;p=onak.git Add key iteration functionality to keydb backends. Add a function to the keydb backends which will call a given function once for every contained in the db. Currently implemented for db4, keyd, file and pg backends. ---