aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Emit new status line KEY_CONSIDERED.Werner Koch2016-05-171-0/+1
* Some minor string changes and fixed a printf format.Werner Koch2016-05-041-1/+1
* common: Print https URLs in help messages.Werner Koch2016-05-031-4/+4
* tests: Silence output of some tests.Werner Koch2016-05-032-12/+24
* gpg: Re-format some tofu messages.Werner Koch2016-05-021-0/+5
* common: Extend log_string to indent lines.Werner Koch2016-04-291-3/+18
* common: Improve log_assert.Werner Koch2016-04-292-15/+39
* common: Minor fixes for the new private-keys.c.Werner Koch2016-04-251-31/+41
* common: Use new function to print a failure of xtrymalloc.Werner Koch2016-04-253-3/+17
* common: Drop unused variables, fix warnings.Justus Winter2016-04-212-3/+1
* common: Add support for the new extended private key format.Justus Winter2016-04-215-2/+1400
* common: Add 'free_strlist_wipe' which wipes memory.Justus Winter2016-04-212-0/+16
* common: Add 'append_to_strlist_try' which can fail.Justus Winter2016-04-212-0/+16
* w32: Replace libiconv DLL by iconv feature of libgpg-error.Werner Koch2016-04-211-4/+12
* agent: Sanitize permissions of the private key directory.Justus Winter2016-04-202-24/+50
* doc: Note that the persistant passphrase format is unimplemented.Werner Koch2016-04-121-1/+1
* Now build "gpg" binary but install as "gpg2"Werner Koch2016-04-041-1/+5
* common: Provide a function for mapping packet types to strings.Neal H. Walfield2016-03-021-0/+28
* gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield2016-03-022-11/+19
* common: Update README.Justus Winter2016-03-021-11/+1
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-023-1/+201
* common: Reduce buffer size.Neal H. Walfield2016-02-231-2/+2
* common: Improve a function's documentation and comments.Neal H. Walfield2016-02-231-10/+14
* common: Add log_assert.Neal H. Walfield2016-02-231-0/+4
* gpg: Use higher-level functions.Neal H. Walfield2016-02-231-0/+3
* common: Check for an error before reading.Neal H. Walfield2016-02-231-0/+3
* common: More accurately name function.Neal H. Walfield2016-02-232-2/+2
* common/exechelp: Provide a way to wait for multiple processes.Justus Winter2016-02-234-75/+144
* common/exechelp: Add general pipe function.Justus Winter2016-02-234-31/+59
* common/exechelp: Mute the Windows version.Justus Winter2016-02-231-3/+4
* common/exechelp: Avoid magic numbers.Justus Winter2016-02-231-2/+2
* common/exechelp: Disable debugging by default.Justus Winter2016-02-231-1/+1
* common/exechelp: Fix handle leak.Justus Winter2016-02-231-0/+1
* common/exechelp: Fix opening the 'nul' device.Justus Winter2016-02-231-5/+5
* common/exechelp: Fix error handling.Justus Winter2016-02-231-2/+2
* common/exechelp: Fix pipe creation.Justus Winter2016-02-231-1/+1
* w32: Do not error out if gpgconf is not installed.Werner Koch2016-02-161-3/+1
* common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2016-02-151-5/+5
* common: Fix comment.Neal H. Walfield2016-02-141-1/+1
* common: Make gnupg_exec_tool conform to spec.Werner Koch2016-02-131-9/+18
* common: Change simple_query to ignore status messages.Neal H. Walfield2016-02-121-28/+67
* Update copyright years.Werner Koch2016-01-261-2/+2
* gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32Andre Heinecke2016-01-262-10/+57
* common: Add substitute code for libgpg-error < 1.22.Werner Koch2016-01-191-2/+4
* common: Make sure dotlock functions set a proper ERRNO.Werner Koch2016-01-131-17/+87
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-121-2/+1
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-123-26/+39
* Print warnings if old daemon versions are used.Werner Koch2016-01-081-0/+1
* common: New function compare_version_strings.Werner Koch2016-01-083-1/+150
* common: New function get_assuan_server_version.Werner Koch2016-01-082-0/+42