aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-1/+1
2016-06-12common: Fix bad printf format in t-stringhelp.cWerner Koch1-1/+1
2016-06-11common: New function split_fields.Werner Koch3-0/+120
2016-06-08Explicitly restrict socket permissions.Werner Koch1-1/+1
2016-06-08w32: Fix recent build regression.Werner Koch1-0/+2
2016-06-08Implement /run/user/UID/gnupg based sockets.Werner Koch2-20/+226
2016-06-07common: New function gnupg_socketdir.Werner Koch3-3/+40
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch4-15/+5
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch2-1/+33
2016-06-02common: New function openpgp_is_curve_supported.Werner Koch2-4/+31
2016-06-02common: Add comments on how to enable backtrace().Werner Koch1-1/+14
2016-05-31gpg: New status code NOTATION_FLAGS.Werner Koch1-0/+1
2016-05-27common: Add a status callback to gnupg_exec_tool_stream.Werner Koch2-14/+94
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