aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Better encapsulate the keyservers variable.neal/pendingNeal H. Walfield2015-03-284-29/+38
* gpg: Only use the last specified keyserver.Neal H. Walfield2015-03-281-1/+8
* dirmngr: Fix resource leaks and check rare errors.Werner Koch2015-03-251-23/+37
* dirmngr: Minor cleanups.Werner Koch2015-03-252-25/+29
* common: Add macro GNUPG_GCC_A_USED.Werner Koch2015-03-251-0/+6
* doc: Document the changed default algos for gpgsm.Werner Koch2015-03-251-2/+2
* sm: Change default algos to SHA256 (CSR) and AES128 (bulk encryption).Werner Koch2015-03-252-2/+2
* gpg,w32: Handle forward slash in --keyring option.Werner Koch2015-03-241-2/+10
* doc: Mention that --use-standard-socket-p always returns true.Werner Koch2015-03-241-2/+5
* common:stringhelp.c: Replace use of jblib_malloc with xtrymalloc, etc.neal/dirmngr-ldapNeal H. Walfield2015-03-231-26/+26
* Improve documentation for ks_hkp_get.Neal H. Walfield2015-03-231-1/+2
* Improve spelling and grammar of some comments.Neal H. Walfield2015-03-2312-18/+18
* Improve documenation of http_parse_uri.Neal H. Walfield2015-03-231-3/+4
* Add support to talking to LDAP key servers.Neal H. Walfield2015-03-238-68/+2325
* Import _gpgme_parse_timestamp from gpgme as parse_timestamp.Neal H. Walfield2015-03-232-0/+103
* Move copy_stream function to misc.c.Neal H. Walfield2015-03-233-19/+20
* Move armor_data to misc.c.Neal H. Walfield2015-03-233-58/+61
* Add new LDAP utility functions.Neal H. Walfield2015-03-235-0/+580
* Add new function uri_query_lookup.Neal H. Walfield2015-03-232-0/+18
* Add new function strlist_find.Neal H. Walfield2015-03-232-0/+17
* common: Add new helper function, strsplit.Neal H. Walfield2015-03-233-1/+98
* gpg: Consider a mailbox only userid in mail search mode.Werner Koch2015-03-201-10/+24
* common: Add function is_valid_mailbox_mem.Werner Koch2015-03-202-26/+82
* gpg: Find keys using mail addresses with garbage after the '>'Werner Koch2015-03-201-14/+31
* common: Fix syntax error when building with gnutlsWerner Koch2015-03-201-1/+1
* gpg: Emit status line NEWSIG before signature verification starts.Werner Koch2015-03-192-3/+5
* agent: Compute correct MPI length header for protected ECC keys.Werner Koch2015-03-191-2/+21
* hkps: Fix host name verification when using pools.Werner Koch2015-03-192-9/+22
* Define replacement error codes from libgpg-error 1.19.Werner Koch2015-03-191-1/+83
* gpgtar: Fix extracting files with !(size % 512)Andre Heinecke2015-03-171-1/+5
* common: Add feature to ease using argparse's usage().Werner Koch2015-03-171-0/+20
* common: Allow standalone build of argparse.cWerner Koch2015-03-172-55/+169
* Typo fix.Werner Koch2015-03-171-1/+1
* gpg: Create all MPIs with RFC-4880 correct length headers.Werner Koch2015-03-161-1/+19
* gpg: Allow printing of MPI values in --list-mode.Werner Koch2015-03-163-17/+33
* gpg: Fix broken write of opaque MPI length header.Werner Koch2015-03-161-1/+1
* gpg: Fix possible dead code elimination.Werner Koch2015-03-151-3/+7
* g13: Fix pointer wrap check.Werner Koch2015-03-151-4/+6
* agent: Remove useless conditions in command.c.Werner Koch2015-03-151-6/+6
* agent: Fix length test in sshcontrol parser.Werner Koch2015-03-151-1/+1
* agent: Remove useless conditions.Werner Koch2015-03-152-2/+2
* gpg: Remove useless condition.Werner Koch2015-03-151-3/+3
* scd: Fix possible NULL deref in apdu.cWerner Koch2015-03-151-3/+7
* common: Make openpgp_oid_to_str more robust.Werner Koch2015-03-151-2/+4
* agent: Improve error reporting from Pinentry.Werner Koch2015-03-111-0/+28
* gpg: Change --print-pka-records into an option.Werner Koch2015-03-103-18/+11
* gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch2015-03-106-19/+133
* scd: fix for 64-bit arch.NIIBE Yutaka2015-03-092-5/+6
* doc: Some typo fixes.Werner Koch2015-03-062-3/+3
* doc: Fix FAQ stub and remove faq build rules.Werner Koch2015-03-042-25/+4