aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New key db.neal/nextNeal H. Walfield2015-10-316-29/+1489
* 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
* doc: Don't install gpg-zip.1.NIIBE Yutaka2015-10-291-2/+2
* sm: Allow combination of usage flags --gen-key.Werner Koch2015-10-281-31/+46
* doc: Document some changed default options.Damien Goutte-Gattat2015-10-281-4/+4
* dirmngr: Fix NULL-deref while loading a CRL.Werner Koch2015-10-281-1/+2
* Fix typosDaniel Kahn Gillmor2015-10-286-6/+6
* agent: Clarify agent's KEYWRAP_KEY description.Daniel Kahn Gillmor2015-10-281-1/+1
* dirmngr: Minor cleanup of the SRV RR code.Werner Koch2015-10-282-9/+16
* dirmngr: Add a getaddrinfo wrapper backend using ADNS.Werner Koch2015-10-281-51/+143
* 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-262-1/+4
* dirmngr: Support Tor hidden services.Werner Koch2015-10-264-2/+62
* dirmngr,w32: Remove gethostbyname hack and make it build again.Werner Koch2015-10-262-37/+10
* 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
* dirmngr: Add workaround for broken getaddrinfo.Werner Koch2015-10-255-3/+161
* dirmngr: Better handle systems without IPv6 or IPv4.Werner Koch2015-10-251-1/+2
* dirmngr: Replace use of getnameinfo by resolve_dns_addr.Werner Koch2015-10-252-77/+36
* dirmngr: Implement a getnameinfo wrapper.Werner Koch2015-10-254-60/+221
* 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
* dirmngr: Implement Tor mode for SRV RRs.Werner Koch2015-10-222-14/+50
* dirmngr: Do not use MAXDNAME.Werner Koch2015-10-223-15/+20
* Move SRV RR code from common/ to dirmngr/.Werner Koch2015-10-228-429/+300
* dirmngr: Use the new DNS wrapper for the HTTP module.Werner Koch2015-10-212-78/+21
* dirmngr: Allow use of http.c if USE_NPTH is not defined.Werner Koch2015-10-211-8/+14
* dirmngr: Check that getaddrinfo is available.Werner Koch2015-10-212-2/+7
* gpg: Add a new OpenPGP card vendor.Werner Koch2015-10-211-0/+1
* Change capitalization of TOR to Tor.Werner Koch2015-10-2111-33/+33
* dirmngr: Use the new DNS wrapper for the HKP engine.Werner Koch2015-10-211-25/+30
* dirmngr: Implement a getaddrinfo wrapper.Werner Koch2015-10-213-49/+310
* common: Add more replacement error codes.Werner Koch2015-10-211-0/+3
* 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
* dirmngr: Allow building with libassuan < 2.3.Neal H. Walfield2015-10-211-0/+2