aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Fix gnupg_wait_processes.NIIBE Yutaka2019-02-191-24/+26
* Release 2.2.13gnupg-2.2.13Werner Koch2019-02-122-2/+2
* common: Provide function to get public key algo names in our format.Werner Koch2019-02-112-0/+59
* common: New functions get_option_value and ascii_strupr.Werner Koch2019-02-114-1/+71
* common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-0/+6
* common: New helper functions for OpenPGP curve OIDs.Werner Koch2019-01-293-34/+66
* common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna2018-12-051-1/+6
* common: Use platform memory zeroing function for wipememoryJussi Kivilinna2018-12-052-9/+19
* 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
* assuan: Fix exponential decay for first second.Werner Koch2018-08-282-5/+7
* assuan: Use exponential decay for first 1s of spinlock.Daniel Kahn Gillmor2018-08-281-5/+26
* assuan: Reorganize waiting for socket.Daniel Kahn Gillmor2018-08-281-42/+30
* common: New function to validate domain names.Werner Koch2018-07-293-2/+93
* 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
* gpg,w32: Fix empty homedir when only a drive letter is used.Werner Koch2018-04-091-32/+63
* agent: New OPTION pretend-request-originWerner Koch2018-03-232-0/+48
* 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
* 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
* 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
* indent: Wrap overlong lines in argparse.cWerner Koch2017-08-011-5/+10
* gpg: Tweak compliance checking for verificationWerner Koch2017-07-271-44/+39
* gpg,sm: Fix compliance checking for decryption.Werner Koch2017-07-271-14/+32
* common: Strip trailing slashes from the homedir.Werner Koch2017-07-251-6/+57
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-254-1/+40
* common: New function print_utf9_string.Werner Koch2017-07-202-0/+11
* common: logstream fix.NIIBE Yutaka2017-07-201-1/+2
* common: Allow abbreviations of standard options.Marcus Brinkmann2017-07-182-7/+52
* gpg,sm: Check compliance of the RNG.Werner Koch2017-07-172-0/+42
* common: New function split_fields_colon.Werner Koch2017-07-173-0/+116
* agent: Shutdown on removal of the home directory.Werner Koch2017-06-232-0/+38
* gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE.Werner Koch2017-06-231-0/+1
* gpg,gpgsm: Fix compliance check for DSA and avoid an assert.Werner Koch2017-06-192-14/+19
* indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch2017-06-191-4/+5
* Change license of some files to LGPLv2.1.Werner Koch2017-06-192-4/+10
* gpg: Disable compliance module for other GnuPG components.Justus Winter2017-06-191-9/+15
* common: Fix -Wswitch warning.Werner Koch2017-06-131-1/+0
* common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2017-06-082-0/+202
* common: Add cipher mode to compliance predicate.Justus Winter2017-06-072-4/+15
* common,gpg,sm: Initialize compliance module.Justus Winter2017-06-072-0/+65
* common,gpg: Move the compliance option printer.Justus Winter2017-06-072-0/+21
* common,gpg,sm: Move the compliance option parser.Justus Winter2017-06-072-0/+44