aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|\
| * gpg: Fix "Too many open files" when using --multifile.Werner Koch2018-05-021-0/+1
| * common,w32: Hide spawned processes by defaultAndre Heinecke2018-05-021-1/+1
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-32/+63
|\|
| * gpg,w32: Fix empty homedir when only a drive letter is used.Werner Koch2018-04-091-32/+63
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-272-0/+48
|\|
| * agent: New OPTION pretend-request-originWerner Koch2018-03-232-0/+48
* | Change license of argparse.c back to LGPLv2.1Werner Koch2018-03-212-45/+28
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-224-2/+72
|\|
| * Release 2.2.5gnupg-2.2.5Werner Koch2018-02-222-2/+2
| * common: Use new function to print status strings.Werner Koch2018-02-142-0/+70
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-01-252-1/+28
|\|
| * kbx: Simplify by removing custom memory functions.Werner Koch2017-12-221-0/+26
| * common: Use larger buffer for homedir in case of 64 bit UIDs.Werner Koch2017-12-201-1/+1
* | gpg: New maintainer option --debug-set-iobuf-size.Werner Koch2018-01-241-3/+1
* | iobuf: Increase the size of the buffer. Add iobuf_set_buffer_size.Werner Koch2018-01-242-35/+89
* | gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch2018-01-211-0/+2
* | gpg: Add option and preference framework for AEAD.Werner Koch2018-01-101-1/+11
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-2/+12
|\|
| * build: New configure option --enable-run-gnupg-user-socket.Werner Koch2017-12-121-2/+12
| * Revert: build: Do not define logging.h constants for ...Werner Koch2017-12-081-17/+9
| * build: Do not define logging.h constants for libgpg-error dev versions.Werner Koch2017-12-071-9/+17
| * common: Accept the Z-suffix for yymmddThhmmssZ format.NIIBE Yutaka2017-11-011-3/+6
* | Adjust for changed macro names in libgpg-error master.Werner Koch2017-12-113-11/+21
* | doc: Update copyright notices for common/exechelp*.Werner Koch2017-11-294-6/+11
* | Use the gpgrt log functions if possible.Werner Koch2017-11-272-9/+43
* | assuan: Fix exponential decay for first second.Werner Koch2017-11-152-5/+7
* | common: Change log_clock to printf style.Werner Koch2017-11-152-5/+17
* | i18n: Add an article to "agent" and lowercase "dirmngr" in one file.Werner Koch2017-11-151-4/+4
* | common: Tweak new code to keep already translated strings.Werner Koch2017-11-151-7/+22
* | assuan: Use exponential decay for first 1s of spinlock.Daniel Kahn Gillmor2017-11-081-5/+26
* | assuan: Reorganize waiting for socket.Daniel Kahn Gillmor2017-11-081-42/+30