aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-01-19common: Add substitute code for libgpg-error < 1.22.Werner Koch1-2/+4
2016-01-13common: Make sure dotlock functions set a proper ERRNO.Werner Koch1-17/+87
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-2/+1
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka3-26/+39
2016-01-08Print warnings if old daemon versions are used.Werner Koch1-0/+1
2016-01-08common: New function compare_version_strings.Werner Koch3-1/+150
2016-01-08common: New function get_assuan_server_version.Werner Koch2-0/+42
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch3-12/+16
2016-01-06common: Avoid warnings about useless assignments.Werner Koch4-5/+0
2016-01-06common: Do not deref vars in tests after a fail().Werner Koch4-38/+41
2015-12-21common: New file fwddecl.h.Werner Koch4-13/+45
2015-12-15common: Use default_errsource for call-gpg and exectool.Werner Koch2-22/+42
2015-12-14common: Change license of isascii.c to all-premissive,Werner Koch1-13/+6
2015-12-14common: Change license of some modules to LGPLv3+/GPLv2+.Werner Koch6-30/+90
2015-12-14common: Change license for exectool to LGPLv3+/GPLv2+.Werner Koch2-10/+30
2015-12-14common: Rename sh-exectool to exectool.Werner Koch3-17/+17