aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-27common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch6-31/+119
2016-05-27common: Simplify the fd closing patch 512c56a.Werner Koch1-3/+1
2016-05-27common: Speedup closing fds before an exec.Werner Koch1-0/+44
2016-05-27common: Extend gnupg_create_inbound_pipe et al.Werner Koch5-24/+50
2016-05-27common: Make use of default_errsource in exechelp.Werner Koch5-47/+57
2016-05-24common: Add simple dynamic array function.Werner Koch4-1/+294
2016-05-24common,w32: Silence an unused arg warning message.Werner Koch1-0/+2
2016-05-17gpg: Emit new status line KEY_CONSIDERED.Werner Koch1-0/+1
2016-05-04Some minor string changes and fixed a printf format.Werner Koch1-1/+1
2016-05-03common: Print https URLs in help messages.Werner Koch1-4/+4
2016-05-03tests: Silence output of some tests.Werner Koch2-12/+24
2016-05-02gpg: Re-format some tofu messages.Werner Koch1-0/+5
2016-04-29common: Extend log_string to indent lines.Werner Koch1-3/+18
2016-04-29common: Improve log_assert.Werner Koch2-15/+39
2016-04-25common: Minor fixes for the new private-keys.c.Werner Koch1-31/+41
2016-04-25common: Use new function to print a failure of xtrymalloc.Werner Koch3-3/+17
2016-04-21common: Drop unused variables, fix warnings.Justus Winter2-3/+1
2016-04-21common: Add support for the new extended private key format.Justus Winter5-2/+1400
2016-04-21common: Add 'free_strlist_wipe' which wipes memory.Justus Winter2-0/+16
2016-04-21common: Add 'append_to_strlist_try' which can fail.Justus Winter2-0/+16
2016-04-21w32: Replace libiconv DLL by iconv feature of libgpg-error.Werner Koch1-4/+12
2016-04-20agent: Sanitize permissions of the private key directory.Justus Winter2-24/+50
2016-04-12doc: Note that the persistant passphrase format is unimplemented.Werner Koch1-1/+1
2016-04-04Now build "gpg" binary but install as "gpg2"Werner Koch1-1/+5
2016-03-02common: Provide a function for mapping packet types to strings.Neal H. Walfield1-0/+28
2016-03-02gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield2-11/+19
2016-03-02common: Update README.Justus Winter1-11/+1
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter3-1/+201
2016-02-23common: Reduce buffer size.Neal H. Walfield1-2/+2
2016-02-23common: Improve a function's documentation and comments.Neal H. Walfield1-10/+14
2016-02-23common: Add log_assert.Neal H. Walfield1-0/+4
2016-02-23gpg: Use higher-level functions.Neal H. Walfield1-0/+3
2016-02-23common: Check for an error before reading.Neal H. Walfield1-0/+3
2016-02-23common: More accurately name function.Neal H. Walfield2-2/+2
2016-02-23common/exechelp: Provide a way to wait for multiple processes.Justus Winter4-75/+144
2016-02-23common/exechelp: Add general pipe function.Justus Winter4-31/+59
2016-02-23common/exechelp: Mute the Windows version.Justus Winter1-3/+4
2016-02-23common/exechelp: Avoid magic numbers.Justus Winter1-2/+2
2016-02-23common/exechelp: Disable debugging by default.Justus Winter1-1/+1
2016-02-23common/exechelp: Fix handle leak.Justus Winter1-0/+1
2016-02-23common/exechelp: Fix opening the 'nul' device.Justus Winter1-5/+5
2016-02-23common/exechelp: Fix error handling.Justus Winter1-2/+2
2016-02-23common/exechelp: Fix pipe creation.Justus Winter1-1/+1
2016-02-16w32: Do not error out if gpgconf is not installed.Werner Koch1-3/+1
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka1-5/+5
2016-02-14common: Fix comment.Neal H. Walfield1-1/+1
2016-02-13common: Make gnupg_exec_tool conform to spec.Werner Koch1-9/+18
2016-02-12common: Change simple_query to ignore status messages.Neal H. Walfield1-28/+67
2016-01-26Update copyright years.Werner Koch1-2/+2
2016-01-26gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32Andre Heinecke2-10/+57