aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-23common:stringhelp.c: Replace use of jblib_malloc with xtrymalloc, etc.neal/dirmngr-ldapNeal H. Walfield1-26/+26
2015-03-23Improve spelling and grammar of some comments.Neal H. Walfield1-1/+1
2015-03-23Improve documenation of http_parse_uri.Neal H. Walfield1-3/+4
2015-03-23Import _gpgme_parse_timestamp from gpgme as parse_timestamp.Neal H. Walfield2-0/+103
2015-03-23Add new function uri_query_lookup.Neal H. Walfield2-0/+18
2015-03-23Add new function strlist_find.Neal H. Walfield2-0/+17
2015-03-23common: Add new helper function, strsplit.Neal H. Walfield3-1/+98
2015-03-20common: Add function is_valid_mailbox_mem.Werner Koch2-26/+82
2015-03-20common: Fix syntax error when building with gnutlsWerner Koch1-1/+1
2015-03-19hkps: Fix host name verification when using pools.Werner Koch1-2/+4
2015-03-19Define replacement error codes from libgpg-error 1.19.Werner Koch1-1/+83
2015-03-17common: Add feature to ease using argparse's usage().Werner Koch1-0/+20
2015-03-17common: Allow standalone build of argparse.cWerner Koch2-55/+169
2015-03-17Typo fix.Werner Koch1-1/+1
2015-03-15common: Make openpgp_oid_to_str more robust.Werner Koch1-2/+4
2015-03-10gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch3-2/+81
2015-03-06doc: Some typo fixes.Werner Koch1-1/+1
2015-02-26gpg: Lowercase mailbox for PKA lookups.Werner Koch3-3/+17
2015-02-26Remove an unused variable.Werner Koch1-1/+0
2015-02-25gpg: Switch to a hash and CERT record based PKA system.Werner Koch5-294/+139
2015-02-25common: Allow requesting a specific certtype with get_dns_cert()Werner Koch3-23/+34
2015-02-25Move new mailbox.c source file to common/.Werner Koch4-1/+337
2015-02-24common: Add another test case to zb32.cWerner Koch1-0/+3
2015-02-23common: Fix regression due to commit 2183683b.Werner Koch1-1/+0
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch7-38/+107
2015-02-04gpg-agent: Use "pinentry-basic" as fallback.Werner Koch2-2/+48
2015-02-03Update copyright years.Werner Koch2-3/+3
2015-02-01w32: Allow for Unicocde installation directory.Werner Koch1-13/+7
2015-01-28gpg: Fix buffering problem in --list-config.Werner Koch2-133/+0
2015-01-28Add a hook to be called right after main.Werner Koch2-0/+8
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-0/+1
2014-12-22avoid future chance of using uninitialized memoryDaniel Kahn Gillmor1-1/+1
2014-12-22avoid double-close in unusual dotlock situationsDaniel Kahn Gillmor1-2/+8
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch1-1/+1
2014-12-15gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch1-1/+2
2014-12-08http: Improve diagnostic messages.Werner Koch1-9/+32
2014-11-27gpg-agent: Add restricted connection feature.Мирослав Николић2-3/+23
2014-11-25Fix buffer overflow in openpgp_oid_to_str.Werner Koch2-0/+11
2014-11-24Distinguish between ARGPARSE_AMBIGUOUS_{OPTION,COMMAND}Daniel Kahn Gillmor1-1/+1
2014-11-20Fix linker problem on OS X.Werner Koch1-3/+6
2014-11-19Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch3-14/+18
2014-11-19common: Change a string to a simlar one to ease translation.Werner Koch1-1/+1
2014-11-11Remove use of gnulib (part 2)Werner Koch5-9/+168
2014-11-11Remove use of gnulib (part 1)Werner Koch3-3/+5
2014-11-07w32: Fix http access module.Werner Koch1-8/+25
2014-11-07build: Improve test for ADNSWerner Koch3-9/+0
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-3/+2
2014-10-30tests: Speed up the genkey1024.test by using not so strong random.Werner Koch1-10/+35
2014-10-29common: Check option arguments for a valid range.Werner Koch2-8/+46
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch3-203/+78