Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpg module fix: already running #1732

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2019

  1. Fix gpg module condition

    Fix gpg module grep regex expression, because of matching failed when `GPG_AGENT_INFO` is empty. 
    
    And use gpgconf to get socket file instead of `$GNUPGHOME`.
    
    fix: sorin-ionescu#1681
    Vonfry authored Jan 26, 2019
    Configuration menu
    Copy the full SHA
    d66a099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ebe88b View commit details
    Browse the repository at this point in the history
  3. gpg module: grep conditon fix

    Vonfry committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    a170d5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e1b45c View commit details
    Browse the repository at this point in the history
  5. remove export after ln, because some tools will check the socket path

    such as pam ssh auth on NixOS.
    Vonfry committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    7d32a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    2fc2920 View commit details
    Browse the repository at this point in the history
  2. gpg module: the original grep expression cannot work on macos, make i…

    …t simple for checking
    Vonfry committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    4c7ac6f View commit details
    Browse the repository at this point in the history