aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Return the DBs meta-handle rather than the sqlite3 handle.Neal H. Walfield2015-10-231-28/+28
* gpg: Use the proper type.Neal H. Walfield2015-10-233-13/+2
* Move SRV RR code from common/ to dirmngr/.Werner Koch2015-10-221-3/+1
* gpg: Add a new OpenPGP card vendor.Werner Koch2015-10-211-0/+1
* Change capitalization of TOR to Tor.Werner Koch2015-10-211-2/+2
* gpg: If the saved trust model is unknown, default to tofu+pgp.Neal H. Walfield2015-10-211-2/+2
* gpg: Don't accidentally free UTK_LIST.Neal H. Walfield2015-10-211-1/+2
* gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.Neal H. Walfield2015-10-211-2/+4
* gpg: If a key is ultimate trusted, return that in the tofu model.Neal H. Walfield2015-10-211-2/+54
* gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.Neal H. Walfield2015-10-211-7/+18
* gpg: Factor out code into a standalone function.Neal H. Walfield2015-10-212-7/+16
* gpg: Make the tofu DB check and initialization atomic.Neal H. Walfield2015-10-211-14/+16
* build: Allow building without SQLlite support.Werner Koch2015-10-206-5/+34
* gpg: Don't die immediately if the TOFU DB is locked.Neal H. Walfield2015-10-201-0/+4
* gpg: Improve output.Neal H. Walfield2015-10-201-4/+4
* gpg: Synchronize translation template.Neal H. Walfield2015-10-201-1/+1
* gpg: When showing conflicts, also show bindings with no recorded sigs.Neal H. Walfield2015-10-201-20/+34
* gpg: Improve text.Neal H. Walfield2015-10-201-7/+9