]> the.earth.li Git - onak.git/shortlog
onak.git
2015-08-25 Jonathan McDowell0.4.6 release onak-0.4.6
2015-08-25 Jonathan McDowellFix stupid sock_dir bug
2015-08-25 Jonathan McDowellSupport --runstatedir with autoconf 2.70+
2015-08-21 Jonathan McDowellAdd config option to specify keyd socket directory
2015-08-20 Jonathan McDowellUpdate version.h when source files change
2015-08-20 Jonathan McDowellUpdate debian/watch file to deal with non-gz compressed...
2015-08-20 Jonathan McDowellAdd git commit details to non-release builds
2015-08-15 Jonathan McDowellAdd Curve25519 ECC OID details
2015-08-15 Jonathan McDowellFix keysize for Ed25519 to 255 bits
2015-08-15 Jonathan McDowellAdd support for displaying EDDSA keys
2015-08-14 Jonathan McDowellAdd de-duplication of subkeys on a key
2015-05-17 Jonathan McDowellRe-order linking for backend plugins to cope with ld...
2015-03-05 Jonathan McDowellAdd additional ECC OIDs
2014-10-05 Jonathan McDowellDon't build-depend on Debian systemd dev packages for...
2014-10-03 Jonathan McDowell0.4.5 release onak-0.4.5
2014-10-01 Jonathan McDowellCheck for sd_listen_fds in libsystemd as well as libsys...
2014-09-30 Jonathan McDowell0.4.4 release onak-0.4.4
2014-09-30 Jonathan McDowellUse strtouq to parse keyid instead of strtoul
2014-09-30 Jonathan McDowell0.4.3 release onak-0.4.3
2014-09-30 Jonathan McDowellBump Debian Standards-Version to 3.9.6.0
2014-09-30 Jonathan McDowellAdd dependency on dh-systemd to Debian packaging
2014-09-30 Jonathan McDowellDon't ignore errors in newly added Debian prerm script
2014-09-29 Jonathan McDowellEnable use of systemd + socket activation support for...
2014-09-23 Jonathan McDowellAdd keyd support for systemd socket activation
2014-09-23 Jonathan McDowellFix issue with pre-seeding key database on Debian install
2014-09-23 Jonathan McDowellUse generic rule for rebuilding .in files
2014-07-22 Jonathan McDowellUse common function for command sending in keyd client...
2014-07-22 Jonathan McDowellGuard max lock setting with error check
2014-07-22 Jonathan McDowellCleanup key array logic to make llvm scan-build happier
2014-07-22 Jonathan McDowellFix keyd memory leak on error reading client provided...
2014-07-22 Jonathan McDowellBail out if we can't change to the DB directory for...
2014-07-22 Jonathan McDowellBail out if we get errors reading the config file
2014-01-06 Jonathan McDowellMake keyd more robust in the face of socket errors
2014-01-06 Jonathan McDowellMake keyd internal functions static
2014-01-06 Jonathan McDowellAdd error checking when trying to daemonize in keyd
2014-01-05 Jonathan McDowellCheck return value when writing PID to DB4 upgrade...
2014-01-05 Jonathan McDowellFix issue with looking up keys by fingerprint via HKP...
2013-12-24 Jonathan McDowellAdd a reindex command to the onak tool
2013-11-28 Jonathan McDowellCheck that signature data lengths do not exceed the...
2013-11-20 Jonathan McDowellDon't end an existing transaction if trying to delete...
2013-11-19 Jonathan McDowellAnother deletion fix of 64 bit keys in DB4 backend
2013-11-19 Jonathan McDowellCode cleanups
2013-11-14 Jonathan McDowellFix deletion of 64 bit keys in DB4 backend
2013-11-13 Jonathan McDowellUse fingerprints as key index in DB4 backend
2013-11-12 Jonathan McDowellAdd some more subpacket types to key decoder
2013-11-10 Jonathan McDowellSwitch keysubkeys to returning an array of fingerprints...
2013-11-10 Jonathan McDowellFix subkey retrieval with fs backend
2013-11-10 Jonathan McDowellAdd tests for retrieving by sub key ID
2013-11-09 Jonathan McDowellIntroduce and use a structure to hold OpenPGP fingerprints
2013-11-09 Jonathan McDowellUse full key id in key id retrieval test + add separate...
2013-11-09 Jonathan McDowellFix issues found by llvm scan-build static analysis
2013-11-09 Jonathan McDowellUse dynamic context for all backend databases
2013-11-05 Jonathan McDowellSkip signature hash verification for X509 signatures
2013-11-05 Jonathan McDowellAdd SHA1x hash support
2013-11-05 Jonathan McDowellRemove DB2 backend
2013-11-05 Jonathan McDowellRemove trailing newline on sigcheck debug output
2013-11-05 Jonathan McDowellChange SHA_DIGEST_LENGTH to SHA1_DIGEST_SIZE to match...
2013-11-05 Jonathan McDowellExtend database backends to support fetching by key...
2013-11-04 Jonathan McDowellAdd support for displaying ECDH/ECDSA key sizes
2013-11-04 Jonathan McDowellAdd support for displaying EC/ECDSA key types
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...
next