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]> | |||||
2018-12-05 | python: examples | Ben McGinnes | 1 | -2/+2 | |
* cut some of then poor len usage. | |||||
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-26 | examples: python bindings | Ben McGinnes | 1 | -2/+2 | |
* Fixed homedir specifying logic in several cases. | |||||
2018-09-24 | docs and examples: python bindings | Ben McGinnes | 1 | -23/+48 | |
* Woumd up the "what's new" section. * Added an example for sending a key to the keyservers via hkp4py. * Updated the export key code to use a more complete check for the $GNUPGHOME location. * Expanded on the installation and reinstallation troubleshooting section. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[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-13 | python bindings: example scripts | Ben McGinnes | 1 | -1/+1 | |
* Fixed incorrect mention of output prompt referencing secret keys when the scripts are only for exporting public keys in whole or minimised forms. | |||||
2018-07-07 | python bindings: howto examples | Ben McGinnes | 1 | -4/+4 | |
* Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways. | |||||
2018-06-28 | python bindings examples: three export scripts | Ben McGinnes | 1 | -16/+27 | |
* Example of default exporting keys. * Example of exporting minimised keys. * Example of exporting secret keys to a file with correct permissions. Signed-off-by: Ben McGinnes <[email protected]> | |||||
2018-03-28 | example: add user ID | Ben McGinnes | 1 | -40/+7 | |
* Added script to add a UID to an existing key. | |||||
2018-03-27 | example: key creation | Ben McGinnes | 1 | -0/+95 | |
* Script to generate a new key with encryption subkey taking input from interactive prompts. * Will also take a passphrase via pinentry and uses passphrase caching of five minutes when used in conjunction with the temp homedir script. |