]> the.earth.li Git - onak.git/shortlog
onak.git
2013-11-03 Jonathan McDowellAdd example v3 Elgamal key
2013-11-03 Jonathan McDowellFix signature hash checking for RIPEMD-160
2013-11-03 Jonathan McDowellAdd support for old Elgamal v3 key IDs
2013-11-02 Jonathan McDowellDon't store a key if we can't get the keyid
2013-11-02 Jonathan McDowellAdd a subkey ID mapping DB for DB4 backend
2013-11-02 Jonathan McDowellCheck that libcurl supports SSL if using HKPS with...
2013-11-02 Jonathan McDowellInclude keyid when logging signature checking errors
2013-11-02 Jonathan McDowellTry to use a user specific configuration file if available
2013-11-02 Jonathan McDowellFix memory leaks found using valgrind
2013-11-02 Jonathan McDowellAdd some more algorithm constants to openpgp.h
2013-10-09 Jonathan McDowellMake wotsap ignore revoked keys
2013-10-09 Jonathan McDowellEnhance HKP backend URL parsing
2013-10-09 Jonathan McDowellRemove now obsolete SYMBOL_CACHE_SIZE directive from...
2013-10-09 Jonathan McDowellClean up use of K&R style function definitions in md5.c
2013-10-09 Jonathan McDowellSwitch keyd to allow multiple clients to be served...
2013-10-06 Jonathan McDowellBump debhelper compat level to 9
2013-10-06 Jonathan McDowellAlter version number to indicate git build
2013-10-06 Jonathan McDowellUse dh-autoreconf to rebuild autoconf artifacts
2013-10-06 Jonathan McDowellMerge branch 'switch-to-debhelper' of git://git.sommitr...
2013-10-02 Jonathan McDowellAdd aclocal.m4 to .gitignore
2013-10-01 Jonathan McDowellSet the user agent to onak/<version> for HKP backend
2013-10-01 Jonathan McDowellFix reference to onak binary to keydctl in keydctl...
2013-10-01 Brett ParkerSwitch debian build system to dh
2013-10-01 Jonathan McDowell0.4.2 release onak-0.4.2
2013-10-01 Jonathan McDowellUpdate Debian Vcs-* fields to point to git repository
2013-10-01 Jonathan McDowellUpdate Debian packaging standards version to 3.9.4
2013-10-01 Jonathan McDowellUse LDFLAGS when building backend shared objects
2013-09-30 Jonathan McDowellAdd HKP database backend
2013-09-30 Jonathan McDowellAdd initial wotsap file generation tool
2013-09-30 Jonathan McDowellAdd support for checking RIPEMD160 signatures
2013-09-30 Jonathan McDowellAdd -c option to maxpath / sixdegrees to specify config...
2013-09-29 Jonathan McDowellFix PostgreSQL backend compilation
2013-09-29 Jonathan McDowellUse OPENPGP_PACKET_COMMENT in parse_keys instead of...
2013-09-29 Jonathan McDowellAdd ctags/cscope files to .gitignore + clean rule
2013-09-29 Jonathan McDowellPrevent read_openpgp_stream from returning empty packets
2013-09-29 Jonathan McDowellOnly seed initial Debian package database if key file...
2012-08-25 Jonathan McDowellMove stats_key structure to stats.h
2012-07-30 Jonathan McDowellRemove dependency on onak-conf and logthing for splitkeys
2012-07-25 Jonathan McDowellAdd missing onak.h from last changeset
2012-07-25 Jonathan McDowellStart pulling non-library material out of core source...
2012-07-20 Jonathan McDowellAdd some more OpenPGP related constants
2012-07-14 Jonathan McDowellFix the size of the hash array when checking sig hashes
2012-07-14 Jonathan McDowellMove .bzrignore to .gitignore
2012-07-14 Jonathan McDowellAdd initial Doxygen support
2012-07-13 Jonathan McDowellDon't reject sig hashes we don't have support for.
2012-07-13 Jonathan McDowellAdd checking for signature hashes
2012-07-12 Jonathan McDowellDump all the stripped keys at the end, rather than...
2012-07-11 Jonathan McDowellAdd libnettle autoconf checks for SHA224, SHA384 &...
2012-06-25 Jonathan McDowellSwitch to source format 3.0 (quilt) for Debian packaging.
2012-04-25 Jonathan McDowellCleanup hashquery.o on make clean
2012-04-25 Jonathan McDowellBuild Debian version number to indicate bzr build
2012-04-25 Jonathan McDowell0.4.1 release onak-0.4.1
2012-04-25 Jonathan McDowellAvoid race condition when receiving incoming mails
2012-04-11 Jonathan McDowellFix deletion of skshash in DB4 backend
2012-04-11 Jonathan McDowellFix deletion error logging for DB4 backend
2012-04-02 Jonathan McDowellInstall /pks/hashquery in Debian packaging
2012-04-02 Jonathan McDowellAdd keyid to DB4 backend deletion error messages
2012-04-02 Jonathan McDowellAdd missing initialisation of DB4 cursor for skshash...
2012-04-01 Jonathan McDowellDrop HISTORY file in /usr/share/doc; it's already prese...
2012-04-01 Jonathan McDowellAllow retrieval of key by full fingerprint
2012-04-01 Jonathan McDowellAlways put a leading 0x on keyids in HTML output links
2012-04-01 Jonathan McDowellFix display of SHA-1 fingerprints
2011-11-27 Jonathan McDowellAdd AC_PROG_CC_C99 to configure.ac
2011-10-18 Jonathan McDowellUse nettle for hashing when available rather than inter...
2011-10-18 Jonathan McDowellUse C99 uint32_t rather than u_int32_t
2011-10-18 Jonathan McDowellClean up "set but not used" GCC warnings
2011-05-07 Jonathan McDowellExport find_packet from merge.c
2011-05-02 Jonathan McDowellAdd some more subpacket types to the list to ignore
2011-05-01 Jonathan McDowellClean up file header copyrights
2011-05-01 Jonathan McDowellDefine OpenPGP constants and use them rather than magic...
2011-04-30 Jonathan McDowellRemove my name from the lookup/gpgwww trailers.
2011-04-25 Jonathan McDowellAdd a test for key fetching by SKS hash
2011-04-25 Jonathan McDowellAdd /pks/hashquery
2011-04-25 Jonathan McDowellAdd a dependency on CORE_OBJS to the dynamic backends
2011-04-25 Jonathan McDowellAdd support for displaying/retrieving by SKS hash to...
2011-04-25 Jonathan McDowellAdd support for key retrieval by SKS hash
2011-04-25 Jonathan McDowellAdd support for calculating SKS style key hashes
2011-04-25 Jonathan McDowellMake compare_packet follow memcmp semantics and export...
2011-04-25 Jonathan McDowellFix buffer_getchar to only error if we'd exceed the...
2011-04-25 Jonathan McDowellRemove unused keydb_dynamic.h header file
2011-04-24 Jonathan McDowellAdd basic testing infrastructure + initial tests
2011-04-23 Jonathan McDowellChange fd_write to use fwrite instead of fputc
2011-04-23 Jonathan McDowellChange to using void * for character function content...
2011-04-20 Jonathan McDowellFix stupid case syntax error
2011-04-20 Jonathan McDowellAdd restart/force-reload options to init script
2011-04-20 Jonathan McDowellAdd -1 to Debian package version
2011-04-20 Jonathan McDowell0.4.0 release 0.4.0
2011-04-17 Jonathan McDowellAdd Debian logrotate config snippet
2011-04-16 Jonathan McDowellOutput details of key search after retrieval for pks...
2011-04-16 Jonathan McDowellAdd Debian init.d file for keyd
2011-04-11 Jonathan McDowellAdd ${perl:Depends} to dependencies
2011-04-10 Jonathan McDowellBump Debian Standards-Version to 3.9.2.0
2011-04-10 Jonathan McDowellClean up use of PATH_MAX in keydb_fs.c
2011-04-10 Jonathan McDowellFix onak.c to include version.h not config.h
2011-04-10 Jonathan McDowellAdded keydctl and testparse to .bzrignore
2011-04-10 Jonathan McDowellAdd a stats command to keyd
2011-04-10 Jonathan McDowellMake onak.c use ONAK_VERSION instead of PACKAGE_VERSION...
2011-04-10 Jonathan McDowellRemove keydctl.o in clean rule
2011-04-08 Jonathan McDowellAllow db4 backend to compile with later versions of...
2011-04-08 Jonathan McDowellUse generic db dependencies rather than 4.8 versioned...
next