1. 15 Jul, 2013 1 commit
    • Sukant Hajra's avatar
      PLUGIN: gpg-agent: export SSH_* environment variables too · cf8d7609
      Sukant Hajra authored
      If using the gpg-agent with --enable-ssh-support, the SSH_AUTH_SOCK and
      SSH_AGENT_PID environment variables need to be exported once sourced
      from GPG_ENV.  Otherwise, we get no benefit from the persisting these
      values to GPG_ENV; subsequent openned terminals don't see the existent
      gpg-agent as a process for an SSH daemon.
      cf8d7609
  2. 11 Jul, 2013 1 commit
    • Sukant Hajra's avatar
      fix gpg-agent "running already" check · 3d204883
      Sukant Hajra authored
      The GPG_ENV file is sourced before doing the gpg-connect-agent check,
      but this file (unlike the SSH_ENV file) doesn't export GPG_AGENT_INFO,
      so the check always fails.  This results in new gpg-agents continuously
      being spawned.
      
      All this commit does is put in the single export to fix the problem.
      3d204883
  3. 09 Jul, 2013 1 commit
  4. 02 Jul, 2013 1 commit
  5. 28 Jun, 2013 7 commits
  6. 27 Jun, 2013 3 commits
  7. 25 Jun, 2013 23 commits
  8. 23 Jun, 2013 3 commits