X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/45aa1540aaa3d76a4ca5509c4666d98ce272c000..HEAD:/HISTORY diff --git a/HISTORY b/HISTORY index e006f45..4f578c5 100644 --- a/HISTORY +++ b/HISTORY @@ -224,3 +224,65 @@ * "Recognize" some extra critical subpacket types. * Add support for upgrading db4 DBs built with older DB4 version. * Various minor code cleanups. + +0.3.7 - 2nd June 2009 + +* Escape colons and similar in MRHKP output. (Debian bug #487284) +* Add support for displaying Elgamal encrypt or sign keys. (deprecated) +* Ensure DB4 backend dbconns memory is initialised to zero. +* Open DB read only for onak lookup function. +* Obey binary flag for "onak get". + +0.3.8 - 29th December 2009 + +* Fix "onak dump" to actually generate multiple output files. +* Limit key dump files to 100,000 keys for "onak dump". +* Correct formatting of some places we output a keyid. (Debian bug #540196) +* Don't add a key to the stats hash if it doesn't have any sigs. (Debian bug + #542187) +* Change PostgreSQL backend to use PQescapeStringConn +* Fix PostgreSQL backend key iteration + +0.4.0 - 19th April 2011 + +* Fix delete_key function in keyd backend +* Send close command when cleaning up keyd backend +* Actually close the socket in keyd/the keyd backend +* Update the copy of my key to my 4096R one +* Update maxpath/sixdegrees to my "new" RSA key +* Add -c option to specify keyd config file on command line +* Make keyd background itself by default +* Add use_keyd config file option to select keyd as the backend +* Clean up remaining uses of %llX for printing keyids +* Fix fs backend compilation/linking +* Configure db4 locks according to maxkeys and actually check maxkeys +* Explicitly use 32 bits for keyd socket commands +* Log when we're doing a clean keyd shutdown +* Add help text for keyd +* Add keydctl for talking to keyd backend +* Add the bzr version number to non release builds +* Allow db4 backend to compile with later versions of Berkeley DB +* Add a stats command to keyd +* Clean up use of PATH_MAX in keydb_fs.c +* Output details of key search after retrieval for pks/lookup + +0.4.1 - 24th April 2012 + +* Add basic testing infrastructure + initial tests +* Change fd_write to use fwrite instead of fputc +* Fix buffer_getchar to only error if we'd exceed the buffer size +* Add support for calculating SKS style key hashes +* Add support for key retrieval by SKS hash +* Add support for displaying/retrieving by SKS hash to lookup and onak CLI +* Add /pks/hashquery +* Cleanup lookup/gpgwww trailers +* Define OpenPGP constants and use them rather than magic numbers +* Clean up file header copyrights +* Add some more subpacket types to the list to ignore +* Clean up "set but not used" GCC warnings +* Use nettle for hashing when available rather than internal MD5/SHA1 routines +* Add AC_PROG_CC_C99 to configure.ac +* Fix display of SHA-1 fingerprints +* Always put a leading 0x on keyids in HTML output links +* Allow retrieval of key by full fingerprint +* Add keyid to DB4 backend deletion error messages