]> the.earth.li Git - onak.git/shortlog
onak.git
2023-09-26 Jonathan McDowell0.6.3 release main onak-0.6.3
2023-09-25 Jonathan McDowellEnsure EDDSA signatures including leading zeros
2023-09-25 Jonathan McDowellHandle failed database initialisation more gracefully
2023-09-22 Jonathan McDowellImprove HTML escaping
2023-09-16 Jonathan McDowellEnsure our apt lists are current in the GitHub Action
2023-09-16 Jonathan McDowellRelax version check on parsing signature + key packets
2023-09-16 Jonathan McDowellSwitch to passing the key packet in when checking a...
2023-09-16 Jonathan McDowellFix decoding of signature creation time
2023-09-16 Jonathan McDowellSwitch charfuncs to returning number of read/written...
2023-09-15 Jonathan McDowellFix systemd unit files to deal with socket activation
2023-09-15 Jonathan McDowellAdd a test for signature verification
2023-09-15 Jonathan McDowellIndicate when we've been started via socket activation
2023-09-15 Jonathan McDowellFix systemd detection
2023-09-15 Jonathan McDowellFix systemd RuntimeDirectory
2023-09-15 Jonathan McDowellDon't catch signals if we're using the keyd backend
2023-09-15 Jonathan McDowellAdd a log entry for when keyd cleanly exits
2023-09-15 Jonathan McDowellAdd some build dependencies for GitHub build action
2023-09-15 Jonathan McDowellSupport shallow git checkouts when configuring cmake
2023-09-15 Jonathan McDowellExplicitly use main rather than default-branch in GitHu...
2023-09-14 Jonathan McDowellMove the CGI specific routines into cgi/ and split...
2023-09-14 Jonathan McDowellSwitch from Travis CI to GitHub Actions
2023-09-14 Jonathan McDowellRemove stray ; from keydb_keyring
2023-09-14 Jonathan McDowellMark unused function parameters
2023-09-14 Jonathan McDowellFix issues found by llvm scan-build static analysis
2023-09-14 Jonathan McDowellAdd a helper for reading OpenPGP packets from a file
2023-09-14 Jonathan McDowellAdd a hash helper
2023-09-08 Jonathan McDowellAdd CMake checking for Berkeley DB
2023-01-02 Jonathan McDowellSwitch to RuntimeDirectory in systemd service file
2022-11-27 Jonathan McDowell0.6.2 release onak-0.6.2
2022-11-27 Jonathan McDowellBump Debian Standards-Version to 4.6.1
2022-11-27 Jonathan McDowellAdd support for verifying v3 signature packets
2022-11-26 Jonathan McDowellBump debhelper compat level to 13
2022-11-26 Jonathan McDowellFix /run/onak creation
2022-07-03 Jonathan McDowellFix deletion of keys with PostgreSQL backend
2022-05-28 Jonathan McDowellUse an onak subdir for the keyd socket
2022-02-03 Jonathan McDowellFix handling of other signature requirement
2021-01-02 Jonathan McDowellDon't take creation time from unhashed subpackets
2021-01-02 Jonathan McDowellSwitch to re-entrant versions of *time functions
2021-01-02 Jonathan McDowellRemove dead store in generic_fetch_key
2021-01-02 Jonathan McDowellFix missing break in ECDSA/SHA1 sigcheck
2020-09-13 Jonathan McDowellUpdate Debian changelog for 0.6.1-1 package
2020-09-13 Jonathan McDowellReformat debian/NEWS file appropriately
2020-09-13 Jonathan McDowellBump Debian Standards-Version to 4.5.0
2020-09-13 Jonathan McDowellRename debian/NEWS.Debian to debian/NEWS
2020-09-13 Jonathan McDowellRemove --with-systemd option to dh
2020-09-13 Jonathan McDowell0.6.1 release onak-0.6.1
2020-09-13 Jonathan McDowellFix compilation with later versions of Nettle
2020-09-13 Jonathan McDowellFix compilation without libnettle
2020-09-13 Jonathan McDowell0.6.0 release onak-0.6.0
2020-09-13 Jonathan McDowellUpdate details of other keyservers
2020-09-13 Jonathan McDowellAdd libpq-dev to Travis CI config
2020-01-17 Jonathan McDowellAdd Evil32 fingerprint blacklist
2020-01-17 Jonathan McDowellProvide key_fetch routine that will not search subkey...
2020-01-17 Jonathan McDowellCope with colliding 64 bit keyids when verifying signatures
2019-09-16 Jonathan McDowellUpdate TODO list
2019-09-16 Jonathan McDowellAdd a basic README.md for the top level directory
2019-09-16 Jonathan McDowellMove docs into their own subdirectory
2019-09-08 Jonathan McDowellAdd configuration file comment for check_packet_size...
2019-09-07 Jonathan McDowellAdd defines for nettle_get_secp_* for Nettle pre 3.4
2019-09-07 Jonathan McDowellAdd support for full signature verification
2019-09-06 Jonathan McDowellError out if there's any problem setting up the keyd...
2019-09-05 Jonathan McDowellAdd dependency on pkg-config
2019-09-05 Jonathan McDowellAdd MD5_DIGEST_SIZE to our local MD5 implementation...
2019-09-05 Jonathan McDowellRemove v5 keyid support when libnettle not present
2019-08-28 Jonathan McDowellPass a keydb context into cleankeys in preparation...
2019-08-27 Jonathan McDowellMove key database backends into their own directory
2019-08-22 Jonathan McDowellCleanup postinst to avoid recursive chown of database
2019-08-22 Jonathan McDowellSet Rules-Requires-Root to no
2019-08-22 Jonathan McDowellBump debhelper compat level to 10
2019-08-22 Jonathan McDowellRemove git clone depth for Travis-CI
2019-08-21 Jonathan McDowellAdd test for blacklisting functionality
2019-08-21 Jonathan McDowellAdd option to only accept updates for existing keys
2019-08-21 Jonathan McDowellAdd blank line before armoured PGP data
2019-08-20 Jonathan McDowellClean up signature hash calculation code
2019-08-19 Jonathan McDowellUpdate Travis CI to use Ubuntu 18.04 instead of 16.04
2019-08-19 Jonathan McDowellClean up GCC warnings
2019-08-19 Jonathan McDowellClean up use of shifts beyond composite types
2019-08-18 Jonathan McDowellAdd support for a key fingerprint blacklist
2019-08-18 Jonathan McDowellDeprecate the .conf configuration file format
2019-08-18 Jonathan McDowellFix memory leak when updating keys
2019-08-18 Jonathan McDowellFix up memory leaks in fs keydb backend deletion
2019-08-18 Jonathan McDowellFix memory leak in makewordlistfromkey()
2019-08-18 Jonathan McDowellProperly free database context when cleaning up fs...
2019-08-18 Jonathan McDowellFix memory leak when merging key signatures
2019-08-12 Jonathan McDowellCleanup DB4 deletion code from pre-fingerprint period
2019-08-12 Jonathan McDowellFix up key deletion by key ID with onak tool
2019-08-05 Jonathan McDowellExpose more of calculating the packet signature hash
2019-08-04 Jonathan McDowellDrop v3 keys by default when cleaning keys
2019-08-03 Jonathan McDowellFix header size for v5 packet sig checks
2019-08-03 Jonathan McDowellMove CGI sources to their own subdirectory
2019-08-03 Jonathan McDowellRemove unused worddb_cmp() from DB4 backend
2019-08-01 Jonathan McDowellRemove getfullkeyid functionality
2019-08-01 Jonathan McDowellChange delete_key to use a full fingerprint
2019-08-01 Jonathan McDowellImprove handling of colliding 64-bit key IDs
2019-07-31 Jonathan McDowellFix potential memory leak in wotsap tool
2019-07-31 Jonathan McDowellEnable sighash checking for v5 keys
2019-07-31 Jonathan McDowellExit on failure to initialise a dynamic DB backend
2019-07-30 Jonathan McDowellAdd an OpenPGP keyring backed database backend
2019-07-30 Jonathan McDowellAdd more generic OID parsing to decodekey
2019-07-30 Jonathan McDowellExport fingerprint_cmp from keyarray.c
next