summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Correctly handle keyblocks followed by legacy keys.Neal H. Walfield2015-11-174-3/+80
* gpg: Add some debugging output.Neal H. Walfield2015-11-173-6/+104
* gpg: Make debugging search descriptors easier.Neal H. Walfield2015-11-172-50/+78
* gpg: Add function format_keyid.Neal H. Walfield2015-11-173-31/+48
* gpg: Use a more appropriate error code.Neal H. Walfield2015-11-171-1/+1
* Fix typos found using codespell.Justus Winter2015-11-1727-42/+42
* gpg: Fix error checking and improve error reporting.Neal H. Walfield2015-11-161-2/+14
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-147-86/+103
* gpg: Simplify the tofu interface by using the public key packet.Werner Koch2015-11-134-42/+18
* gpg: Make trusted-key override for Tofu robust against swapped tofu.db.Werner Koch2015-11-131-19/+31
* gpg: Fix regression in --locate-keys (in 2.1.9).Werner Koch2015-11-131-1/+13
* gpg: Print a new EXPORTED status line.Werner Koch2015-11-121-3/+28
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-127-47/+155
* gpg: Fix cache consistency problem.Neal H. Walfield2015-11-111-2/+4
* gpg: Default to the the PGP trust model.Neal H. Walfield2015-11-101-2/+2
* gpg: Default to the flat TOFU DB format.Neal H. Walfield2015-11-101-2/+2
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-093-1/+13
* gpg: Avoid new strings.Werner Koch2015-11-061-2/+2
* gpg: Fix formatting string.Neal H. Walfield2015-11-061-1/+1
* gpg: Add new option --only-sign-text-ids.Neal H. Walfield2015-11-063-16/+42
* gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield2015-11-062-28/+189
* gpg: Indicate which characters are invalid.Neal H. Walfield2015-11-051-0/+3
* gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield2015-11-055-48/+130
* gpg: Print a better error message for --multifile --sign --encrypt.Neal H. Walfield2015-11-041-0/+3
* gpg: Add --encrypt-to-default-key.Neal H. Walfield2015-11-044-1/+25
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-0415-53/+141
* gpg: Change out of core error message.Werner Koch2015-11-031-19/+28
* gpg: Make translation easier.Werner Koch2015-11-031-3/+3
* gpg: Also show when the most recently signed message was observed.Neal H. Walfield2015-11-031-1/+23
* gpg: Split a utility function out of a large function.Neal H. Walfield2015-11-031-134/+157
* gpg: Fix message formatting.Neal H. Walfield2015-11-031-2/+2
* gpg: Don't store formatting fingerprints in the TOFU DB.Neal H. Walfield2015-11-031-77/+100
* g10: notify a user when importing stub is skipped.NIIBE Yutaka2015-11-021-2/+29
* gpg: Consider newlines to be whitespace in an SQL statement.Neal H. Walfield2015-10-311-1/+1
* common: Add separate header for zb32.c.Werner Koch2015-10-302-0/+2
* gpg: Display the correct error message.Neal H. Walfield2015-10-291-4/+7
* gpg: Eliminate a memory leak.Neal H. Walfield2015-10-291-7/+9
* gpg: Remove unused prototype.Neal H. Walfield2015-10-291-1/+0
* gpg: Eliminate a memory leak.Neal H. Walfield2015-10-291-1/+4
* gpg: Fix keyring support.Neal H. Walfield2015-10-291-1/+2
* gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.Neal H. Walfield2015-10-293-10/+58
* gpg: Move sqlite helper functions into their own file.Neal H. Walfield2015-10-294-224/+293
* gpg: Do not call an extra get_validity if no-show-uid-validity is used.Werner Koch2015-10-261-6/+25
* gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor2015-10-266-37/+33
* w32: Make it build again if Tofu support is not available.Werner Koch2015-10-261-0/+4
* dirmngr: Add example Tor hidden service.Werner Koch2015-10-261-0/+3
* gpg: Make sure we only have a single SQL statement.Neal H. Walfield2015-10-261-1/+16
* gpg: When the TOFU DB is in batch mode, periodically drop the locks.Neal H. Walfield2015-10-261-0/+30
* gpg: Provide an interface to patch TOFU updates.Neal H. Walfield2015-10-235-53/+239
* gpg: Cache prepared SQL queries and open DB connections.Neal H. Walfield2015-10-231-211/+518