Home
last modified time | relevance | path

Searched refs:gnupghome (Results 1 – 25 of 76) sorted by relevance

1234

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dgpg.py136 return gnupghome
148 if not gnupghome:
158 for path in [gnupghome] + __salt__["file.find"](gnupghome):
170 for path in [gnupghome] + __salt__["file.find"](gnupghome):
182 if not gnupghome:
188 gpg = gnupg.GPG(gnupghome=gnupghome)
384 gnupghome=None, argument
508 gnupghome=None, argument
1022 gnupghome=None, argument
1193 gnupghome=None, argument
[all …]
H A Drpmbuild_pkgbuild.py182 def _get_gpg_key_resources(keyid, env, use_passphrase, gnupghome, runas): argument
243 gnupghome, __salt__["pillar.get"]("gpg_pkg_pub_keyname", None)
246 gnupghome, __salt__["pillar.get"]("gpg_pkg_priv_keyname", None)
256 user=runas, filename=pkg_pub_key_file, gnupghome=gnupghome
259 user=runas, filename=pkg_priv_key_file, gnupghome=gnupghome
270 local_keys = __salt__["gpg.list_keys"](user=runas, gnupghome=gnupghome)
301 keyid, gnupghome
620 gnupghome="/etc/salt/gpgkeys", argument
736 if gnupghome and env is None:
738 env["GNUPGHOME"] = gnupghome
[all …]
H A Ddebuild_pkgbuild.py600 gnupghome="/etc/salt/gpgkeys", argument
682 if gnupghome and env is None:
684 env["GNUPGHOME"] = gnupghome
714 gpg_info_file = "{}/gpg-agent-info-salt".format(gnupghome)
715 gpg_tty_info_file = "{}/gpg-tty-info-salt".format(gnupghome)
726 gnupghome, __salt__["pillar.get"]("gpg_pkg_pub_keyname", None)
729 gnupghome, __salt__["pillar.get"]("gpg_pkg_priv_keyname", None)
739 user=runas, filename=pkg_pub_key_file, gnupghome=gnupghome
742 user=runas, filename=pkg_priv_key_file, gnupghome=gnupghome
753 local_keys = __salt__["gpg.list_keys"](user=runas, gnupghome=gnupghome)
[all …]
/dports/security/py-pgpy/PGPy-0.5.3/tests/
H A Dconftest.py18 gnupghome = os.path.join(os.path.dirname(__file__), 'gnupghome') variable
46 clear_globs = [os.path.join(gnupghome, 'private-keys-v1.d', '*.key'),
47 os.path.join(gnupghome, '*.kbx*'),
48 os.path.join(gnupghome, '*.gpg*'),
49 os.path.join(gnupghome, '.*'),
50 os.path.join(gnupghome, 'random_seed')]
59 c.set_engine_info(gpg.constants.PROTOCOL_OpenPGP, home_dir=gnupghome)
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dgpg.py33 name, keys=None, user=None, keyserver=None, gnupghome=None, trust=None, **kwargs argument
64 _current_keys = __salt__["gpg.list_keys"](user=user, gnupghome=gnupghome)
112 gnupghome,
141 def absent(name, keys=None, user=None, gnupghome=None, **kwargs): argument
178 gnupghome,
H A Dpkgbuild.py213 gnupghome="/etc/salt/gpgkeys",
349 res = __salt__[func](name, keyid, env, use_passphrase, gnupghome, runas, timeout)
/dports/sysutils/yadm/yadm-3.1.1/test/
H A Dtest_unit_private_dirs.py11 def test_relative_path(runner, paths, gnupghome, param): argument
24 if gnupghome:
27 expected = alt_gnupghome if gnupghome else '.gnupg'
/dports/java/java-subversion/subversion-1.14.1/tools/dist/security/
H A Dmailer.py260 gpgbinary='gpg', gnupghome=None, use_agent=True, argument
273 payload, gpgbinary, gnupghome, use_agent, keyring, keyid)
300 gpgbinary, gnupghome, use_agent, keyring, keyid): argument
310 gpg = gnupg.GPG(gpgbinary=gpgbinary, gnupghome=gnupghome,
/dports/devel/py-subversion/subversion-1.14.1/tools/dist/security/
H A Dmailer.py260 gpgbinary='gpg', gnupghome=None, use_agent=True, argument
273 payload, gpgbinary, gnupghome, use_agent, keyring, keyid)
300 gpgbinary, gnupghome, use_agent, keyring, keyid): argument
310 gpg = gnupg.GPG(gpgbinary=gpgbinary, gnupghome=gnupghome,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dist/security/
H A Dmailer.py260 gpgbinary='gpg', gnupghome=None, use_agent=True, argument
273 payload, gpgbinary, gnupghome, use_agent, keyring, keyid)
300 gpgbinary, gnupghome, use_agent, keyring, keyid): argument
310 gpg = gnupg.GPG(gpgbinary=gpgbinary, gnupghome=gnupghome,
/dports/devel/p5-subversion/subversion-1.14.1/tools/dist/security/
H A Dmailer.py260 gpgbinary='gpg', gnupghome=None, use_agent=True, argument
273 payload, gpgbinary, gnupghome, use_agent, keyring, keyid)
300 gpgbinary, gnupghome, use_agent, keyring, keyid): argument
310 gpg = gnupg.GPG(gpgbinary=gpgbinary, gnupghome=gnupghome,
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dgpg.py46 gnupg.GPG(gnupghome=None)
72 keyring = gnupg.GPG(gnupghome=path)
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/thirdparty/
H A Dgnupg.py471 def __init__(self, gpgbinary='gpg', gnupghome=None, verbose=False, argument
483 self.gnupghome = gnupghome
490 if gnupghome and not os.path.isdir(self.gnupghome):
491 os.makedirs(self.gnupghome,0x1C0)
503 if self.gnupghome:
504 cmd.append('--homedir "%s" ' % self.gnupghome)
/dports/security/py-python-gnupg/python-gnupg-0.4.7/
H A Dgnupg.py808 def __init__(self, gpgbinary='gpg', gnupghome=None, verbose=False, argument
824 self.gnupghome = gnupghome
826 if gnupghome and not os.path.isdir(gnupghome):
827 raise ValueError('gnupghome should be a directory (it isn\'t): %s' % gnupghome)
851 if gnupghome and not os.path.isdir(self.gnupghome):
852 os.makedirs(self.gnupghome,0x1C0)
888 if self.gnupghome:
889 cmd.extend(['--homedir', no_quote(self.gnupghome)])
/dports/mail/notmuch-mutt/notmuch-0.34.2/test/
H A Dgnupg-secret-key.NOTE3 GNUPGHOME=gnupghome gpg --quick-random --gen-key
/dports/mail/notmuch/notmuch-0.34.2/test/
H A Dgnupg-secret-key.NOTE3 GNUPGHOME=gnupghome gpg --quick-random --gen-key
/dports/mail/py-notmuch2/notmuch-0.34.2/test/
H A Dgnupg-secret-key.NOTE3 GNUPGHOME=gnupghome gpg --quick-random --gen-key
/dports/mail/py-notmuch/notmuch-0.34.2/test/
H A Dgnupg-secret-key.NOTE3 GNUPGHOME=gnupghome gpg --quick-random --gen-key
/dports/mail/notmuch-emacs/notmuch-0.34.2/test/
H A Dgnupg-secret-key.NOTE3 GNUPGHOME=gnupghome gpg --quick-random --gen-key
/dports/security/p5-GnuPG-Interface/GnuPG-Interface-1.02/test/secret-keys/
H A D1.0.test1 test/gnupghome/secring.gpg
H A D1.2.test1 test/gnupghome/pubring.kbx
H A D1.1.test1 test/gnupghome/pubring.kbx
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/caff/
H A Dpgp-clean252 my ($gnupghome, $keyid) = @_;
257 $confighash{'homedir'}=$gnupghome if (defined $gnupghome);
H A DTODO9 o need to import own keys (including public) into our gnupghome
/dports/deskutils/py-paperless/paperless-2.7.0/src/paperless/
H A Ddb.py11 gpg = gnupg.GPG(gnupghome=settings.GNUPG_HOME)

1234