]> the.earth.li Git - onak.git/shortlog
onak.git
2016-08-28 Jonathan McDowell0.5.0 release onak-0.5.0
2016-08-23 Jonathan McDowellRelax packet version check
2016-08-23 Jonathan McDowellImprove subpacket parsing robustness
2016-08-22 Jonathan McDowellAdd sanity check for PGP packet version
2016-08-22 Jonathan McDowellThrow away invalid packet data when parsing packets
2016-08-22 Jonathan McDowellBe more robust when handling unexpected lack of data
2016-08-22 Jonathan McDowellPrevent sign extension when parsing large packet sizes
2016-08-08 Jonathan McDowellInclude - in the permitted characters for the HKP base URL
2016-08-08 Jonathan McDowellAdd logging of the HKP base URL for the HKP forwarding...
2016-08-08 Jonathan McDowellAdd cleankey.o to CORE_OBJS
2016-07-04 Jonathan McDowellAdd KEYD_CMD_UPDATE to keyd protocol
2016-06-10 Jonathan McDowellFix errors in onak-mail.pl
2016-06-10 Jonathan McDowellFix use of keyd backend
2016-06-09 Jonathan McDowellFix compilation breakage with PostgreSQL backend
2016-06-09 Jonathan McDowellRun autoreconf -i to produce configure script for Travi...
2016-06-09 Jonathan McDowellAdd initial Travis CI configuration for GitHub CI builds
2016-06-09 Jonathan McDowellInclude statistics for fetching by SKS hash in "keydctl...
2016-06-08 Jonathan McDowellClean keys before storing them in the stacked backend
2016-06-08 Jonathan McDowellAdd all hardening options for Debian build (in particul...
2016-06-08 Jonathan McDowellAdd onak to Provides: in Debian init script rather...
2016-06-08 Jonathan McDowellUpdate Debian Vcs URLs to use secure variants
2016-06-08 Jonathan McDowellFix up Debian systemd control file to allow non-socket...
2016-06-08 Jonathan McDowellBump Debian Standards-Version to 3.9.8.0
2016-06-08 Jonathan McDowellFix use of absolute path in Debian postinst script
2016-06-08 Jonathan McDowellAdd stacked backend
2016-06-08 Jonathan McDowellSilence scan-build warning about uninitialised fd_set...
2016-06-07 Jonathan McDowellError out when trying to load a dynamic backend with...
2016-06-07 Jonathan McDowellUpdate Debian packaging to cope with onak.conf -> onak...
2016-06-07 Jonathan McDowellAdd "dumpconfig" command to onak to aide configuration...
2016-06-07 Jonathan McDowellAdd getlogthreshold() to obtain current log level setting
2016-06-07 Jonathan McDowellChange config format to a cleaner .ini style
2016-06-07 Jonathan McDowellImprove memory clean-up on exit
2016-06-07 Jonathan McDowellPass config file name into test scripts
2016-06-07 Jonathan McDowellPull config line parsing out to its own function
2016-06-07 Jonathan McDowellParse pks_bin_dir / mail_dir in the C config handling
2016-06-06 Jonathan McDowellFix compilation breakage introduced in last commit
2016-06-06 Jonathan McDowellProperly isolate database backend configuration
2016-06-06 Jonathan McDowellSwitch to C99 struct initialisation for default configu...
2016-06-05 Jonathan McDowellSwitch to using mail_dir for incoming mail lock file
2016-01-17 Jonathan McDowellRemove Ross Burton from Uploaders
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
next