aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: avoid chatter about trustdb when --quietDaniel Kahn Gillmor2015-03-041-2/+4
* gpg: Lowercase mailbox for PKA lookups.Werner Koch2015-02-263-3/+17
* Remove an unused variable.Werner Koch2015-02-261-1/+0
* gpg: Fix memory leak due to PKA lookup.Werner Koch2015-02-261-1/+1
* doc: Fix name of keep-ownertrust.Werner Koch2015-02-261-1/+1
* doc: Update the description of the S2K extension.Werner Koch2015-02-261-6/+20
* gpg: Switch to a hash and CERT record based PKA system.Werner Koch2015-02-259-314/+143
* common: Allow requesting a specific certtype with get_dns_cert()Werner Koch2015-02-254-24/+35
* Move new mailbox.c source file to common/.Werner Koch2015-02-2510-48/+67