Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-10-13 | python,examples: Add missing word "License" | Marius P | 1 | -1/+1 | |
* lang/python/examples/howto/add-userid.py, lang/python/examples/howto/clear-sign-file.py, lang/python/examples/howto/create-key.py, lang/python/examples/howto/decrypt-file.py, lang/python/examples/howto/detach-sign-file.py, lang/python/examples/howto/encrypt-file.py, lang/python/examples/howto/encrypt-sign-file.py, lang/python/examples/howto/encrypt-to-group-gullible.py, lang/python/examples/howto/encrypt-to-group-trustno1.py, lang/python/examples/howto/encrypt-to-group.py, lang/python/examples/howto/export-key.py, lang/python/examples/howto/export-minimised-key.py, lang/python/examples/howto/export-secret-key.py, lang/python/examples/howto/export-secret-keys.py, lang/python/examples/howto/groups.py, lang/python/examples/howto/import-key.py, lang/python/examples/howto/import-keybasekey.py, lang/python/examples/howto/import-keys-hkp.py, lang/python/examples/howto/import-keys.py, lang/python/examples/howto/import-mailvelope-keys.py, lang/python/examples/howto/keycount.py, lang/python/examples/howto/local-sign-group.py, lang/python/examples/howto/mutt-groups.py, lang/python/examples/howto/pmkey-import-alt.py, lang/python/examples/howto/pmkey-import-hkp-alt.py, lang/python/examples/howto/pmkey-import-hkp.py, lang/python/examples/howto/pmkey-import.py, lang/python/examples/howto/revoke-userid.py, lang/python/examples/howto/send-key-to-keyserver.py, lang/python/examples/howto/sign-file.py, lang/python/examples/howto/sign-key.py, lang/python/examples/howto/symcrypt-file.py, lang/python/examples/howto/temp-homedir-config.py, lang/python/examples/howto/verify-signatures.py, lang/python/examples/howto/verify-signed-file.py: Add "License" after "Lesser General Public" -- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]> | |||||
2023-04-25 | doc: Fix Python example code. | NIIBE Yutaka | 1 | -6/+6 | |
* lang/python/doc/src/gpgme-python-howto.org: Fix chmod race. * lang/python/examples/howto/export-secret-key.py: Likewise. * lang/python/examples/howto/export-secret-keys.py: Likewise. * lang/python/examples/howto/temp-homedir-config.py: Likewise. -- It's not for Python 2.7. GnuPG-bug-id: 6466 Reported-by: Hanno Böck Co-authored-by: Ingo Klöcker Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2018-10-18 | doc: use https:// for www.gnu.org | Daniel Kahn Gillmor | 1 | -1/+1 | |
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2018-09-23 | examples: python bindings and hkp4py updates | Ben McGinnes | 1 | -1/+1 | |
* Mostly tightening up the details on the hkp4py example script. * Also fixed a typo in the LGPL boiler plate text included in all the other example scripts for the HOWTO. | |||||
2018-07-10 | example scripts: python work-arounds | Ben McGinnes | 1 | -3/+3 | |
* fixed three typos which were guaranteed to break said script. | |||||
2018-07-07 | python bindings: howto examples | Ben McGinnes | 1 | -9/+16 | |
* Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways. | |||||
2018-03-27 | script: temp homedir config | Ben McGinnes | 1 | -2/+9 | |
* added passphrase caching of 5 minutes. | |||||
2018-03-25 | script: temp homedirhowto-update-01 | Ben McGinnes | 1 | -1/+1 | |
* Fixed whitespace. | |||||
2018-03-25 | script: temporary homedir creation | Ben McGinnes | 1 | -0/+119 | |
* Script to create a temporary gnupg homedir in the user's directory for testing or scripting purposes. * Creates a hidden directory on POSIX systems with the correct permissions (700). * Creates a gpg.conf in that directory containing the same configuration options as used in the "Danger Mouse" example in the HOWTO with the correct permissions (600). |