aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix gnupg_create_{inbound,outbound}_pipe API.gniibe/spawnNIIBE Yutaka2024-07-045-74/+92
* Use gnupg_fd_t for create_pipe_and_estream.NIIBE Yutaka2024-07-037-59/+71
* Since we use gpgrt_process_spawn API, remove the ones of GnuPG.NIIBE Yutaka2024-07-034-1858/+0
* Simply use gnupg_create_pipe for normal pipe creation.NIIBE Yutaka2024-07-032-6/+6
* Use gpgrt_process_spawn functions from libgpg-error.NIIBE Yutaka2024-07-0225-231/+201
* build: Require libgpg-error 1.50 or later.NIIBE Yutaka2024-07-021-1/+1
* speedo,w32: Also sign the new libassuan SO name.Werner Koch2024-07-011-1/+1
* speedo,w32: Add extra flags for gpgrt and fix SO name of libassuan.Werner Koch2024-07-012-2/+4
* gpgconf: Allow listing of some new optionsWerner Koch2024-07-011-0/+3
* gpg: Make --with-sig-check with -with --show-key in non-colon mode.Werner Koch2024-07-011-0/+2
* gpg-mail-tube: New utility.Werner Koch2024-06-284-3/+950
* tools: New support functions for the mail parser.Werner Koch2024-06-286-6/+58
* agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka2024-06-281-0/+3
* agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka2024-06-281-0/+1
* agent: Handle SCD DEVINFO --watch command in a special way.NIIBE Yutaka2024-06-271-0/+96
* agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka2024-06-274-5/+13
* scd: Restrict use of DEVINFO --watch command for socket connection.NIIBE Yutaka2024-06-261-1/+8
* po: Update Dutch translationFrans Spiesschaert2024-06-251-2597/+4712
* doc: fix home dir path in common.confTodd Zullinger via Gnupg-devel2024-06-251-2/+2
* scd: Finish DEVINFO --watch command on input close.NIIBE Yutaka2024-06-251-9/+85
* scd: Factor out scd_init_event function.NIIBE Yutaka2024-06-252-26/+35
* gpg: New option --show-only-session-keyWerner Koch2024-06-246-13/+42
* gpg: Rename recently added import option no-seckeys to only-pubkeys.Werner Koch2024-06-244-8/+8
* sm: Emit user IDs in colon mode even if the Subject is empty.Werner Koch2024-06-212-21/+35
* Fix the previous commit.NIIBE Yutaka2024-06-171-0/+2
* scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka2024-06-173-15/+8
* m4: Update m4 files.NIIBE Yutaka2024-06-144-41/+47
* gpg: Add --import-option "no-seckeys".Werner Koch2024-06-112-0/+5
* gpg: Allow shortcut algo string "pqc" for --quick-gen-key.Werner Koch2024-06-112-14/+20
* gpg: Do not bail out on secret keys with an unknown algoWerner Koch2024-06-111-0/+2
* tools: Make gpg-authcode-sign.sh more robust on network errors.Werner Koch2024-06-111-3/+18
* agent: Clean up for scdaemon handling.NIIBE Yutaka2024-06-111-5/+1
* agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka2024-06-111-4/+6
* agent: Silence debug output from the PIN caching.Werner Koch2024-06-061-3/+5
* common:w32: Fix for 64-bit Windows.NIIBE Yutaka2024-06-051-0/+5
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-06-056-18/+88
* gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2024-06-052-2/+8
* gpg: Print designated revokers also in a standard listing.Werner Koch2024-06-054-31/+67
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-06-054-27/+42
* gpg: Implement the LDAP AKL method.Werner Koch2024-06-046-102/+34
* gpg: Rename functions with an "fprint" part to "fpr"Werner Koch2024-06-0415-107/+101
* common:w32: Fix INEXTRA handling.NIIBE Yutaka2024-06-041-6/+20
* gpg: New option --default-new-key-adsk.Werner Koch2024-06-036-57/+240
* common: New function tokenize_to_strlist.Werner Koch2024-05-313-18/+292
* indent: Fix spellingDaniel Kahn Gillmor2024-05-31136-233/+233
* g13: Adjust for changed gnupg_process_spawn.Werner Koch2024-05-311-2/+2
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-3117-180/+350
* common: Fix process termination check at release.NIIBE Yutaka2024-05-302-2/+2
* m4: Update from each library.NIIBE Yutaka2024-05-303-8/+270
* gpg-auth: Fix use after free.Jakub Jelen2024-05-281-1/+1