aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-271-0/+14
* tests: Add two user-id parsing test cases.Werner Koch2019-09-171-0/+6
* gpg: First rough implementation of keyboxd access for key lookup.Werner Koch2019-09-101-9/+13
* common: Allow a readlimit for iobuf_esopen.Werner Koch2019-09-102-4/+39
* tools: New option --keyboxd for gpg-connect-agent.Werner Koch2019-08-064-9/+62
* common: Remove code duplication for service starting.Werner Koch2019-08-052-148/+113
* common: Change yet unused status_printf function.Werner Koch2019-08-022-2/+23
* Merge branch 'master' into switch-to-gpgkWerner Koch2019-07-1210-27/+170
|\
| * Fix a reference in comment.NIIBE Yutaka2019-07-121-1/+1
| * gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-271-3/+4
| * common: New functions nvc_delete_named and nvc_get_string.Werner Koch2019-05-073-0/+65
| * common: In private key mode write "Key:" always last in name-value.Werner Koch2019-05-031-13/+40
| * common,w32: Breakaway detached childs when in jobAndre Heinecke2019-04-291-0/+45
| * common: Fix AWK portability.NIIBE Yutaka2019-04-162-7/+7
| * common: Extend function pubkey_algo_string.Werner Koch2019-04-022-3/+8
* | Merge branch 'master' into switch-to-gpgkWerner Koch2019-03-1836-246/+1166
|\|
| * kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-5/+14
| * kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-7/+38
| * common: Minor rework of tty_get.Werner Koch2019-03-071-118/+142
| * scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch2019-02-111-1/+4
| * common: Provide function to get public key algo names in our format.Werner Koch2019-02-082-0/+59
| * common: New functions get_option_value and ascii_strupr.Werner Koch2019-02-084-1/+71
| * card: Print matching OpenPGP and X.509 data.Werner Koch2019-01-301-0/+7
| * common: Add kludge to allow silencing gnupg_exec_tool_stream.Werner Koch2019-01-301-4/+15
| * common: New function decode_c_string.Werner Koch2019-01-302-0/+77
| * common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-1/+5
| * common: New helper functions for OpenPGP curve OIDs.Werner Koch2019-01-293-34/+66
| * gpg: Move S2K encoding function to a shared file.Werner Koch2019-01-264-1/+80
| * common: Extend function percent_data_escape.Werner Koch2019-01-243-25/+223
| * common: Add generic status print function.Werner Koch2019-01-222-0/+62
| * common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna2018-12-011-1/+6
| * common/mischelp: use platform memory zeroing function for wipememoryJussi Kivilinna2018-12-012-9/+19
| * common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-123-9/+120
| * common: Add --filter option to t-mbox-util.Werner Koch2018-11-111-4/+94
| * common/iobuf: optimize iobuf_read_lineJussi Kivilinna2018-11-081-5/+43
| * all: fix more spelling errorsDaniel Kahn Gillmor2018-10-252-2/+2
| * headers: fix spellingDaniel Kahn Gillmor2018-10-252-2/+2
| * all: fix spelling and typosDaniel Kahn Gillmor2018-10-2410-14/+14
| * agent: Fix possible uninitalized use of CTX in simple_pwquery.Werner Koch2018-10-241-0/+1
| * common: Fix gnupg_reopen_std.NIIBE Yutaka2018-10-021-6/+5
| * common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka2018-09-101-3/+3
| * Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-061-1/+1
* | common: New function status_printf.Werner Koch2018-09-052-0/+43
|/
* common: New function to validate domain names.Werner Koch2018-07-273-2/+93
* common: New function percent_data_escape.Werner Koch2018-07-023-1/+95
* build: Remove duplicates from AC_CHECK_FUNCSWerner Koch2018-06-211-1/+1
* Some preparations to eventuallt use gpgrt_argparse.Werner Koch2018-06-121-1/+5
* Require libgpg-error 1.29 and remove internal logging functions.Werner Koch2018-06-124-1227/+5
* gpg: Remove PGP6 compliance mode.Werner Koch2018-05-292-3/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-132-1/+2
|\