aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-29common,w32: Breakaway detached childs when in jobAndre Heinecke1-0/+45
2019-04-16common: Fix AWK portability.NIIBE Yutaka2-7/+7
2019-04-02common: Extend function pubkey_algo_string.Werner Koch2-3/+8
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-5/+14
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-7/+38
2019-03-07common: Minor rework of tty_get.Werner Koch1-118/+142
2019-02-11scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch1-1/+4
2019-02-08common: Provide function to get public key algo names in our format.Werner Koch2-0/+59
2019-02-08common: New functions get_option_value and ascii_strupr.Werner Koch4-1/+71
2019-01-30card: Print matching OpenPGP and X.509 data.Werner Koch1-0/+7
2019-01-30common: Add kludge to allow silencing gnupg_exec_tool_stream.Werner Koch1-4/+15
2019-01-30common: New function decode_c_string.Werner Koch2-0/+77
2019-01-29common: Provide some convenient OpenPGP related constants.Werner Koch1-1/+5
2019-01-29common: New helper functions for OpenPGP curve OIDs.Werner Koch3-34/+66
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch4-1/+80
2019-01-24common: Extend function percent_data_escape.Werner Koch3-25/+223
2019-01-22common: Add generic status print function.Werner Koch2-0/+62
2018-12-01common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna1-1/+6
2018-12-01common/mischelp: use platform memory zeroing function for wipememoryJussi Kivilinna2-9/+19
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch3-9/+120
2018-11-11common: Add --filter option to t-mbox-util.Werner Koch1-4/+94
2018-11-08common/iobuf: optimize iobuf_read_lineJussi Kivilinna1-5/+43
2018-10-25all: fix more spelling errorsDaniel Kahn Gillmor2-2/+2
2018-10-25headers: fix spellingDaniel Kahn Gillmor2-2/+2
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor10-14/+14
2018-10-24agent: Fix possible uninitalized use of CTX in simple_pwquery.Werner Koch1-0/+1
2018-10-02common: Fix gnupg_reopen_std.NIIBE Yutaka1-6/+5
2018-09-10common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka1-3/+3
2018-09-06Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka1-1/+1
2018-07-27common: New function to validate domain names.Werner Koch3-2/+93
2018-07-02common: New function percent_data_escape.Werner Koch3-1/+95
2018-06-21build: Remove duplicates from AC_CHECK_FUNCSWerner Koch1-1/+1
2018-06-12Some preparations to eventuallt use gpgrt_argparse.Werner Koch1-1/+5
2018-06-12Require libgpg-error 1.29 and remove internal logging functions.Werner Koch4-1227/+5
2018-05-29gpg: Remove PGP6 compliance mode.Werner Koch2-3/+1
2018-05-02gpg: Fix "Too many open files" when using --multifile.Werner Koch1-0/+1
2018-05-02common,w32: Hide spawned processes by defaultAndre Heinecke1-1/+1
2018-04-09gpg,w32: Fix empty homedir when only a drive letter is used.Werner Koch1-32/+63
2018-03-23agent: New OPTION pretend-request-originWerner Koch2-0/+48
2018-03-21Change license of argparse.c back to LGPLv2.1Werner Koch2-45/+28
2018-02-22Release 2.2.5gnupg-2.2.5Werner Koch2-2/+2
2018-02-14common: Use new function to print status strings.Werner Koch2-0/+70
2018-01-24gpg: New maintainer option --debug-set-iobuf-size.Werner Koch1-3/+1
2018-01-24iobuf: Increase the size of the buffer. Add iobuf_set_buffer_size.Werner Koch2-35/+89
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch1-0/+2
2018-01-10gpg: Add option and preference framework for AEAD.Werner Koch1-1/+11
2017-12-22kbx: Simplify by removing custom memory functions.Werner Koch1-0/+26
2017-12-20common: Use larger buffer for homedir in case of 64 bit UIDs.Werner Koch1-1/+1
2017-12-12build: New configure option --enable-run-gnupg-user-socket.Werner Koch1-2/+12
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch3-11/+21