From: Jonathan McDowell Date: Mon, 27 Sep 2004 22:22:25 +0000 (+0000) Subject: Add key iteration functionality to keydb backends. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/f42ab5050f79833030453b21d69f4f3be9fcd0d0?hp=f42ab5050f79833030453b21d69f4f3be9fcd0d0 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. ---